Expand description
Staticlib engine for Wasmer compilers.
Given a compiler (such as CraneliftCompiler
or LLVMCompiler
)
it generates a static object file (.o
file) and metadata which
can be used to access it from other programming languages static.
Structs§
- Staticlib
- The Staticlib builder
- Staticlib
Artifact - A compiled wasm module, ready to be instantiated.
- Staticlib
Engine - A WebAssembly
Staticlib
Engine.
Constants§
- VERSION
- Version number of this crate.