-
Notifications
You must be signed in to change notification settings - Fork 409
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
wasm-bindgen dep check should not fail on dep map #221
Comments
Hey @turboladen thanks so much for the bug report and sorry you are running into this issue! My best bet is that this is actually an error with |
ok! i know what the issue is. when wasm-pack checks that you have wasm-bindgen as a dependency it only expects the naive declaration, not the map version. we'll need to update this code (feat(nav): add naive nav) to be able to handle the 2 different ways to list wasm-bindgen as a dep |
Awesome! Thanks for checking into this so quickly! |
heads up this will be included in a point release i intend to get out today! thanks again for the report- i super appreciate it <3 :) |
I poked around other issues and didn't see any related info, so sorry if I'm missing something here... I was playing around with an existing
wasm-pack
-happy project by enablingwasm-bindgen
's "serde-serialize" feature... everything was all good until I tried rerunning the project through wasm-pack:Is there anything I can do to work around this?
Happy Cargo.toml:
Unhappy Cargo.toml:
Wonderful project! TIA!
The text was updated successfully, but these errors were encountered: