https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112997
Arsen Arsenović <arsen at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arsen at gcc dot gnu.org --- Comment #8 from Arsen Arsenović <arsen at gcc dot gnu.org> --- (In reply to cqwrteur from comment #7) > (In reply to Andrew Pinski from comment #5) > > (In reply to cqwrteur from comment #4) > > > (In reply to Andrew Pinski from comment #1) > > > > Why are you building libstdc++ sources with clang? I doubt that is > > > > supported. > > > > > > GCC does not support WebAssembly backend > > > > Then libstdc++ has not been ported . Or you implement add a WebAssembly > > backend to GCC. > > i do not know whether binutils has implemented wasm. Or i would like to > implement a wasm backend to GCC tbh. Binutils also do not have WASM. Please do give writing a backend a shot. I've been interested in such a project in the past but I've not had time to study wasm or to actually initiate codewriting.