Expand description
Native backend for Wasmer compilers.
Given a compiler (such as CraneliftCompiler or LLVMCompiler)
it generates a shared object file (.so or .dylib depending on
the target), saves it temporarily to disk and uses it natively
via dlopen and dlsym (using the libloading library).
Structs§
- Native
- The Native builder
- Native
Artifact - A compiled wasm module, ready to be instantiated.
- Native
Engine - A WebAssembly
NativeEngine.
Constants§
- VERSION
- Version number of this crate.