* Use cfg(panic = unwind) instead of a check for wasm32 to see if unwinding 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. * Bump MSRV to 1.60