diff --git a/cmake/platforms/emscripten.cmake b/cmake/platforms/emscripten.cmake index 13e4261..7775851 100644 --- a/cmake/platforms/emscripten.cmake +++ b/cmake/platforms/emscripten.cmake @@ -42,7 +42,7 @@ string(JOIN "," emcc_export_string ${emcc_export_list}) set(CMAKE_C_LINK_FLAGS "\ -s ALLOW_MEMORY_GROWTH=1 \ -s EXPORTED_FUNCTIONS='[${emcc_export_string}]' \ --s EXTRA_EXPORTED_RUNTIME_METHODS='[cwrap]' \ +-s EXPORTED_RUNTIME_METHODS='[cwrap]' \ -s STRICT_JS=1") if(WASM) set(CMAKE_C_LINK_FLAGS "${CMAKE_C_LINK_FLAGS} -s WASM=1")