QIP component debugger
Load a QIP Content component and step through its WebAssembly instructions.
Everything runs locally in your browser.
Choose a published component or a local .wasm file. For text components,
type in the text box or paste while the debugger screen has focus. Use X I
for input memory, X O for output memory, X R for the last read, and X W
for the last write. Up and Down Arrow page through memory.
Not every QIP component is supported yet. The current interpreter accepts
modules up to 1 MiB with no imports or tables and one memory up to 8 MiB. An
unsupported component shows the reason in the debugger screen.
Download: wasm-debugger.wasm
(60.41 kB).