-
Notifications
You must be signed in to change notification settings - Fork 824
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
Remove cmake dependency #1880
Remove cmake dependency #1880
Conversation
bors try |
tryBuild failed: |
bors try |
tryBuild failed: |
bors try- |
bors try |
tryBuild failed: |
bors try |
./target/release/wasmer compile --target=x86_64-apple-darwin tests/integration/cli/assets/qjs.wasm -o qjs_mac_from_linux.wjit | ||
#./target/release/wasmer compile --target=x86_64-pc-windows-msvc tests/integration/cli/assets/qjs.wasm -o qjs_win_from_linux.wjit | ||
./target/release/wasmer compile --target=x86_64-apple-darwin lib/c-api/tests/assets/qjs.wasm -o qjs_mac_from_linux.wjit | ||
#./target/release/wasmer compile --target=x86_64-pc-windows-msvc lib/c-api/tests/assets/qjs.wasm -o qjs_win_from_linux.wjit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: this change was done because the tests/integration/cli/assets/qjs.wasm
was a symlink.
And once tested, as it was a existing file was quite hard to figure out what was going on.
Much easier to use directly the real files!
Description
Delete cmake dependency (which is not yet available in macOS Big Sur with arm64 chipset).
This also simplifies the tests and make them run per compiler-engine tuple
Review