Crate js_wasm_runtime_layer

Source
Expand description

js_wasm_runtime_layer implements the wasm_runtime_layer abstraction interface over WebAssembly runtimes for your web browser’s WebAssembly runtime.

Structs§

Engine
Runtime for WebAssembly
ExternRef
Extern host reference type
Func
A bound function
Global
A global variable accesible as an import or export in a module
Instance
A WebAssembly Instance.
Memory
WebAssembly memory
Module
A WebAssembly Module.
Store
Owns all the data for the wasm module
StoreContext
Immutable context to the store
StoreContextMut
Mutable context to the store
StoreInner
Holds the inner state of the store
Table
WebAssembly table