# Banana.rs
A Rust implementation of [basebanana](https://basebanana.org/)
## Build && Installation
$ cargo build
## Wasm
$ cargo install wasm-pack
$ wasm-pack build --target web
$ python3 -m http.server
Browse http://localhost:8000 and check the console.