Macros§
- make_
exports - Macro to create guest exports for
WasmPluginBuilder
. - make_
imports - Macro to create guest imports for
WasmPluginBuilder
.
Structs§
- Wasm
Plugin - An instantiated plugin with cached exports.
- Wasm
Plugin Builder - Builder for creating
WasmPlugin
.
Enums§
- Scotch
Host Error - Error for everything that can go wrong.
Attribute Macros§
- guest_
functions - Macro that is used to create handles for guest functions.
- host_
function - Macro used to annotate host function that can be exposed to guest.