Skip to content

Mismatching versions? #3532

Closed Answered by Liamolucko
simbleau asked this question in Q&A
Discussion options

You must be logged in to vote

wasm-server-runner is the culprit here - it seems to be embedding a fixed version of wasm-bindgen-cli-support inside itself, and so updating your system version of the wasm-bindgen CLI has no effect.

Re-running cargo install wasm-server-runner should fix this for the moment, since it's not pinned to a particular version of wasm-bindgen-cli-support and so cargo install will pick the latest version of it to use. You'll have to repeat that every time you update the wasm-bindgen library though, and I don't think there's any good way to downgrade it to an older version of wasm-bindgen-cli-support if you need to.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by simbleau
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #3531 on July 22, 2023 08:47.