We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59c735 commit 7820830Copy full SHA for 7820830
templates/Variant.mk
@@ -1,6 +1,6 @@
1
# Tools
2
-EMSDK_VERSION=3.1.59
3
-EMSDK_DOCKER_IMAGE=emscripten/emsdk:3.1.59
+EMSDK_VERSION=3.1.64
+EMSDK_DOCKER_IMAGE=emscripten/emsdk:3.1.64
4
EMCC_SRC=../../scripts/emcc.sh
5
EMCC=EMSDK_VERSION=$(EMSDK_VERSION) EMSDK_DOCKER_IMAGE=$(EMSDK_DOCKER_IMAGE) EMSDK_PROJECT_ROOT=$(REPO_ROOT) EMSDK_DOCKER_CACHE=$(REPO_ROOT)/emsdk-cache/$(EMSDK_VERSION) $(EMCC_SRC)
6
GENERATE_TS=$(GENERATE_TS_ENV) ../../scripts/generate.ts
0 commit comments