Re-exports§
pub use wasmer_wit_parser as wit_parser;
Macros§
- uwrite
- Calls
write!
with the passed arguments and unwraps the result. - uwriteln
- Calls
writeln!
with the passed arguments and unwraps the result.
Structs§
Enums§
- Direction
- This is the direction from the user’s perspective. Are we importing functions to call, or defining functions and exporting them to be called?