WasmAlloc

interface WasmAlloc : JsAny(source)

Wasm alloc function.

Functions

Link copied to clipboard
abstract fun impl(n: Int): WasmPointer

Invokes the impl function, which does not throw.

Link copied to clipboard
abstract operator fun invoke(n: Int): WasmPointer

Invokes the base function, which can throws.