Stepping from JavaScript into Wasm
This tests that the DevTools can seamless step from JavaScript
into Wasm functions.
Steps
- Open DevTools
- Reload this page
- The page pauses on
debugger
statement in JavaScript function bar
- Now hitting Step / Step In twice should get you into the Wasm function
foo