cassowary.js
cassowary.js copied to clipboard
Use asm.js for ROFLPERFS
http://asmjs.org/spec/latest/
It may be possible to rework the core of the solver to use asm.js, but interacting with it sanely looks like it'll always be an FFI.
I wonder if we wouldn't be better off re-writing the C++ version to use modern C++11 style and then emscripten that down to asm.js to see if we can't get the perf that way.
:+1: