72 releases (42 stable)
new 5.0.1 | Nov 6, 2024 |
---|---|
4.4.0 | Oct 4, 2024 |
4.3.5 | Jul 16, 2024 |
4.2.7 | Mar 19, 2024 |
1.0.0-alpha5 | Nov 6, 2020 |
#1436 in WebAssembly
13,570 downloads per month
Used in 24 crates
(8 directly)
275KB
6K
SLoC
wasmer-object
The Wasmer Native Object crate aims at cross-generating native objects for various platforms.
Given a compilation result, i.e. the result
of wasmer_compiler::Compiler::compile_module
, this crate exposes
functions to create an Object
file for a given target. It is a
useful thin layer on top of the object
crate.
lib.rs
:
Object creator for Wasm Compilations.
Given a compilation result (this is, the result when calling Compiler::compile_module
)
this exposes functions to create an Object file for a given target.
Dependencies
~6.5MB
~126K SLoC