Skip to content

fix: update II wasm artifact name from dev to production#1321

Merged
marc0olo merged 1 commit intomasterfrom
marc0olo/fix-ii-wasm-artifact-name
Apr 14, 2026
Merged

fix: update II wasm artifact name from dev to production#1321
marc0olo merged 1 commit intomasterfrom
marc0olo/fix-ii-wasm-artifact-name

Conversation

@marc0olo
Copy link
Copy Markdown
Member

@marc0olo marc0olo commented Apr 8, 2026

Summary

The Internet Identity release restructured its artifacts, renaming internet_identity_dev.wasm.gz to internet_identity_production.wasm.gz (see dfinity/internet-identity#3758).

This PR updates the six examples that already have the II backend/frontend canister split in place:

  • motoko/who_am_i
  • rust/who_am_i
  • motoko/tokenmania
  • rust/tokenmania
  • motoko/nft-creator
  • motoko/filevault

Only these examples are updated because they already reference both the internet_identity (backend) and internet_identity_frontend canisters separately. Examples still using the old single-canister II setup are left unchanged as they require a separate migration.

Note: The internet_identity_frontend canister's candid interface is currently referenced directly from the main branch (https://raw.githubusercontent.com/dfinity/internet-identity/refs/heads/main/src/internet_identity_frontend/internet_identity_frontend.did) rather than as a release artifact. See the question raised in dfinity/internet-identity#3758 (comment).

…roduction

The Internet Identity release structure changed: `internet_identity_dev.wasm.gz`
was renamed to `internet_identity_production.wasm.gz`. Update the six examples
that already use the backend/frontend canister split to reference the correct
artifact name.
@marc0olo marc0olo requested a review from a team as a code owner April 8, 2026 19:06
@marc0olo marc0olo merged commit 954d208 into master Apr 14, 2026
12 checks passed
@marc0olo marc0olo deleted the marc0olo/fix-ii-wasm-artifact-name branch April 14, 2026 11:45
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