Crate wasmer_engine_staticlib[−][src]
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
The Staticlib builder
A compiled wasm module, ready to be instantiated.
A WebAssembly Staticlib
Engine.
Constants
Version number of this crate.