[libc-commits] [libc] [libc] Add wasm support for some submodules in llvm-libc. (PR #154383)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Aug 19 10:11:02 PDT 2025


================
@@ -16,7 +16,12 @@
 namespace LIBC_NAMESPACE_DECL {
 
 LIBC_INLINE_VAR constexpr const MsgTable<4> STDC_ERRORS = {
+#ifdef __EMSCRIPTEN__
+    // For now, match the musl name for errno 0.
----------------
michaelrj-google wrote:

is the intention for emscripten to use these other error strings long-term or do you intend to switch?

https://github.com/llvm/llvm-project/pull/154383


More information about the libc-commits mailing list