wasm rust:使用WebAssembly + Rust进行试验 源码
:hammer_and_wrench: 建造 # Create the `pkg` directory # It will contain the `.wasm` compiled from the Rust code (in `src`) and the JS glue to make it work wasm-pack build # In `site` directory # Install JS dependencies npm install :rocket: 跑 # in `site` directory npm run serve
文件列表
wasm-rust-main.zip
(预估有个14文件)
wasm-rust-main
Cargo.toml
311B
src
prime.rs
2KB
lib.rs
264B
site
index.html
497B
index.ts
857B
webpack.config.js
387B
lib
暂无评论