LiveSplitOne icon indicating copy to clipboard operation
LiveSplitOne copied to clipboard

Debugging the Rust Code in the Web

Open CryZe opened this issue 5 years ago • 0 comments

This is basically just a tracking issue for eventually supporting stepping through the Rust code in the browser. I already kind of got it to work:

https://i.imgur.com/b5Q2oEo.png

However it seems like wasm-bindgen, wasm-opt and other tools (possibly webpack too) break it, because they don't preserve the debugging information, so this is blocked until they make further progress.

There's also this: https://github.com/yurydelendik/wtmaps-utils

This is the only real upstream tracking issue that I found: https://github.com/rustwasm/walrus/issues/67

CryZe avatar Mar 13 '20 23:03 CryZe