-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
'assertion failed: !self.dead.contains(&id)' panic since 0.2.46 #1613
Labels
Comments
I have the same issue |
I am getting the same panic, although I can't reproduce it with your example. It seems to happen when trying to use web-sys for me. lib.rs:
Dependencies:
Build output:
|
alexcrichton
added a commit
to alexcrichton/wasm-bindgen
that referenced
this issue
Jun 23, 2019
After a module goes through its primary GC pass we need to look over the set of remaining imports and use that to prune the set of imports that we're binding. Closes rustwasm#1613
Thanks for the report, definitely a bug in the tooling! This should be fixed by #1617 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
wasm-bindgen
panics building MaulingMonkey/rust_wasm_sample@ff3bbed when invoked bywasm-pack build --dev
with the following message:This doesn't happen without
--dev
, possibly because the asserts are getting compiled out? I'm having trouble figuring out how to build wasm-bindgen from source to get symbols / a useful stack trace...Steps to Reproduce
Additional Context
Command line according to procmon, which I've confirmed also panics:
The text was updated successfully, but these errors were encountered: