Join Slack
Powered by
Is there any documentation on how to get source ma...
# webassembly
e
eygraber
05/22/2024, 3:14 AM
Is there any documentation on how to get source maps to work correctly in the browser with wasmJs?
r
Robert Jaros
05/22/2024, 5:02 AM
Is it even possible to debug wasm code in the browser?
e
eygraber
05/22/2024, 5:14 AM
I guess I should have first asked if it was even possible ¯\_(ツ)_/¯
😬 1
e
Edoardo Luppi
05/22/2024, 8:12 AM
It should be possible, yes, with remote debugging in IDEA IIRC
Edoardo Luppi
05/22/2024, 8:12 AM
If you want to debug in the browser, I suppose it works almost in the same way as for JS
e
eygraber
05/24/2024, 5:51 AM
Do you have an example of that? I can see my Kotlin sources with JS (when I use the correct magic
cleanupSourcemap.js
) but I can't get that to work with Wasm.
11
Views
Open in Slack
Previous
Next