witgen 0.15.0

witgen is a library to help you generate wit definitions in a wit file for WebAssembly
Documentation
1
2
3
4
#![deny(warnings)]
#![doc = include_str!("../README.md")]

pub use witgen_macro::witgen;