wasm-trace
wasm-trace copied to clipboard
question
would the program benefit from using an ordered map instead of an array to represent the functions?
https://github.com/sarahlim/wasm-trace/blob/796219b38f3b8df167c1d652f196a6365545950c/src/module.rs#L130
could this program be used to show a call graph from webassembly?