[PATCH] D153293: [clang][WebAssembly] support wasm32-wasi shared libraries

Dan Gohman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 21 06:10:55 PDT 2023


sunfish added a comment.

This patch appears to be just the release notes and the test; is the actual driver change missing?



================
Comment at: clang/docs/ReleaseNotes.rst:706
+  limited to the Emscripten target OS and now works with other targets such as
+  wasm32-wasi.
 
----------------
We should mention that this format is not yet stable and may change between LLVM versions, and that WASI does not yet have any facilities for loading dynamic libraries.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153293/new/

https://reviews.llvm.org/D153293



More information about the cfe-commits mailing list