| Crates.io | nam-wasmer-object |
| lib.rs | nam-wasmer-object |
| version | 4.4.0-nam.0 |
| created_at | 2025-11-20 10:21:15.795609+00 |
| updated_at | 2025-11-20 10:21:15.795609+00 |
| description | Wasmer Native Object generator |
| homepage | https://wasmer.io/ |
| repository | https://github.com/wasmerio/wasmer |
| max_upload_size | |
| id | 1941765 |
| size | 38,220 |
wasmer-object 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.