Skip to content

Synchronising web tools

Stéphane Letz edited this page Feb 4, 2024 · 11 revisions

Synchronising web tools

  • recompile master-dev branch
  • manually copy the generated libfaust-wasm.wasm, libfaust-wasm.js and libfaust-wasm.data files from build/lib/ folder in faustwasm project
  • update, build faustwasm and publish it on NPM (with npm 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.
Clone this wiki locally