37 releases (15 stable)
new 3.2.0-beta.1 | Mar 23, 2023 |
---|---|
3.1.0 | Dec 12, 2022 |
3.0.2 | Nov 26, 2022 |
3.0.0-alpha.4 | Jul 29, 2022 |
1.0.0-alpha5 | Nov 6, 2020 |
#54 in WebAssembly
99,993 downloads per month
Used in 34 crates
(7 directly)
245KB
5K
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
~4.5MB
~92K SLoC