Skip to content

Commit 8168623

Browse files
committed
chore: Update emscripten to 3.1.46
1 parent 2d407ce commit 8168623

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile.emsdk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM emscripten/emsdk:3.1.42 as em
1+
FROM emscripten/emsdk:3.1.46 as em
22

33
RUN apt-get update && apt-get install -y \
44
ninja-build \

src/js/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ aux_source_directory(cxx SOURCES)
2525

2626
add_executable(cxx-js ${SOURCES})
2727

28-
target_link_libraries(cxx-js cxx-parser)
28+
target_link_libraries(cxx-js cxx-parser embind)
2929

3030
target_link_options(cxx-js PUBLIC
31-
"SHELL:--bind"
3231
"SHELL:-s ENVIRONMENT=web"
3332
"SHELL:-s EXPORT_ES6=1"
3433
"SHELL:-s WASM_ASYNC_COMPILATION=1"

0 commit comments

Comments
 (0)