Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Throw an exception when a wasm trap is hit #88

Merged
merged 2 commits into from
Sep 2, 2022
Merged

Throw an exception when a wasm trap is hit #88

merged 2 commits into from
Sep 2, 2022

Conversation

liamappelbe
Copy link
Contributor

This case used to throw an error asking the user to file a bug, because I didn't now how to test it. I now have a minimal repro for this case, so I can implement the exception and write a test.

Fixes #86

Related: #87 tracks adding the wasm stack trace to the Dart exception (it's not clear how to do that in a user friendly way)

@liamappelbe liamappelbe merged commit 9046d3b into main Sep 2, 2022
@liamappelbe liamappelbe deleted the trap branch September 2, 2022 20:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

WasmError: This case is not (yet) supported. Please file an issue on pkg:wasm
2 participants