-
Notifications
You must be signed in to change notification settings - Fork 32
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
servo_arc: bad drop in WASM target #129
Comments
https://github.com/noahbald/stylo-selector-fail-129 |
I've found this line to be the source of the panic Line 367 in 8422412
|
I've found that adding the following to [target.'cfg(target_arch = "wasm32")'.dependencies.servo_arc]
path = "../servo_arc"
features = ["track_alloc_size"] Any maintainer know if this is a reasonable fix? |
Also, updating my crate's |
Sorry if this issue is a bit vague because I'm having a hard time finding the exact cause.
I'm compiling to WASM using wasm-bindgen 0.2.100 and when running I receive the following panic
And this seems to happening when I create a selector with a selector list, e.g.
related: rustwasm/wasm-pack#1389
The text was updated successfully, but these errors were encountered: