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

Download history 27836/week @ 2022-12-01 30233/week @ 2022-12-08 29015/week @ 2022-12-15 12782/week @ 2022-12-22 12769/week @ 2022-12-29 21465/week @ 2023-01-05 19719/week @ 2023-01-12 16537/week @ 2023-01-19 21033/week @ 2023-01-26 22591/week @ 2023-02-02 25039/week @ 2023-02-09 25571/week @ 2023-02-16 22265/week @ 2023-02-23 23396/week @ 2023-03-02 27464/week @ 2023-03-09 21876/week @ 2023-03-16

99,993 downloads per month
Used in 34 crates (7 directly)

MIT license

245KB
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

~4.5MB
~92K SLoC