Hacker News new | ask | show | jobs
by kevingadd 2150 days ago
Exception filters are also a problem for AOT to non-WASM LLVM targets, for similar reasons - expressing complex exception handling and flow control in LLVM is very difficult. But the situation is better there, at least.