| Crates.io | hc-wasmer-object |
| lib.rs | hc-wasmer-object |
| version | 4.3.6-hc.1 |
| created_at | 2024-08-27 21:34:24.965278+00 |
| updated_at | 2024-08-28 17:29:41.615216+00 |
| description | Wasmer Native Object generator |
| homepage | https://wasmer.io/ |
| repository | https://github.com/wasmerio/wasmer |
| max_upload_size | |
| id | 1353850 |
| size | 22,348 |
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.