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.

#   class Compiler:

The LLVM compiler.

Example

from wasmer import engine, Store
from wasmer_compiler_cranelift import Compiler

store = Store(engine.JIT(Compiler))
#   Compiler()
#   def into_opaque_compiler(unknown):

Please don't use it. Internal use only.