mirror of
https://github.com/denoland/deno.git
synced 2024-11-02 09:34:19 -04:00
813210d433
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.
3 lines
147 B
Text
3 lines
147 B
Text
error: Uncaught RuntimeError: unreachable
|
|
at unreachable (<anonymous>:0:40)
|
|
at [WILDCARD]/deno/cli/tests/wasm_unreachable.js:[WILDCARD]:18
|