[llvm] Fix warnings while building llvm against emscripten for web assembly (PR #118262)

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 08:46:07 PST 2024


sbc100 wrote:

> @sbc100 Seems reasonable, although I will note that I've focused on building LLVM for bare WASI since I need it to run on both JS-ful and JS-less platforms. As such I've never really used Emscripten much; pure-WASI takes different code paths here.

And were you able to build without disabling shared libraries at the core level like this?   (I assume you are not using any shared libraries in WASI since that is not really a thing yet).

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


More information about the llvm-commits mailing list