Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |