whamm 0.1.0

A framework for 'Wasm Application Monitoring and Manipulation'
Documentation
1
2
3
4
var i: i32;
wasm:opcode:call:before {
    i = 10;
}