Crate scotch_host

Source

Macros§

make_exports
Macro to create guest exports for WasmPluginBuilder.
make_imports
Macro to create guest imports for WasmPluginBuilder.

Structs§

WasmPlugin
An instantiated plugin with cached exports.
WasmPluginBuilder
Builder for creating WasmPlugin.

Enums§

ScotchHostError
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.