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
We should invest some time in seeing if we can get our test suite to actually run for all platforms that we target/support.
We already target Linux, Windows, and macOS on 86_64, which is good. We should theoretically be able to target WASM/WASI via cargo-bindgen-wasm and cargo-wasi and I think those could just execute on Linux x86_64 runners.
The tricker bit is if we wanted to test on another CPU architecture, as the free tier Github Actions runners have no ARM/ARM64 support, and setting up our own runners would be difficult/cost prohibitive... unless there's some sort of 3rd party runner service I don't know about.
The text was updated successfully, but these errors were encountered:
We should invest some time in seeing if we can get our test suite to actually run for all platforms that we target/support.
We already target Linux, Windows, and macOS on 86_64, which is good. We should theoretically be able to target WASM/WASI via
cargo-bindgen-wasm
andcargo-wasi
and I think those could just execute on Linux x86_64 runners.The tricker bit is if we wanted to test on another CPU architecture, as the free tier Github Actions runners have no ARM/ARM64 support, and setting up our own runners would be difficult/cost prohibitive... unless there's some sort of 3rd party runner service I don't know about.
The text was updated successfully, but these errors were encountered: