Inspect Wasm memories

This demos that we can inspect the ArrayBuffers in Wasm.

Steps

  1. Open DevTools, and open Sources Panel
  2. Locate the Wasm function loop from the memory-write.wasm module and set a breakpoint on the first line in the loop body
  3. Reload the page
  4. Inspect the Scope View and open the Module Scope
  5. Under memories you can see all wasm memories
  6. Open the linear memory inspector by
  7. The linear memory inspector should open