Crate tairitsu_macros
Source - register_host
- Helper macro to automatically generate add_to_linker calls
- wit_guest_impl
- Macro to generate complete WIT guest implementation
- wit_interface
- Generates WIT command enums and handlers from WIT interface definitions
- wit_world
- Helper macro to simplify wasmtime component bindgen usage
- export_wit
- Attribute macro to export a function via WIT for WASM guest modules
- AsTool
- Derive macro to automatically implement Tool for a struct
- WitCommand
- Derives WitCommand trait for an enum, automatically generating Response type and command routing