comparison Applications/Samples/build-web.sh @ 307:be2660b6e40a am-callable-and-promise

wip: commands + status update
author am@osimis.io
date Tue, 25 Sep 2018 15:14:53 +0200
parents b04b13810540
children daa04d15192c
comparison
equal deleted inserted replaced
304:6c22e0506587 307:be2660b6e40a
1 #!/bin/bash 1 #!/bin/bash
2
3 set -e
2 4
3 # this script currently assumes that the wasm code has been built on its side and is availabie in Wasm/build/ 5 # this script currently assumes that the wasm code has been built on its side and is availabie in Wasm/build/
4 6
5 currentDir=$(pwd) 7 currentDir=$(pwd)
6 samplesRootDir=$(pwd) 8 samplesRootDir=$(pwd)