wasm library

Classes

WasmFunction
A callable function from a WasmInstance.
WasmGlobal
A global variable.
WasmInstance
An instantiated WasmModule.
WasmInstanceBuilder
Used to collect all of the imports that a WasmModule requires before it is built.
WasmMemory
Memory of a WasmInstance.
WasmModule
A compiled module that can be instantiated.

Exceptions / Errors

WasmError
Error specific to unexpected behavior or incorrect usage of this package.