Skip to content

Conversation

@corneliusroemer
Copy link

Resolves #1498

Add --locked to the invocation of cargo install as some dependencies with MSRV of 1.81 otherwise make wasm-pack not work on rust<=1.80 unless one has manually installed wasm-bindgen-cli.

An alternative to adding --locked would be to print an error message that suggests manually installing wasm-bindgen-cli with cargo install wasm-bindgen-cli --locked.

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.

wasm-pack fails at "Installing wasm-bindgen" for rust <=1.80 due to wasm-bindgen-cli having dependencies with MSRV >=1.81

1 participant