ffi/wasm/core/ffi/modules/module library
Classes
- FunctionDescription
- Describes a function exported from WebAssembly.
- Global
- A global is a symbol exported by the WebAssembly, that is not a function.
- Module
- Base class to interact with the WebAssembly.
- WasmSymbol
- Describes something exported by the WebAssembly.