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

#1518 in WebAssembly

Download history 3402/week @ 2024-10-25 3350/week @ 2024-11-01 2275/week @ 2024-11-08 2249/week @ 2024-11-15 3159/week @ 2024-11-22 3733/week @ 2024-11-29 4741/week @ 2024-12-06 5406/week @ 2024-12-13 3043/week @ 2024-12-20 3006/week @ 2024-12-27 4156/week @ 2025-01-03 4091/week @ 2025-01-10 3545/week @ 2025-01-17 2662/week @ 2025-01-24 4054/week @ 2025-01-31 5107/week @ 2025-02-07

16,372 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
~128K SLoC