wasmer_compiler_cranelift.wasmer_compiler_cranelift

The Cranelift compiler, designed for the wasmer Python package (a WebAssembly runtime).

Please check the documentation of wasmer.engine to learn more.

#   class Compiler:

The Cranelift 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.