[libc-commits] [libc] [libc] Add wasm support for some submodules	in llvm-libc. (PR #154383)
    via libc-commits 
    libc-commits at lists.llvm.org
       
    Wed Aug 20 12:36:13 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.
----------------
google-yfyang wrote:
I am trying to land the change to update the musl fork in emscripten first so that we no longer need these lines. 
https://github.com/llvm/llvm-project/pull/154383
    
    
More information about the libc-commits
mailing list