66 releases (37 stable)

4.3.5 Jul 16, 2024
4.3.2 Jun 11, 2024
4.2.7 Mar 19, 2024
4.2.5 Dec 23, 2023
1.0.0-alpha5 Nov 6, 2020

#1254 in WebAssembly

Download history 6811/week @ 2024-04-05 9970/week @ 2024-04-12 9589/week @ 2024-04-19 7442/week @ 2024-04-26 8940/week @ 2024-05-03 6816/week @ 2024-05-10 7145/week @ 2024-05-17 6401/week @ 2024-05-24 6948/week @ 2024-05-31 5979/week @ 2024-06-07 5406/week @ 2024-06-14 4002/week @ 2024-06-21 3497/week @ 2024-06-28 3257/week @ 2024-07-05 4591/week @ 2024-07-12 3176/week @ 2024-07-19

15,247 downloads per month
Used in 24 crates (8 directly)

MIT license

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

~11–21MB
~369K SLoC