Stream: general

Topic: anyway to debug/print each step op code and argument


view this post on Zulip jimmysl lee (Apr 12 2022 at 10:25):

as titile, is there any way to debug /print each step and args while running, met MemoryOutOfBounds problems but no idea about it

view this post on Zulip Stephan Renatus (Apr 12 2022 at 11:27):

I haven't tried it yet, but I've made a note about using <https://github.com/kateinoigakukun/wasminspect> when I next encounter a problem like this. maybe it helps you :fingers_crossed:

An interactive debugger for WebAssembly . Contribute to kateinoigakukun/wasminspect development by creating an account on GitHub.

Last updated: Oct 23 2024 at 20:03 UTC