Smona / faust-loader

Webpack loader for Faust .dsp files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include portable libfaust installation with package

Smona opened this issue · comments

Having to install libfaust separately isn't ideal. It would be better to bundle a portable version of libfaust either in the package contents, or during a postinstall hook.

I had a go at doing this, but the current implementation of running the faust compiler in wasm (libfaust-wasm + wasm-wrapper) doesn't work in nodejs because node doesn't support preloaded memory. C++ really isn't my strong suit, so the current means of calling the compiler is pretty hacky and could be improved on.

Related Faust issue: grame-cncm/faust#598