summaryrefslogtreecommitdiff
path: root/cli/tests/wasm_unreachable.out
AgeCommit message (Collapse)Author
2020-08-08test(cli/wasm_unreachable): don't assume git work dir is named 'deno' (#6991)Bert Belder
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.