Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-08 | test(cli/wasm_unreachable): don't assume git work dir is named 'deno' (#6991) | Bert Belder | |
2020-06-11 | fix: 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. |