deno/cli/tests/wasm_unreachable.out
Casper Beyer 813210d433
fix: WebAssembly runtime error propagation (#6137)
Currently WebAssembly runtime errors don't propagate up to the user as
they use urls to denote where the error occurred which get caught by the source-map
pipeline which doesn't support the wasm scheme.
2020-06-11 11:03:27 -04:00

4 lines
147 B
Plaintext

error: Uncaught RuntimeError: unreachable
at unreachable (<anonymous>:0:40)
at [WILDCARD]/deno/cli/tests/wasm_unreachable.js:[WILDCARD]:18