4个稳定版本

2.4.1 2024年4月8日
2.3.4 2024年4月7日

#1173 in WebAssembly

Download history • Rust 包仓库 4/week @ 2024-04-14 • Rust 包仓库 5/week @ 2024-04-21 • Rust 包仓库 1/week @ 2024-04-28 • Rust 包仓库 13/week @ 2024-05-19 • Rust 包仓库 12/week @ 2024-05-26 • Rust 包仓库 14/week @ 2024-06-02 • Rust 包仓库 6/week @ 2024-06-09 • Rust 包仓库 9/week @ 2024-06-16 • Rust 包仓库 12/week @ 2024-06-23 • Rust 包仓库 2/week @ 2024-06-30 • Rust 包仓库 4/week @ 2024-07-14 • Rust 包仓库 1/week @ 2024-07-21 • Rust 包仓库 46/week @ 2024-07-28 • Rust 包仓库

每月51次下载
4 crate 中使用

MIT OR Apache-2.0 WITH LLVM-exception

415KB
8K SLoC

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

这个crate包含Wasmer VM运行时库,支持任何wasmer-engine实现使用的Wasm ABI。

Wasmer运行时设计为模块化的,并提供了一些库,其中每个库都提供了一组特定的功能。这个wasmer-vm库包含了运行时的底层基础。

它提供了wasmer-engine运行所需的全部API,从instancememoryprobestack、签名注册表、traptableVMContextlibcalls等。

用户很少需要直接处理wasmer-vmwasmer crate提供了嵌入了wasmer-vm类型并具有更高级别API的类型。

致谢

该项目借鉴了wasmtime-runtime的VM结构和陷阱的一些代码。

请检查Wasmer致谢以进一步了解项目的许可和其他归属。

依赖关系

~5–14MB
~181K SLoC