comparison Applications/Platforms/WebAssembly/UnitTests/NOTES.txt @ 1879:b4486f43394a

reorganization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Jan 2022 09:06:31 +0100
parents OrthancStone/UnitTestsSources/WebAssembly/NOTES.txt@a2955abe4c2e
children
comparison
equal deleted inserted replaced
1878:c9ccd13c6a3c 1879:b4486f43394a
1 Native compilation (without Docker)
2 ===================================
3
4 Install Emscripten:
5 https://emscripten.org/docs/getting_started/downloads.html
6
7 Then, if the installation path is "~/Downloads/emsdk/":
8
9 # source ~/Downloads/emsdk/emsdk_env.sh
10 # mkdir Build && cd Build
11 # cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=${EMSDK}/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -DALLOW_DOWNLOADS=ON -G Ninja
12 # ninja install
13
14 => The binaries will be put in "../../../../../wasm-binaries/UnitTests/"
15
16 # cd `pwd`/../../../../../wasm-binaries/UnitTests
17 # python3 -m http.server 8000
18 # firefox http://localhost:8000/index.html