wasmi 0.36.0

WebAssembly interpreter
Documentation
1
2
3
4
5
6
7
8
9
use super::*;

mod table_copy;
mod table_fill;
mod table_get;
mod table_grow;
mod table_init;
mod table_set;
mod table_size;