This tests that the Scope view shown in DevTools shows all the relevant information when paused in a Wasm function. This includes the module (instance, memory, globals), local and stack scope. It's important that this information is presented to the user in a meaningful way.
foo
from the scopes.wasm
module and set a breakpoint on the global.get $imports.global
line