krwa
Toggle table of contents
0.3.0-rc.9
wasmJs
Target filter
wasmJs
Switch theme
Search in API
Skip to content
krwa
runtime
/
uk.shusek.krwa.runtime
/
NativeWasmImports
Native
Wasm
Imports
wasmJs
class
NativeWasmImports
Members
Types
Builder
Link copied to clipboard
wasmJs
class
Builder
Companion
Link copied to clipboard
wasmJs
object
Companion
Functions
function
Link copied to clipboard
wasmJs
fun
function
(
module
:
String
,
name
:
String
)
:
NativeWasmHostFunction
?
global
Link copied to clipboard
wasmJs
fun
global
(
module
:
String
,
name
:
String
)
:
NativeWasmGlobal
?
memory
Link copied to clipboard
wasmJs
fun
memory
(
module
:
String
,
name
:
String
)
:
NativeWasmMemory
?
table
Link copied to clipboard
wasmJs
fun
table
(
module
:
String
,
name
:
String
)
:
NativeWasmTable
?
tag
Link copied to clipboard
wasmJs
fun
tag
(
module
:
String
,
name
:
String
)
:
NativeWasmTag
?