Mercurial > hg > orthanc-stone
changeset 2107:5970030a413c
Upgraded Emscripten version to 3.1.49
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 24 Nov 2023 11:29:46 +0100 |
parents | 5653b6335642 |
children | 7cff3c404430 |
files | Applications/StoneWebViewer/NEWS Applications/StoneWebViewer/WebAssembly/docker-build.sh |
diffstat | 2 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 <token>" 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)
--- 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"