1 stable release

1.0.1 Feb 5, 2021

#1108 in WebAssembly

Download history 8/week @ 2024-02-19 24/week @ 2024-02-26 12/week @ 2024-03-04 9/week @ 2024-03-11 4/week @ 2024-03-18 13/week @ 2024-03-25 37/week @ 2024-04-01 4/week @ 2024-04-08 3/week @ 2024-04-15

57 downloads per month
Used in 3 crates (2 directly)

MIT license

255KB
5.5K SLoC

wasmer-object Build Status Join Wasmer Slack MIT License

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.


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

~8.5MB
~167K SLoC