spacewasm 0.4.2

A no_std WebAssembly 1.0 decoder, validator, and interpreter for on-board spacecraft use
Documentation
1
2
3
4
5
6
7
// Each integration-test binary compiles this module independently and uses
// only a subset of its helpers, so unused items are expected per-crate.
#[allow(dead_code)]
mod spectest;
pub use spectest::*;

mod inspector;