whamm 0.1.0

A framework for 'Wasm Application Monitoring and Manipulation'
Documentation
1
2
3
4
5
6
7
use toggle;

report var val: i32 = @static toggle.get_nonzero_nested(1, @static toggle.get_value());

wasm:opcode:*:before {
//     report var val: i32;
}