wasmer_compiler_llvm.wasmer_compiler_llvm
The LLVM compiler, designed for the wasmer Python package (a
WebAssembly runtime).
Please check the documentation of wasmer.engine to learn more.
The LLVM compiler.
Example
from wasmer import engine, Store
from wasmer_compiler_cranelift import Compiler
store = Store(engine.JIT(Compiler))
Please don't use it. Internal use only.