Bump walrus to v0.20#3483
Conversation
|
Thank you @Liamolucko for solving the discovered issue in wasm-bindgen/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 wasm-bindgen/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.