Crate tairitsu_macros

Crate tairitsu_macros 

Source

Macros§

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

Attribute Macros§

export_wit
Attribute macro to export a function via WIT for WASM guest modules

Derive Macros§

AsTool
Derive macro to automatically implement Tool for a struct
WitCommand
Derives WitCommand trait for an enum, automatically generating Response type and command routing