Stepping from JavaScript into Wasm

This tests that the DevTools can seamless step from JavaScript into Wasm functions.

Steps

  1. Open DevTools
  2. Reload this page
  3. The page pauses on debugger statement in JavaScript function bar
  4. Now hitting Step / Step In twice should get you into the Wasm function foo