Skip to content

Commit cb097ad

Browse files
committed
Switch to emsdk 3.1.70
This pulls in: - emscripten-core/emscripten#22770 - emscripten-core/emscripten#22772 and gets rid of the custom copy of webidl_binder.py
1 parent 8567e89 commit cb097ad

File tree

12 files changed

+2
-11705
lines changed

12 files changed

+2
-11705
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FIND_PACKAGE(Python3)
55
set(PYTHON ${Python3_EXECUTABLE} CACHE STRING "Python path")
66
set(EMSCRIPTEN_ROOT $ENV{EMSDK}/upstream/emscripten CACHE STRING "Emscripten path")
77
set(CMAKE_TOOLCHAIN_FILE ${EMSCRIPTEN_ROOT}/cmake/Modules/Platform/Emscripten.cmake)
8-
set(WEBIDL_BINDER_SCRIPT ${CMAKE_CURRENT_SOURCE_DIR}/tools/webidl_binder.py)
8+
set(WEBIDL_BINDER_SCRIPT ${EMSCRIPTEN_ROOT}/tools/webidl_binder.py)
99
set(JOLT_FRONT_MATTER_FILE ${CMAKE_CURRENT_SOURCE_DIR}/front-matter.js)
1010
set(JOLT_HEADER_FILE ${CMAKE_CURRENT_SOURCE_DIR}/JoltJS.h)
1111
set(JOLT_IDL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/JoltJS.idl)

ci/install-emsdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
EMSDK_VERSION=3.1.69
3+
EMSDK_VERSION=3.1.70
44

55
git clone https://github.com/emscripten-core/emsdk.git
66

tools/README.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)