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

#1458 in WebAssembly

Download history 5130/week @ 2024-07-30 4662/week @ 2024-08-06 3948/week @ 2024-08-13 4077/week @ 2024-08-20 4193/week @ 2024-08-27 3839/week @ 2024-09-03 3134/week @ 2024-09-10 3027/week @ 2024-09-17 4030/week @ 2024-09-24 3454/week @ 2024-10-01 3138/week @ 2024-10-08 3574/week @ 2024-10-15 2943/week @ 2024-10-22 3349/week @ 2024-10-29 2853/week @ 2024-11-05 2358/week @ 2024-11-12

12,143 downloads per month
Used in 24 crates (8 directly)

MIT license

275KB
6K 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
~126K SLoC