1 2 3 4 5 6
use toggle; wasm:opcode:*:before / toggle.should_inject(fid as i32, @static toggle.get_value()) as bool / { report var val: i32; val = toggle.should_inject(fid as i32, @static toggle.get_value()); }