Separate NodeJS demo, switch to Krasnodar

This commit is contained in:
folex
2021-08-12 17:48:50 +03:00
parent fcfe06768d
commit b0e726cc92
11 changed files with 9726 additions and 286 deletions

View File

@ -1,5 +1,8 @@
#!/usr/bin/env bash -o errexit -o nounset -o pipefail
cargo update --aggressive
#!/usr/bin/env bash
set -o errexit -o nounset -o pipefail
# set current working directory to script parent directory to run script from everywhere
cd "$(dirname "$0")"/..
mkdir -p artifacts
rm -f artifacts/*.wasm