-
Notifications
You must be signed in to change notification settings - Fork 358
Synchronising web tools
Stéphane Letz edited this page Feb 4, 2024
·
11 revisions
- recompile
master-devbranch - manually copy the generated
libfaust-wasm.wasm,libfaust-wasm.jsandlibfaust-wasm.datafiles frombuild/lib/folder in faustwasm project - update, build
faustwasmand publish it on NPM (withnpm publish) - update Faust Editor and deploy (done with a GitHub action when pushing)
- update FaustPlayground and deploy (done with a GitHub action when pushing)
- update Faust Web IDE and deploy (done with a GitHub action when pushing)
- update faust-web-component and publish it on NPM (with
npm publish) and update examples here and here. - update faustdoc with the new faust-web-component, updating the CDN link.