| Crates.io | wasmer-object-near |
| lib.rs | wasmer-object-near |
| version | 1.0.1 |
| created_at | 2021-02-05 00:05:44.995882+00 |
| updated_at | 2021-02-05 00:05:44.995882+00 |
| description | Wasmer Native Object generator |
| homepage | |
| repository | https://github.com/wasmerio/wasmer |
| max_upload_size | |
| id | 350788 |
| size | 16,712 |
wasmer-object The Wasmer Native Object crate aims at cross-generating native objects for various platforms.
This crate is the foundation of the wasmer-engine-native
crate. 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.