Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ar37-rs/wasm_template
https://github.com/ar37-rs/wasm_template
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/ar37-rs/wasm_template
- Owner: ar37-rs
- License: apache-2.0
- Created: 2021-05-13T13:28:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T12:26:43.000Z (over 3 years ago)
- Last Synced: 2024-11-10T12:49:16.120Z (about 2 months ago)
- Language: Batchfile
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust Wasm template for windows.
Requirements:
* [Rust](https://www.rust-lang.org)
* Wasm32 toolchain
install using rustup:
rustup target add wasm32-unknown-unknown
* [wasm-bindgen CLI](https://crates.io/crates/wasm-bindgen-cli)
Install using cargo:
cargo install wasm-bindgen-cli --force