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)
- Host: GitHub
- URL: https://github.com/jinjor/faust2wasm-minimal-examples
- Owner: jinjor
- Created: 2020-03-04T12:49:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T12:59:02.000Z (over 6 years ago)
- Last Synced: 2025-10-30T19:45:25.384Z (8 months ago)
- Topics: faust
- Language: HTML
- Homepage:
- Size: 1000 Bytes
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```