You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Through tools.build:cxxflags. This is not working at the moment.
With this, we could just requiresantlr4-cppruntime through conanfile.py, and, if needed, the sources would be downloaded and built with -fwasm-exceptions.
So we wouldn't need to FetchContent it, and build it ourselves. Although this is working at the moment.
The text was updated successfully, but these errors were encountered:
rturrado
changed the title
[WebAssembly] Set -fwasm-exceptions in emscripten/CMakeLists.txt
[WebAssembly] Set -fwasm-exceptions in conan/profiles/release-clang-emscripten-wasmAug 19, 2024
Through
tools.build:cxxflags
. This is not working at the moment.With this, we could just
requires
antlr4-cppruntime
throughconanfile.py
, and, if needed, the sources would be downloaded and built with-fwasm-exceptions
.So we wouldn't need to
FetchContent
it, and build it ourselves. Although this is working at the moment.The text was updated successfully, but these errors were encountered: