How about debugging? Is it possible to step through a mix of C and JS stack frames?
https://developers.google.com/web/updates/2020/12/webassembl...
The embedded Javascript can be debugged as usual.
In my case I usually debug the platform-agnostic code compiled natively in IDEs like Visual Studio or Xcode, and for the HTML5 specific code (which is just a few hundred lines) traditional "printf-debugging".
https://developers.google.com/web/updates/2020/12/webassembl...
The embedded Javascript can be debugged as usual.
In my case I usually debug the platform-agnostic code compiled natively in IDEs like Visual Studio or Xcode, and for the HTML5 specific code (which is just a few hundred lines) traditional "printf-debugging".