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

chore: e2e wasm64 #534

Merged
merged 11 commits into from
Dec 20, 2024
Merged

chore: e2e wasm64 #534

merged 11 commits into from
Dec 20, 2024

Conversation

lwshang
Copy link
Contributor

@lwshang lwshang commented Dec 5, 2024

SDK-1778

Description

So far, Rust target wasm64-unknown-unknown requires a nightly toolchain (newer than cargo 1.85.0-nightly (99dff6d77 2024-12-18).

The build command needs some unstable feature:

cargo +nightly build -Z build-std=std,panic_abort --target wasm64-unknown-unknown

How Has This Been Tested?

When WASM64 env var is defined, the e2e test will build the canisters targeting wasm64-unknown-unknown.

A wasm64 e2e CI step is added.

Checklist:

  • The title of this PR complies with Conventional Commits.
  • I have edited the CHANGELOG accordingly.
  • I have made corresponding changes to the documentation.

@lwshang lwshang marked this pull request as ready for review December 19, 2024 20:32
@lwshang lwshang requested a review from a team as a code owner December 19, 2024 20:32
@lwshang lwshang merged commit e2bbc39 into next Dec 20, 2024
11 checks passed
@lwshang lwshang deleted the lwshang/e2e_wasm64 branch December 20, 2024 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant