https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101937
--- Comment #7 from cqwrteur <unlvsur at live dot com> --- (In reply to Jakub Jelinek from comment #5) > Do we need to work around clang bugs here though? In headers I can > understand it, but this is in the libstdc++.{so,a} only code. well i love gcc, however, unfortunately, gcc does not provide webassembly backend ( wasm32/64-wasi). The only thing i could do is to use clang to compile libstdc++ and get partial experience with it. hope you guys can work on providing backend in the future.