骨髓:骨髓是所有基于WASM的设备的通用运行时 源码
骨髓 Marrow是通用设备的安全运行时。 现在, Marrow使用Webassembly作为运行时。 用法 make build # Build examples's file. make test # Do test runtime是一个TypeScript模块,用于提供wasm运行时和计划wasm模块运行。 要使用它: 确保您的计算机安装了最新版本的nodeJS和npm。 将已编译的wasm模块信息添加到runtime/index.ts文件中的modules数组中。 在runtime目录中运行以下命令: npm run dev 设计 Marrow可以加载多个Webassembl
文件列表
marrow-master.zip
(预估有个46文件)
marrow-master
.gitignore
90B
Makefile
237B
marrow-rt
src
host.rs
538B
instance.rs
539B
module.rs
50B
types.rs
1KB
lib.rs
176B
暂无评论