# HG changeset patch # User Sebastien Jodogne # Date 1700821786 -3600 # Node ID 5970030a413c7b1febeec23593141d30c315f81e # Parent 5653b633564259a19e1ee504ea86ba379512d1cd Upgraded Emscripten version to 3.1.49 diff -r 5653b6335642 -r 5970030a413c Applications/StoneWebViewer/NEWS --- a/Applications/StoneWebViewer/NEWS Wed Nov 22 07:43:13 2023 +0100 +++ b/Applications/StoneWebViewer/NEWS Fri Nov 24 11:29:46 2023 +0100 @@ -8,7 +8,7 @@ * Prevent dragging series before they are ready * Open the first loaded series only if it is part of a selected study -* Fix compatibility with Emscripten 3.1.47 +* Upgraded Emscripten version to 3.1.49 Version 2.5 (2022-12-05) @@ -103,7 +103,7 @@ * New argument "token" to set HTTP header "Authorization: Bearer " for each request to the DICOMweb server * Fix issue #197 (Support for passing credentials with all HTTP requests) -* Emscripten version: 2.0.23 +* Upgraded Emscripten version to 2.0.23 Version 1.0 (2020-12-02) diff -r 5653b6335642 -r 5970030a413c Applications/StoneWebViewer/WebAssembly/docker-build.sh --- a/Applications/StoneWebViewer/WebAssembly/docker-build.sh Wed Nov 22 07:43:13 2023 +0100 +++ b/Applications/StoneWebViewer/WebAssembly/docker-build.sh Fri Nov 24 11:29:46 2023 +0100 @@ -24,8 +24,7 @@ # NB: Sources of the "jodogne/wasm-builder" Docker image: # https://github.com/jodogne/OrthancDocker/tree/master/wasm-builder -IMAGE=jodogne/wasm-builder:2.0.23 -#IMAGE=wasm-builder +IMAGE=jodogne/wasm-builder:3.1.49 if [ "$1" != "Debug" -a "$1" != "Release" ]; then echo "Please provide build type: Debug or Release"