You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #194
This installs (and caches) the emsdk toolchain at the last version compatible w/ stable rust. It also tests on both asmjs and wasm32, uses node by default, and works around an asm.js bug.
See #194
This uses the fact that `wasm32-unknown-unknown` is an "unsupported" target. This means we can use the `"custom"` feature to define a custom handler, and then write tests to make sure that function is called.
After #192, we still have a few things we should add to our CI. These include:
aarch64-apple-darwin
binaries (aka "Apple Silicon") CI: Run tests on aarch64-apple-darwin and aarch64-apple-ios-sim. #398custom
hook (Add test for custom RNG handler #197)Cache toolchain downloads (see Caching tracking issue actions-rs/meta#21 and Advice on toolchain caching actions-rs/toolchain#54)Not useful with move to https://github.com/dtolnay/rust-toolchainThe text was updated successfully, but these errors were encountered: