# HG changeset patch # User Sebastien Jodogne # Date 1605608182 -3600 # Node ID e62bd014ae5c396e5f5c011a260bd789cf4ca12a # Parent 0a4347203a7e67bfe514527812003328290e5312 removed EMSCRIPTEN_SET_LLVM_WASM_BACKEND option for CMake diff -r 0a4347203a7e -r e62bd014ae5c OrthancFramework/Resources/CMake/WebAssembly/ArithmeticTests/CMakeLists.txt --- a/OrthancFramework/Resources/CMake/WebAssembly/ArithmeticTests/CMakeLists.txt Thu Nov 12 11:40:44 2020 +0100 +++ b/OrthancFramework/Resources/CMake/WebAssembly/ArithmeticTests/CMakeLists.txt Tue Nov 17 11:16:22 2020 +0100 @@ -19,7 +19,7 @@ # source ~/Downloads/emsdk/emsdk_env.sh -# cmake .. -DCMAKE_TOOLCHAIN_FILE=${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_BUILD_TYPE=Debug -DEMSCRIPTEN_SET_LLVM_WASM_BACKEND=ON -DCMAKE_INSTALL_PREFIX=/tmp/wasm-install/ +# cmake .. -DCMAKE_TOOLCHAIN_FILE=${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/tmp/wasm-install/ # make install # cd /tmp/wasm-install # python -m SimpleHTTPServer 8000 diff -r 0a4347203a7e -r e62bd014ae5c OrthancFramework/Resources/WebAssembly.txt --- a/OrthancFramework/Resources/WebAssembly.txt Thu Nov 12 11:40:44 2020 +0100 +++ b/OrthancFramework/Resources/WebAssembly.txt Tue Nov 17 11:16:22 2020 +0100 @@ -45,6 +45,10 @@ <<<<< +The "EMSCRIPTEN_SET_LLVM_WASM_BACKEND" option was totally removed in +Orthanc 1.8.1. + + Linker flags diff -r 0a4347203a7e -r e62bd014ae5c OrthancServer/Resources/Configuration.json --- a/OrthancServer/Resources/Configuration.json Thu Nov 12 11:40:44 2020 +0100 +++ b/OrthancServer/Resources/Configuration.json Tue Nov 17 11:16:22 2020 +0100 @@ -18,8 +18,8 @@ "IndexDirectory" : "OrthancStorage", // Path to the directory where Orthanc stores its large temporary - // files. The content of this folder can be safely deleted if - // Orthanc once stopped. The folder must exist. The corresponding + // files. The content of this folder can be safely deleted once + // Orthanc is stopped. The folder must exist. The corresponding // filesystem must be properly sized, given that for instance a ZIP // archive of DICOM images created by a job can weight several GBs, // and that there might be up to "min(JobsHistorySize,