Commits
User selector
Commit History
Commits on May 15, 2019
Rename BINARYEN_ASYNC_COMPILATION -> WASM_ASYNC_COMPILATION (#8601)
Show description for e33390fauthored
Commits on Feb 12, 2019
Update Emscripten.cmake to support C++17 (#8030)
Show description for c3e93f3authored andcommitted
Commits on Sep 21, 2018
Commits on Sep 14, 2018
Commits on Jul 5, 2018
Add EMSCRIPTEN_VERSION variable to user CMake scripts (#6809)
Show description for c39a45dauthored andcommitted
Commits on May 10, 2018
Emit WebAssembly by default (#6419)
Show description for 6e58180authored
Commits on Oct 28, 2016
Commits on Oct 27, 2016
Commits on Sep 21, 2016
Don't do CMake compiler autodetection for Emscripten, since CMake doesn't know about Emscripten toolchain. Instead report the supported features from the module toolchain, and add a test that those…
Show description for bc40d00committedPerform compiler IDing manually in Emscripten toolchain to set `CMAKE_C_STANDARD_COMPUTED_DEFAULT` and `CMAKE_CXX_STANDARD_COMPUTED_DEFAULT` variables. Fixes #4129 and supercedes #4134. Also refact…
Show description for 69a2d54committed
Commits on Oct 21, 2015
Commits on May 12, 2015
Override CMake CheckTypeSize.
Show description for b206b9ecommitted
Commits on May 10, 2015
Override CMake TestBigEndian.
Show description for 11630fbcommitted
Commits on Jul 10, 2014
Fix a long-standing CMake toolchain issue where the toolchain was not able to specify a default suffix (.js) for generated executables and the suffix that was set got silently erased. Previously th…
Show description for 6038404committedWhen using emconfigure/emcmake to invoke cmake toolchain, don't pass in EMMAKEN_JUST_CONFIGURE=1, since that breaks CMake configuration because CMake expects to be able to build identically at conf…
Show description for 2f48a2ecommitted
Commits on Jul 9, 2014
Commits on Jun 30, 2014
- committed
Jonas Platte
Commits on May 28, 2014
Commits on Apr 14, 2014
Commits on Sep 18, 2013
Commits on Sep 11, 2013
Commits on Sep 4, 2013
- committed
- committed
Improve CMake toolchain file to use response files. Avoid the compiler detection mechanism that could throw CMake off depending on what is in Windows PATH. Use CMAKE_EXECUTABLE_SUFFIX to specify wh…
Show description for 9de7165committed
Commits on Nov 12, 2012
Loading