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
set(CMAKE_CROSSCOMPILING_EMULATOR "${NODE_JS_EXECUTABLE}"CACHEFILEPATH"Path to the emulator for the target system.")
If it was set in the latter, it would make using emcmake and using just the toolchain file more equivalent.
One usecase for this is VSCode based development, where the editor's CMake plugin runs the CMake 'configure' step automatically whenever CMake files change. A so called "kit" file (link) can specify a toolchain file, but not a wrapper executable.
The text was updated successfully, but these errors were encountered:
Why is the
--experimental-wasm-threads
argument only set in emcmake and not in Emscripten.cmake?emscripten/emcmake.py
Line 41 in 7df4038
emscripten/cmake/Modules/Platform/Emscripten.cmake
Line 411 in 7df4038
If it was set in the latter, it would make using emcmake and using just the toolchain file more equivalent.
One usecase for this is VSCode based development, where the editor's CMake plugin runs the CMake 'configure' step automatically whenever CMake files change. A so called "kit" file (link) can specify a toolchain file, but not a wrapper executable.
The text was updated successfully, but these errors were encountered: