wasmer-object

Crates.iowasmer-object
lib.rswasmer-object
version5.0.1
sourcesrc
created_at2020-08-15 00:46:08.361768
updated_at2024-11-06 11:15:41.101403
descriptionWasmer Native Object generator
homepagehttps://wasmer.io/
repositoryhttps://github.com/wasmerio/wasmer
max_upload_size
id276870
size22,482
Wasmer Core (github:wasmerio:wasmer-core)

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.

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