Crate wasmy_macros

Source

Attribute Macros§

vm_handle
Register vm’s ABI for handling wasm callbacks. format description: #[vm_handle(wasmy_abi::Method)] example:
wasm_handle
Register wasm’s ABI for handling requests. format description: #[wasm_handle(i32)] or #[wasm_handle(method=i32)] example:
wasm_onload
Register the ABI for wasm load-time initialization state. Register wasm’s ABI for handling requests. format description: #[wasm_onload] example: