llvm-mov / wasm

An out-of-tree LLVM backend (llvm-mov) ported to WebAssembly. Paste C on the left, see the LLVM IR clang produces in the middle, and the mov-target x86-32 assembly llvm-mov-llc emits on the right — all running in your browser. See also movfuscator-wasm (the LCC-based sibling).

C source (input)

LLVM IR (clang)


  

mov-target x86-32 assembly (llvm-mov-llc)