59 releases (31 stable)

new 4.3.0-alpha.1 Apr 25, 2024
4.2.7 Mar 19, 2024
4.2.5 Dec 23, 2023
4.2.3 Oct 27, 2023
1.0.0-alpha5 Nov 6, 2020

#1331 in WebAssembly

Download history 10187/week @ 2024-01-03 10115/week @ 2024-01-10 9899/week @ 2024-01-17 8120/week @ 2024-01-24 9359/week @ 2024-01-31 10142/week @ 2024-02-07 9809/week @ 2024-02-14 9227/week @ 2024-02-21 8433/week @ 2024-02-28 11606/week @ 2024-03-06 9832/week @ 2024-03-13 10124/week @ 2024-03-20 8988/week @ 2024-03-27 7864/week @ 2024-04-03 7984/week @ 2024-04-10 7790/week @ 2024-04-17

34,381 downloads per month
Used in 20 crates (7 directly)

MIT license

265KB
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.

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

~5.5MB
~106K SLoC