Dioxus: Difference between revisions
CathalMullan (talk | contribs) Document why wasm-bindgen version mismatch occurs |
CathalMullan (talk | contribs) m Fix page hierarchy. |
||
| Line 12: | Line 12: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==== Why does this happen? ==== | ===== Why does this happen? ===== | ||
Unlike most Rust crates, ''wasm-bindgen'' doesn't follow [https://semver.org semantic versioning (SemVer)]. This means even a patch version difference (like 0.2.97 vs 0.2.98) can contain breaking changes or incompatibilities. | Unlike most Rust crates, ''wasm-bindgen'' doesn't follow [https://semver.org semantic versioning (SemVer)]. This means even a patch version difference (like 0.2.97 vs 0.2.98) can contain breaking changes or incompatibilities. | ||