Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 13 hours ago
JSON representation

Typing game with Rust-Wasm

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.