72 releases (42 stable)

new 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

#1436 in WebAssembly

Download history 4650/week @ 2024-07-17 4287/week @ 2024-07-24 4849/week @ 2024-07-31 4503/week @ 2024-08-07 3892/week @ 2024-08-14 4234/week @ 2024-08-21 4054/week @ 2024-08-28 3788/week @ 2024-09-04 3134/week @ 2024-09-11 3005/week @ 2024-09-18 4129/week @ 2024-09-25 3358/week @ 2024-10-02 3383/week @ 2024-10-09 3311/week @ 2024-10-16 3032/week @ 2024-10-23 3298/week @ 2024-10-30

13,570 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