Skip to content
New issue

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

Cross platform build #232

Open
yanganto opened this issue Oct 14, 2021 · 0 comments
Open

Cross platform build #232

yanganto opened this issue Oct 14, 2021 · 0 comments
Labels
CI Continus intrgration flow dependency

Comments

@yanganto
Copy link
Contributor

yanganto commented Oct 14, 2021

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.

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.

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "wasm32-unknown-unknown" ... ]
@yanganto yanganto added CI Continus intrgration flow dependency labels Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continus intrgration flow dependency
Projects
None yet
Development

No branches or pull requests

1 participant