Dioxus: Difference between revisions

Showcase replacing lock file.
m Phrasing.
Line 46: Line 46:
</syntaxhighlight>
</syntaxhighlight>


==== ''wasm-bindgen-cli version'' ====
==== ''Choosing wasm-bindgen-cli version'' ====
You will also want to ensure the version of ''wasm-bindgen-cli'' matches whatever is in your lock file.<syntaxhighlight lang="nix">
You will also want to ensure the version of ''wasm-bindgen-cli'' matches whatever is in your lock file.<syntaxhighlight lang="nix">
cargoLock = builtins.fromTOML (builtins.readFile ./Cargo.lock);
cargoLock = builtins.fromTOML (builtins.readFile ./Cargo.lock);