Closed arv closed 3 years ago
This does not yet unpack errors that originated from JS in the first place.
@arv will this address https://github.com/rocicorp/repc/issues/354, at least on the js side?
It will throw errors so we do get the stack trace outside of wasm.
The goal of #352 was to return the original error if it originated in JS (for example if there was an IDB error)
Argh,clippy. Will look tomorrow
At the top level exit point from wasm throw an Error instead of a string.
Towards #352