@grame/faustwasm 0.4.4 → 0.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/dist/cjs-bundle/index.js +3 -3
- package/dist/cjs-bundle/index.js.map +1 -1
- package/dist/esm-bundle/index.js +3 -3
- package/dist/esm-bundle/index.js.map +1 -1
- package/libfaust-wasm/libfaust-wasm.data +0 -0
- package/libfaust-wasm/libfaust-wasm.js +1 -1
- package/libfaust-wasm/libfaust-wasm.wasm +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -59,6 +59,9 @@ node scripts/faust2wasm.js test/poly.dsp test/out -poly
|
|
|
59
59
|
```
|
|
60
60
|
will create a set of files: `poly.js`, `poly.wasm`, `poly.json`, `poly.html` (and possibly `poly_effect.wasm`, `poly_effect.json`) in the `out` folder.
|
|
61
61
|
|
|
62
|
+
|
|
63
|
+
#### Creating a Progressive Web Application of a Faust DSP
|
|
64
|
+
|
|
62
65
|
You can create a standalone Progressive Web Application using the same command line:
|
|
63
66
|
|
|
64
67
|
```bash
|