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: 4 months 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2026-01-15T23:16:01.000Z (5 months ago)
- Last Synced: 2026-01-16T02:43:50.251Z (5 months ago)
- Topics: characters, javascript, js, rust, rust-lang, rust-wasm, score, typing, typing-game, wasm, wasm-bindgen
- Language: Rust
- Homepage: https://lulunac27a.github.io/rust-wasm-typing-game/
- Size: 632 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.