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 2d407ce commit 8168623Copy full SHA for 8168623
Dockerfile.emsdk
@@ -1,4 +1,4 @@
1
-FROM emscripten/emsdk:3.1.42 as em
+FROM emscripten/emsdk:3.1.46 as em
2
3
RUN apt-get update && apt-get install -y \
4
ninja-build \
src/js/CMakeLists.txt
@@ -25,10 +25,9 @@ aux_source_directory(cxx SOURCES)
25
26
add_executable(cxx-js ${SOURCES})
27
28
-target_link_libraries(cxx-js cxx-parser)
+target_link_libraries(cxx-js cxx-parser embind)
29
30
target_link_options(cxx-js PUBLIC
31
- "SHELL:--bind"
32
"SHELL:-s ENVIRONMENT=web"
33
"SHELL:-s EXPORT_ES6=1"
34
"SHELL:-s WASM_ASYNC_COMPILATION=1"
0 commit comments