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
- Extern
Ref - 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
- Store
Context - Immutable context to the store
- Store
Context Mut - Mutable context to the store
- Store
Inner - Holds the inner state of the store
- Table
- WebAssembly table