electro-smith / DaisySP

A Powerful DSP Library in C++
https://www.electro-smith.com/daisy
Other
839 stars 132 forks source link

Emscripten support #142

Closed antisvin closed 3 years ago

antisvin commented 3 years ago

I've tried building DaisySP based code with emscripten. There was 1 error (not really an error, but some limitation with emcc not understanding a particular combination of access to enum via template object pointer?) and a few warnings related to implicit int/float convertion.

Having fixed that in https://github.com/electro-smith/DaisySP/pull/141, compiled result runs in the browser.

stephenhensley commented 3 years ago

closing because #141 is merged.