1 unstable release

new 0.0.1 Jan 30, 2025

#29 in #atlas

40 downloads per month

Apache-2.0

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:

  1. Add #[macro_export] above all macro_rules! so we can export the macros
  2. Replace pub(crate) with pub so we can export our types and macros.

Dependencies

~1–2MB
~41K SLoC