Macros§
- export_
alloc - Includes allocation utils for the host. Plugin will not work without it. You need to put it somewhere in your plugin crate.
Type Aliases§
- Memory
Type - Pointer size. Can be
u32
oru64
.
Attribute Macros§
- guest_
function - Macro used to annotate guest functions that should be exposed to the host.
- host_
functions - Macro used to annotate
extern
blocks that contain plugin imports.