We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现在纯用 Rust 创作并支持 WASI 的 WASM 运行时有三个:
此外还有一些其它语言创作,但是提供 Rust 接口的 WASM 运行时:
考虑抽象出来一个 crate,并且至少提供上面三个的实现。
我的仓库里面几个分支已经成功实现了 Wasmtime 以及 Wasmi(Windows 下需要别的 crate 的补丁)的支持。这之中 Wasmi 的跨平台支持是非常诱人的,因为它是个解释器。
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
现在纯用 Rust 创作并支持 WASI 的 WASM 运行时有三个:
此外还有一些其它语言创作,但是提供 Rust 接口的 WASM 运行时:
考虑抽象出来一个 crate,并且至少提供上面三个的实现。
我的仓库里面几个分支已经成功实现了 Wasmtime 以及 Wasmi(Windows 下需要别的 crate 的补丁)的支持。这之中 Wasmi 的跨平台支持是非常诱人的,因为它是个解释器。
The text was updated successfully, but these errors were encountered: