What is the current state of the feature flags for the Emscripten toolchain? It seems like this is in a bit of a half finished state with a lot of options missing. For example:
- The
exceptions feature that adds either -fno-exceptions or -fexceptions, but no way to set fwasm-exceptions.
- Options like
PROXY_TO_PTHREAD and WASM_BIGINT are completely missing
- There is a feature called
wasm_warnings_as_errors which just sets -Werror and seems on by default? I mean, this feature has nothing to do WebAssembly or Emscripten and doesn't seem like it should exist in the toolchain at all?
Is there interest in cleaning this up via some PRs?
What is the current state of the feature flags for the Emscripten toolchain? It seems like this is in a bit of a half finished state with a lot of options missing. For example:
exceptionsfeature that adds either-fno-exceptionsor-fexceptions, but no way to setfwasm-exceptions.PROXY_TO_PTHREADandWASM_BIGINTare completely missingwasm_warnings_as_errorswhich just sets-Werrorand seems on by default? I mean, this feature has nothing to do WebAssembly or Emscripten and doesn't seem like it should exist in the toolchain at all?Is there interest in cleaning this up via some PRs?