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

#1661 in WebAssembly

Download history 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 5235/week @ 2025-02-07 2381/week @ 2025-02-14 2907/week @ 2025-02-21 2393/week @ 2025-02-28 2808/week @ 2025-03-07 3412/week @ 2025-03-14 4348/week @ 2025-03-21 2705/week @ 2025-03-28

13,743 downloads per month
Used in 20 crates (6 directly)

MIT license

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

Dependencies

~7MB
~138K SLoC