-
Notifications
You must be signed in to change notification settings - Fork 322
Synchronising web tools
Stéphane Letz edited this page Feb 4, 2024
·
11 revisions
- recompile
master-dev
branch - manually copy the generated
libfaust-wasm.wasm
,libfaust-wasm.js
andlibfaust-wasm.data
files frombuild/lib/
folder in faustwasm project - update, build
faustwasm
and 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.