I may be completely missing something but how do I...
# webassembly
r
I may be completely missing something but how do I inspect the string value here, without having to parse the char codes?
i
Hi, unfortunately Wasm platform does not support any kind of strings out of the box, in a same time the Devtools does not supports renderers which could render custom string gc type. As far as I know the work on a better debugging experience is now in progress.
r
Thank you!
a
But we are working on it to make it works firstly in Fleet and after in Chrome and Firefox
👍 1