Hacker News new | ask | show | jobs
by melony 1528 days ago
This looks good! In my experience the hardest part for compiling WebAssembly is third party dependencies. Getting arbitrary libraries to build can be rather challenging.
2 comments

Getting arbitrary libraries to build is IMO quite often challenging even if you're not compiling for WebAssembly.
Especially - ofcoz' maybe I'm wrong -, that there're not too many C/C++ libs for WASM, always Rust comes up.