We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, SewUp use nix solution can work well on Linux and macOS.
The versions greater than 0.8.2 ofWasmEdge can be built cross-platform, and SewUp use WasmEdge to run test.
WasmEdge
Once the Wasmedge upgrated (#24 ), the CI can work on building sewup on windows.
Besides, the cargo.toml should be set with clear supported targets.
cargo.toml
[package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "wasm32-unknown-unknown" ... ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, SewUp use nix solution can work well on Linux and macOS.
The versions greater than 0.8.2 of
WasmEdge
can be built cross-platform, and SewUp use WasmEdge to run test.Once the Wasmedge upgrated (#24 ), the CI can work on building sewup on windows.
Besides, the
cargo.toml
should be set with clear supported targets.The text was updated successfully, but these errors were encountered: