Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lulunac27a/rust-wasm-typing-game
Typing game with Rust-Wasm
https://github.com/lulunac27a/rust-wasm-typing-game
characters javascript js rust rust-lang rust-wasm score typing typing-game wasm wasm-bindgen
Last synced: 5 days ago
JSON representation
Typing game with Rust-Wasm
- Host: GitHub
- URL: https://github.com/lulunac27a/rust-wasm-typing-game
- Owner: lulunac27a
- License: apache-2.0
- Created: 2024-08-14T01:49:40.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-19T00:06:05.000Z (5 months ago)
- Last Synced: 2024-11-19T10:07:03.850Z (2 months ago)
- Topics: characters, javascript, js, rust, rust-lang, rust-wasm, score, typing, typing-game, wasm, wasm-bindgen
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
Awesome Lists containing this project
README
# Rust-Wasm Typing Game
This app is a typing game built with Rust-Wasm template. It uses Wasm to compile from Rust code to JavaScript code using WebAssembly.
### 🛠️ Build with `wasm-pack build`
```
wasm-pack build
```### 🔬 Test in Headless Browsers with `wasm-pack test`
```
wasm-pack test --headless
```## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.