Compile, optimize, and analyze WebAssembly modules using LLVM's next-generation toolchain
View DocumentationGenerate efficient WebAssembly from C/C++/Rust with full control over optimization passes and code layout
Use lldb and objdump for in-depth debugging and WebAssembly module inspection with full symbol support
Support for WebAssembly MVP (1.0) and experimental proposals with seamless integration into clang/llvm toolchains
$ clang --target=wasm32 hello.c -o hello.wasm
Try compiling your first WebAssembly module using LLVM's full-featured toolchain today.