wasmarin 0.0.1

WebAssembly runtime for decision contracts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod test_data_drop;
mod test_elem_drop;
mod test_i64_div_u;
mod test_i64_sub;
mod test_memory_copy;
mod test_memory_fill;
mod test_memory_grow;
mod test_memory_init;
mod test_memory_size;
mod test_table_copy;
mod test_table_fill;
mod test_table_grow;
mod test_table_init;
mod test_table_size;