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