chore: migrate rust/backend_wasm64 to icp-cli#1432
Merged
Conversation
- Remove dfx.json, BUILD.md, .devcontainer/ (dfx artifacts) - Update backend/Cargo.toml: edition 2024, ic-cdk 0.20, candid 0.10 - Add test.sh with greet query test - Update README: comment out ICP Ninja badge, update prerequisites format and security best practices link - Add CI workflow (.github/workflows/backend_wasm64.yml) using icp-dev-env-rust:1.0.1 with nightly toolchain via build.sh Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
raymondk
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
dfx.json,BUILD.md, and.devcontainer/(dfx-era artifacts no longer needed)backend/Cargo.toml:edition = "2024",ic-cdk = "0.20",candid = "0.10"test.shwith a numbered test for thegreetquery functionREADME.md: comments out ICP Ninja badge, updates prerequisites format per AGENTS.md, updates security best practices link tohttps://docs.internetcomputer.org/guides/security/overview; retains all Wasm64 explanation content.github/workflows/backend_wasm64.ymlusingicp-dev-env-rust:1.0.1; nightly toolchain is installed bybuild.shat build timeThe custom
build:inicp.yamlis kept as-is — Wasm64 requirescargo +nightly -Z build-stdwhich cannot be expressed with the standard@dfinity/rustrecipe.Test plan
icp deploybuilds with nightly Wasm64 toolchain,bash test.shassertsgreet("World")returns"Hello, World!"dfx.json,BUILD.md,.devcontainer/are absentbackend/Cargo.tomlshowsedition = "2024"andic-cdk = "0.20"test.shis executable🤖 Generated with Claude Code