| Crates.io | wasmer-object |
| lib.rs | wasmer-object |
| version | 5.0.1 |
| created_at | 2020-08-15 00:46:08.361768+00 |
| updated_at | 2024-11-06 11:15:41.101403+00 |
| description | Wasmer Native Object generator |
| homepage | https://wasmer.io/ |
| repository | https://github.com/wasmerio/wasmer |
| max_upload_size | |
| id | 276870 |
| size | 22,482 |
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.