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

https://github.com/jinjor/faust2wasm-minimal-examples

Minimal examples of faust2wasm (as of 2020/3)
https://github.com/jinjor/faust2wasm-minimal-examples

faust

Last synced: 3 months ago
JSON representation

Minimal examples of faust2wasm (as of 2020/3)

Awesome Lists containing this project

README

          

# faust2wasm-minimal-examples

Minimal examples of Faust to WASM.

1. [Install Faust](http://faust.grame.fr/doc/manual/index.html#basic-faust-installation)
2. Build and Run

```
hello/build.sh && hello-midi/build.sh && python3 -m http.server
```