rust-wasi-example:一个编译成WASI WebAssembly的玩具Rust应用程序

时间:2024-06-19 04:27:48
【文件属性】:

文件名称:rust-wasi-example:一个编译成WASI WebAssembly的玩具Rust应用程序

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-19 04:27:48

Rust

Rust WASI 示例 一个实现玩具程序,用于演示将 Rust 编译为并使用运行它。 配置 首先,让我们克隆 repo: git clone https://github.com/wasmerio/rust-wasi-example.git cd rust-wasi-example 确保你每晚都有最新版本的 Rust 并运行: rustup target add wasm32-wasi --toolchain nightly 建造 cargo +nightly build --target=wasm32-wasi --release cp target/wasm32-unknown-wasi/release/wasi-example.wasm . 跑步 # Install wasmer curl https://get.wasmer.io -sSfL | sh # Run the


【文件预览】:
rust-wasi-example-master
----Cargo.toml(294B)
----wapm.toml(381B)
----src()
--------main.rs(2KB)
----examples()
--------test.hq9+(7B)
----LICENSE(1KB)
----README.md(3KB)
----.gitignore(348B)

网友评论