spacewasm 0.1.1

A no_std WebAssembly 1.0 decoder, validator, and interpreter for on-board spacecraft use
Documentation
pub mod alloc;
pub use alloc::*;

mod box_;
pub use box_::*;

mod circular_buffer;
pub use circular_buffer::*;

mod paging;
pub use paging::*;

mod inner_vec;
pub use inner_vec::*;

mod vec;
pub use vec::*;

mod rc;
pub use rc::*;

mod static_vec;
pub(crate) use static_vec::*;

mod string;
pub(crate) use string::*;