WasmRealloc

interface WasmRealloc : JsAny(source)

Wasm realloc function.

Functions

Link copied to clipboard
abstract fun impl(ptr: WasmPointer, size: Int): WasmPointer

Invokes the impl function, which does not throw.

Link copied to clipboard
abstract operator fun invoke(ptr: WasmPointer, size: Int): WasmPointer

Invokes the base function, which can throws.