-
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
Bump walrus
to v0.20
#3483
Bump walrus
to v0.20
#3483
Conversation
Thank you @Liamolucko for solving the discovered issue in rustwasm/walrus#245. |
So I did try the new DWARF debugging support, but it fails pretty fast for me: fn main() {
panic!("test");
}
|
Took me some time to figure out how exactly Wasm DWARF debugging in the browser works in general, but got it to work. |
I did some more research on this today and I think this generally works out. I'm concerned about the |
Currently stuck on rustwasm/walrus#247. |
Any updates on this? CC @guybedford |
Walrus 0.20.2 has just been released thanks to @nokotan which looks like it should now resolve this issue. |
2abffb3
to
1819de8
Compare
1819de8
to
b9ddeee
Compare
Thanks @guybedford for the ping! |
Thank you all! This is awesome 🔥 |
Is there a chance to get a new version published with this? |
Currently waiting for an outcome on #3709, then I'm happy to push for a new release. |
Just checking what CI says for now.
Fixes #2389.