llvm-wasm icon indicating copy to clipboard operation
llvm-wasm copied to clipboard

Compile and run LLVM IR in the browser

Results 5 llvm-wasm issues
Sort by recently updated
recently updated
newest added

I have compiled a working LLVM 18.1.4 with WASI 22 and emscripten 3.1.58. However, I cannot find C++ header files and libstdc++ for C++ to work. Any help?

Hello! I'm interested in your project (for detailed guide of building LLVM on WASM). I noticed that the GitHub Page is using `clang-wasm` branch which includes a `clang.wasm`, but the...

I was wondering, do you think this approach can be used to run rust in the browser? if so, how would you go about it? btw, awesome project!

First of all thanks for this repository. This has been pretty informative and interesting. I'm trying to replicate this repo using LLVM 16.0.4 instead of 14.0.6. I've successfully cross-compiled llc...

Hi @soedirgo I am trying to compile clang & lld to wasm using emscripten. Although I was able to build stuff (not sure everything works though for eg at runtime),...