mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 13:18:20 +00:00
590 B
590 B
Wasmer Compiler - LLVM
This is the wasmer-compiler-llvm crate, which contains a
compiler implementation based on LLVM.
We recommend using LLVM as the default compiler when running WebAssembly files on any production system, as it offers maximum peformance near to native speeds.
Requirements
The llvm compiler requires a valid installation of LLVM in your system.
You can install LLVM easily via this command:
bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
Or via any of the pre-built binaries that LLVM offers.