1 stable release
1.0.1 | Feb 5, 2021 |
---|
#1009 in WebAssembly
21 downloads per month
Used in 3 crates
(2 directly)
255KB
5.5K
SLoC
wasmer-object

The Wasmer Native Object crate aims at cross-generating native objects for various platforms.
This crate is the foundation of the wasmer-engine-native
crate. 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.
Dependencies
~7–14MB
~182K SLoC