basebanana 0.1.2

baseBanana implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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.