1个稳定版本

1.0.1 2021年2月5日

#1161 in WebAssembly


3 个crate中使用(2个直接使用)

MIT 许可证

255KB
5.5K SLoC

wasmer-object 构建状态 加入Wasmer Slack MIT License

Wasmer原生对象crate旨在为各种平台跨生成原生对象。

此crate是wasmer-engine-native crate的基础。给定编译结果,即调用Compiler::compile_module的结果,此crate公开了创建给定目标Object文件的功能。它是object crate上的有用薄层。


lib.rs:

Wasm编译的对象创建器。

给定编译结果(即调用Compiler::compile_module的结果),此crate公开了创建给定目标Object文件的功能。

依赖关系

~9.5MB
~189K SLoC