[clang] [lld] [llvm] [lld][WebAssembly] WASIP3 and component model threading support (PR #175800)

Sam Clegg via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 17 09:04:08 PST 2026


================
@@ -827,6 +828,10 @@ static void checkOptions(opt::InputArgList &args) {
     if (ctx.arg.tableBase)
       error("--table-base may not be used with -shared/-pie");
   }
+
+  if (ctx.arg.sharedMemory && ctx.arg.isWasip3) {
+    error("--shared-memory is incompatible with the wasip3 target");
----------------
sbc100 wrote:

Is this true?  Is there no way to experiment with shared memories and wasmip3?  (like there is with wasip1?)

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


More information about the cfe-commits mailing list