NativeWasmInstance

Native browser WebAssembly execution path for Kotlin/Wasm browser builds.

This API intentionally lives only in wasmJsMain: it delegates execution to the JavaScript WebAssembly engine that the browser or Node runtime provides.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun referenceValue(reference: Long): JsAny?
Link copied to clipboard
fun storeReference(value: JsAny?): Long
Link copied to clipboard
Link copied to clipboard