bfabricius / howl

Hypervised OWL build environment for audio DSP patch compilation and deployment
https://www.htaudio.de/
GNU General Public License v3.0
7 stars 1 forks source link

howl web target research with docker #10

Open bfabricius opened 6 years ago

bfabricius commented 6 years ago

Look into running a basic docker image that could be used to build dsp patches for mobile / web use by calling make web target

Original toolchain uses emscripten (LLVM front) to compile to asm.js code, maybe we can also get emscripten to webasm going!?

This issue considered proof of concept, will likely not be released with this milestone.