wasm3 / node-wasm-trace

Instruments wasm files and traces execution
MIT License
32 stars 6 forks source link

store/load ptr: Argument is bytes, not align #2

Closed orestisfl closed 4 years ago

orestisfl commented 4 years ago

See https://github.com/WebAssembly/binaryen/blob/e7315448c95d248fb1bcdb869a39da30974f73ea/src/passes/InstrumentMemory.cpp#L21-L53

Because the bytes argument is useful for tracing, I've added it to the traceMemory function.

vshymanskyy commented 4 years ago

Thanks!