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

fix: wasm64 #273

Merged
merged 7 commits into from
Jan 10, 2025
Merged

fix: wasm64 #273

merged 7 commits into from
Jan 10, 2025

Conversation

lwshang
Copy link
Contributor

@lwshang lwshang commented Jan 9, 2025

The new wasm64 Actor Class test revealed that the Wasm module transformation produce invalid Wasm module:
https://github.com/dfinity/motoko-playground/actions/runs/12681874194/job/35346349295#step:11:250

The transformation is implemented in ic-wasm crate. The limit_resource pass doesn't work correctly for wasm64.

The ic-wasm fix is drafted at: dfinity/ic-wasm#79

After updating ic-wasm to use the fix branch, the previously failing test now passes.

ic-wasm v0.9.2 is released with the fix. Upgrading this dependency fixed the playground.

@lwshang lwshang marked this pull request as ready for review January 9, 2025 17:32
@sesi200 sesi200 merged commit 8052e49 into main Jan 10, 2025
6 checks passed
@sesi200 sesi200 deleted the lwshang/wasm64 branch January 10, 2025 14:33
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.

2 participants