4 个版本
使用旧版 Rust 2015
0.3.2 | 2017年5月7日 |
---|---|
0.3.1 | 2017年5月4日 |
0.3.0 | 2017年4月6日 |
0.2.0 |
|
0.1.0 | 2017年2月27日 |
在 #emscripten 中排名第 21
每月下载量 66 次
8KB
Rust 的 Emscripten API 绑定
用法
将以下依赖项添加到您的 Cargo.toml
[target.'cfg(target_os = "emscripten")'.dependencies]
emscripten-sys = "0.3"
如何构建
. <path to emsdk>/emsdk_env.sh
cargo build --target asmjs-unknown-emscripten
如何测试
cargo test --target asmjs-unknown-emscripten --no-run
node target/asmjs-unknown-emscripten/debug/emscripten_sys-*.js
无运行时依赖
~0–2MB
~40K SLoC