Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't require installing wasm-bindgen-cli globally #6

Closed
dsherret opened this issue Feb 23, 2022 · 1 comment · Fixed by #11
Closed

Don't require installing wasm-bindgen-cli globally #6

dsherret opened this issue Feb 23, 2022 · 1 comment · Fixed by #11

Comments

@dsherret
Copy link
Member

Global commands are a huge headache because version differences cause build failures (wasm-bindgen-cli gives a very unhelpful message when this occurs). It would be nice if this didn't require having to install wasm-bindgen-cli globally.

@dsherret
Copy link
Member Author

dsherret commented Feb 23, 2022

This would supersede #4 (Edit: I think... or maybe that would still be necessary for ensuring the wasm-bindgen specified in the cargo.toml is the same as what's in wasmbuild)

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 a pull request may close this issue.

1 participant