<div dir="ltr">Hi guys<div><br></div><div>I&#39;ve re-directed my focus from manually porting ChucK to JavaScript (i.e., ChucKJS) to an automatic port with the help of the Emscripten tool (<a href="http://emscripten.org/">http://emscripten.org/</a>): <a href="https://github.com/aknuds1/chuck/tree/emscripten">https://github.com/aknuds1/chuck/tree/emscripten</a>. I don&#39;t know yet how this&#39;ll pan out, but I&#39;m thinking it should be more future proof than having to maintain an independent JavaScript version of ChucK. Also, it ought to be much more performant, since Emscripten generates asm.js rather than vanilla JavaScript.</div><div><br></div><div>The status of the port is that I am currently able to generate a JavaScript library, chuck.js, which can be invoked, but I need to write shims for dependencies such as the audio driver to actually do anything useful.</div><div><br></div><div>Arve</div></div>