1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Fix wasm artifacts (#1499)

* put back emscripten 3.1.19

* add create-tolk-release.yml

* filter out master branch only
This commit is contained in:
neodix42 2025-01-27 11:18:51 +04:00 committed by GitHub
parent e7e57f8e6d
commit 7d9ef6e0bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 927 additions and 2 deletions

View file

@ -71,8 +71,8 @@ echo
fi
cd emsdk
./emsdk install 3.1.40
./emsdk activate 3.1.40
./emsdk install 3.1.19
./emsdk activate 3.1.19
EMSDK_DIR=`pwd`
. $EMSDK_DIR/emsdk_env.sh