文件名称:ffxiv-squadron-calculator
文件大小:64KB
文件格式:ZIP
更新时间:2024-05-04 16:40:03
Rust
wasm-pack-template 用于使用启动Rust和WebAssembly项目的模板。 | 内置 :crab: :spider_web: 由 关于 该模板用于将Rust库编译到WebAssembly中,并将结果包发布到NPM。 一定要检查出为其他模板和用法wasm-pack 。 :person_biking: 用法 :ewe: 使用cargo generate来克隆此模板 cargo generate --git https://github.com/rustwasm/wasm-pack-template.git --name my-project cd my-project :hammer_and_wrench: 使用wasm-pack build wasm-pack build :microscope: 使用wasm-pack test在无头浏览器中进行wasm-pack test wasm-pack test --headless --firefox :wrapped_gift: 使用wa
【文件预览】:
ffxiv-squadron-calculator-master
----.gitignore(54B)
----src()
--------utils.rs(445B)
--------lib.rs(2KB)
----.travis.yml(3KB)
----LICENSE(1KB)
----Cargo.toml(1006B)
----README.md(2KB)
----tests()
--------web.rs(251B)
----www()
--------.gitignore(18B)
--------package.json(1000B)
--------package-lock.json(209KB)
--------bootstrap.js(279B)
--------webpack.config.js(311B)
--------.travis.yml(73B)
--------LICENSE(1KB)
--------index.js(363B)
--------README.md(3KB)
--------index.html(485B)
--------.bin()
----.appveyor.yml(340B)