We need those builds automated within this repo. A big issue here is however, Emscripten builds are not fully generatable via Projucer yet. We either commit Builds/Emscripten, or enhance Projucer to add support for juce_emscripten (which I kind of avoid, because it's going to make merging upstream harder).
My juce_emscripten fork got basic automated Emscripten support in Projucer, if <LINUX_MAKE> element has isEmscripten="1" attribute. It's getting ready to automate.
As part of UI integration scenario, wasm builds are part of the big picture in AAP to support in-process editor UI. https://github.com/atsushieno/android-audio-plugin-framework/issues/34
We need those builds automated within this repo. A big issue here is however, Emscripten builds are not fully generatable via Projucer yet. We either commit
Builds/Emscripten
, or enhance Projucer to add support for juce_emscripten (which I kind of avoid, because it's going to make merging upstream harder).