Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Fix wasm-bindgen-cli version mismatch (litmus-r5xi)

StatusDone · archived
TypeBug
Prioritynormal

dx build fails because pkgs.dioxus-cli bundles wasm-bindgen-cli 0.2.108 but Cargo.lock requires 0.2.114. Fix by pinning wasm-bindgen-cli in flake.nix and CI.

Summary of Changes

  • Added to devShell packages so it takes precedence over the version bundled by
  • Pinned in and added explicit install step for CI