1 unstable release
new 0.0.1 | Jan 30, 2025 |
---|
#29 in #atlas
40 downloads per month
140KB
3K
SLoC
Atlas WASM Bindings
This crate shows how we can build a concrete spec from a wit file and ensure all users implement it.
Dev
If you rebuild the bindings from the wit file you will need to:
- Add
#[macro_export]
above allmacro_rules!
so we can export the macros - Replace
pub(crate)
withpub
so we can export our types and macros.
Dependencies
~1–2MB
~41K SLoC