Skip to content

Commit 0a5d19c

Browse files
committed
Update to emsdk 4.0.8
1 parent 792354e commit 0a5d19c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ set(EMCC_ARGS
152152
-s NO_FILESYSTEM=1
153153
-s STACK_SIZE=1048576
154154
-s INITIAL_MEMORY=${INITIAL_MEMORY}
155+
-s EXPORTED_RUNTIME_METHODS=HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64
155156
${MEMORY_PROFILER_FLAG}
156157
${INCLUDE_DEMANGLE_ALL_FLAG}
157158
${ENABLE_SIMD_FLAG})

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=4.0.6
3+
EMSDK_VERSION=4.0.8
44

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

0 commit comments

Comments
 (0)