Memory

This tests that we can inspect the Wasm memory in the linear memory inspector.

Steps

  1. Open DevTools
  2. Locate the Wasm function get from the memory.wasm module and set a breakpoint on the i32.load line
  3. Reload the page
  4. Breakpoint should hit the new breakpoint
  5. Now look at the Scope in the DevTools and right click on the imports.memory
  6. Select "Reveal in Memory Inspector panel"
  7. The linear memory inspector should open
  8. Inspect memory and navigate