Crate wasmer_engine_staticlib

Source
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
StaticlibArtifact
A compiled wasm module, ready to be instantiated.
StaticlibEngine
A WebAssembly Staticlib Engine.

Constants§

VERSION
Version number of this crate.