wasper 0.1.3

A Webassembly interpreter written in Rust without standard library
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod cast;
pub mod env;
pub mod importer;
pub mod instr;
pub mod memory;
pub mod runtime;
pub mod stack;
pub mod store;
pub mod table;
pub mod trap;
pub mod value;