Expand description
Dylib Engine for Wasmer compilers.
Given a compiler (such as CraneliftCompiler
or LLVMCompiler
)
it generates a dylib/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§
- Dylib
- The Dylib builder
- Dylib
Artifact - A compiled Wasm module, ready to be instantiated.
- Dylib
Engine - A WebAssembly
Dylib
Engine.
Constants§
- VERSION
- Version number of this crate.