Debug C/C++ WebAssembly On Chrome

Test environment: Ubuntu 22.04.2 LTSGoogle Chromeemcc 3.1.33clang version 17.0.0Target: wasm32-unknown-emscripten Write a simple test program. main.c: Compile it with DWARF debug information included. Download chrome (stable version): https://www.google.com/chrome/ Install chrome on ubuntu. Set up a … Continue reading Debug C/C++ WebAssembly On Chrome