Package-level declarations

Types

Link copied to clipboard
interface HostFunction

Interface defining a WebAssembly function implemented on the host

Link copied to clipboard

Abstraction over function binding

Link copied to clipboard
Link copied to clipboard
typealias WasmPtr = Int

C pointer in the 32-bit WebAssembly memory.

Link copied to clipboard
Link copied to clipboard

Binary opcodes of the WebAssembly value types.

Properties

Link copied to clipboard
const val POINTER: Int

Functions

Link copied to clipboard
fun WasmFunctionBinding.executeForUInt(vararg args: Any?): <Error class: unknown class>
Link copied to clipboard
fun WasmFunctionBinding.executeForULong(vararg args: Any?): <Error class: unknown class>
Link copied to clipboard
inline fun witxPointer(type: Int): Int