wasper 0.1.3

A Webassembly interpreter written in Rust without standard library
Documentation
1
2
3
4
5
6
7
mod instr;
mod module;
mod types;

pub use instr::*;
pub use module::*;
pub use types::*;