Crate kiwi_macro

Source
Expand description

This crate exports macros that are are used to generate the necessary code to turn a source file into a Guest module, suitable for compilation and execution within Kiwi’s embedded WASM component runtime (wasmtime).

§NOTE

This crate is intended for use only via the Kiwi SDK and should not be used directly.

Attribute Macros§

authenticate
Macro necessary for creating an authenticate hook.
intercept
Macro necessary for creating an intercept hook.