Fix playground

This commit is contained in:
momo5502
2025-04-29 18:14:15 +02:00
parent f06b234b1c
commit 2fce53b3e7

View File

@@ -115,7 +115,10 @@ if(CMAKE_SYSTEM_NAME MATCHES "Emscripten")
)
else()
add_link_options(
-lidbfs.js
-sENVIRONMENT=worker
-sINVOKE_RUN=0
-sEXPORTED_RUNTIME_METHODS=['callMain']
)
endif()
endif()