wasmer-object-near

Crates.iowasmer-object-near
lib.rswasmer-object-near
version1.0.1
sourcesrc
created_at2021-02-05 00:05:44.995882
updated_at2021-02-05 00:05:44.995882
descriptionWasmer Native Object generator
homepage
repositoryhttps://github.com/wasmerio/wasmer
max_upload_size
id350788
size16,712
Nikolay Igotti (olonho)

documentation

README

wasmer-object Build Status Join Wasmer Slack MIT License

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.

Commit count: 17039

cargo fmt