This tests that the Call Stack shown in DevTools makes sense when calling a JavaScript function from
Wasm and having a breakpoint in said JavaScript function.
Steps
Reload the page with DevTools closed
Open DevTools
Click
The page pauses on the debugger statement in bar
Now look at the Call Stack in the DevTools and make sure that it shows bar called from foo