issues
search
ejrgilbert
/
whamm
Debugging WebAssembly? Put some Whamm! on it.
https://ejrgilbert.github.io/whamm/
16
stars
3
forks
source link
core library/provided funcs for wizard
#165
Closed
ejrgilbert
closed
3 weeks ago
ejrgilbert
commented
3 weeks ago
Working toward the following in this PR:
[x] automatically import core library, if used in script
report variables should work (the global ones)
maps should work
[x] automatically inject provided functions, if used in script
strcmp
should work
Future:
get report vars in a probe's body working (requires the
alloc
function)
predicate on the target function name
Working toward the following in this PR:
strcmp
should workFuture:
alloc
function)