ejrgilbert / whamm

5 stars 2 forks source link

adding support for negative i32s #68

Closed wavid-b closed 1 week ago

ahuoguo commented 1 week ago

Just tested it with instrument_handwritten_wasm with the following script:

i32 i;
wasm:bytecode:call:before /
    target_imp_name == "hi"
/{
    i = -1;
}

and it works fine