Mercurial > hg > orthanc-stone
comparison Resources/CodeGeneration/testWasmIntegrated/build-web.sh @ 500:329f229c2794 bgo-commands-codegen
Improvements to the integrated demo for TS <--> C++
author | bgo-osimis |
---|---|
date | Mon, 25 Feb 2019 06:35:21 +0100 |
parents | baa9e1e932db |
children | 342f3e04bfa9 |
comparison
equal
deleted
inserted
replaced
499:baa9e1e932db | 500:329f229c2794 |
---|---|
20 cp styles.css build-final/ | 20 cp styles.css build-final/ |
21 | 21 |
22 # copy WASM binary to output dir | 22 # copy WASM binary to output dir |
23 cp build-wasm/testWasmIntegratedCpp.wasm build-final/ | 23 cp build-wasm/testWasmIntegratedCpp.wasm build-final/ |
24 | 24 |
25 echo "...Serving files at http://127.0.0.1:8080/" | |
26 echo "Please open build_final/testWasmIntegrated.html" | |
27 | |
25 sudo python3 serve.py | 28 sudo python3 serve.py |
26 | 29 |