Open
Description
I mean build binaryen with emscripten with "-fno-exceptions" for asmjs / wasm. But I guess other build targets without exceptions will be also benefits for it's size. As I know LLVM (but use noexcept
hints) and GCC avoid exceptions at all and it's make sense especially for binaryen.js and binaryen.wasm.
So I'm wondering how hard refactor binaryen codebase for exclude exceptions or at least add noexcept
hints if it's totally impossible.
Metadata
Metadata
Assignees
Labels
No labels