summaryrefslogtreecommitdiff
path: root/cli/tests/wasm_unreachable.js
AgeCommit message (Collapse)Author
2020-06-11fix: WebAssembly runtime error propagation (#6137)Casper Beyer
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.