Expand description
§Overview
The wasmedge-macro crate defines a group of procedural macros used by both wasmedge-sdk and wasmedge-sys crates.
Attribute Macros§
- async_
host_ function - Declare a native async function that will be used to create an async host function instance.
- host_
function - Declare a native function that will be used to create a host function instance.