-
Notifications
You must be signed in to change notification settings - Fork 413
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
Cargo-web support? #471
Comments
@mvlabat - this project was primarily created to support the wasm-bindgen use case, but to the extent that it's not overly complicating i would definitely be interested in exploring supporting stdweb as well! if you'd like- if you could comment here with what you'd imagine the plan for integrating stdweb, we can discuss here and decide if it makes sense! i'm certainly not opposed, and i think it'd be exciting to get it to work! |
@ashleygwilliams, thanks for the answer and your open position about this! An argument for doing it (though maybe not a very strong one) is that I think that one way of implementing this could be just to detect if Btw - about the |
I personally think that the way forward here is koute/stdweb#318, not having |
I agree that koute/stdweb#318 is the best way to unify. I think trying to wrap |
now that koute/stdweb#318 has landed - i think we can close this. are there any outstanding todos? |
💡 Feature description
Some crates may require using cargo-web to build. For example, stdweb.
Will it make sense to detect if
cargo-web
is installed and use it for compiling projects?The text was updated successfully, but these errors were encountered: