atsushieno / aap-juce

AAP (Audio Plugins For Android) JUCE integration.
GNU General Public License v3.0
15 stars 1 forks source link

automate Emscripten builds #2

Closed atsushieno closed 4 years ago

atsushieno commented 4 years ago

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).

atsushieno commented 4 years ago

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.

atsushieno commented 4 years ago

Technically it is automated. Closing.