Memory with memory updates

This tests that we can inspect the Wasm memory that is continuously updated within a loop.

Steps

  1. Open DevTools
  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. 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. Step in the loop body
  9. After the i64.store instruction the memory should reflect the latest updates