Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use cfg(panic = unwind) instead of a check for wasm32 to see if unwin…
…ding is supported This allows the test to run on a future wasm target with exception support as well as running the test suite with panic=abort on non-wasm targets.
- Loading branch information