72 releases (42 stable)

5.0.1 Nov 6, 2024
4.4.0 Oct 4, 2024
4.3.5 Jul 16, 2024
4.2.7 Mar 19, 2024
1.0.0-alpha5 Nov 6, 2020

#1520 in WebAssembly

Download history 2977/week @ 2024-10-21 3501/week @ 2024-10-28 3131/week @ 2024-11-04 2275/week @ 2024-11-11 2655/week @ 2024-11-18 2560/week @ 2024-11-25 4555/week @ 2024-12-02 4785/week @ 2024-12-09 4846/week @ 2024-12-16 2841/week @ 2024-12-23 3480/week @ 2024-12-30 4366/week @ 2025-01-06 3942/week @ 2025-01-13 3371/week @ 2025-01-20 2592/week @ 2025-01-27 4797/week @ 2025-02-03

15,285 downloads per month
Used in 20 crates (6 directly)

MIT license

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

~6.5MB
~129K SLoC