Hacker News new | ask | show | jobs
by dangjc 3141 days ago
Is it lite enough to compile with Emscripten and use via WebAssembly?
1 comments

This should be possible, but we haven't tried it. We're likely going to add a simplified target that has minimal dependencies (like no Eigen) that allows building on simple platforms.
Cool. I have something else that uses Eigen in WebAssembly, so that hasn't caused any issues btw.