wasm rust linear memory 源码
wasm-rust-linear-memory 用cargo new --lib wasm-rust-linear-memory创建项目cargo new --lib wasm-rust-linear-memory 修改Cargo.toml以包含: [ lib ] crate-type = [ " cdylib " ] [ dependencies ] wasm-bindgen = " 0.2.70 " 修改src/lib.rs 使用wasm-pack build --target web构建项目 创建index.js 创建index.html 启动本地HTTP文件服务器。 一种方法是安装 ,然后输入以下命令: deno install --allow-net --allow-read https://deno.land/std@0.87.0/http/file_serve
文件列表
wasm-rust-linear-memory-main.zip
(预估有个7文件)
wasm-rust-linear-memory-main
index.js
717B
index.html
148B
src
lib.rs
989B
Cargo.toml
208B
.gitignore
19B
README.md
755B
.vscode
settings.json
55B
暂无评论