wasmi 2.0.0-beta.4

WebAssembly interpreter
Documentation
1
2
3
4
5
6
7
8
9
#[macro_use]
mod utils;
mod binary;
mod load;
mod store;
mod unary;

use self::utils::IntoResult;
pub use self::{binary::*, load::*, store::*, unary::*};