/maccuitar

Project for practicing chord changes and opportunity to try out web assembly

Primary LanguageRustThe UnlicenseUnlicense

Maccuitar

pipeline status

Little project to practice chord changes and an opportunity to play with web assembly.

Usage

Will need to install a few things prior:

> cargo +nightly install miniserve
> cargo install wasm-pack

Then to start:

> wasm-pack build --target web --out-name wasm --out-dir ./static
> miniserve ./static --index index.html