wasmi 2.0.0-beta.2

WebAssembly interpreter
Documentation
1
2
3
4
5
6
7
8
9
10
mod engine;
mod stack;

#[cfg(test)]
mod tests;

pub use self::{
    engine::{EnforcedLimits, EnforcedLimitsError},
    stack::StackConfig,
};