File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11Next (V1.x.x)
22---------------------
33
4+ V1.1.3
5+ ---------------------
6+ - Switched to using MODULARIZE=1 for the Emscripten build process. The library is now initialized via a factory function.
7+
48V1.1.2
59---------------------
610- EMSCRIPTEN: Wasm file is now embedded in the cardano-c.js file.
Original file line number Diff line number Diff line change 11VERSION_MAJOR=1
22VERSION_MINOR=1
3- VERSION_PATCH=2
3+ VERSION_PATCH=3
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ ELSE()
186186 SET_TARGET_PROPERTIES (${LIB_OUTPUT_NAME} PROPERTIES
187187 OUTPUT_NAME "${LIB_JS_OUTPUT_NAME} "
188188 RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR} "
189- LINK_FLAGS "-s EXPORT_ALL=1 -s ALLOW_MEMORY_GROWTH=1 --no-entry --whole-archive -s SINGLE_FILE=1 -s ENVIRONMENT=web,node ${EMS_BUILD_FLAGS} "
189+ LINK_FLAGS "-s EXPORT_ALL=1 -s ALLOW_MEMORY_GROWTH=1 -s MODULARIZE=1 - -no-entry --whole-archive -s SINGLE_FILE=1 -s ENVIRONMENT=web,node ${EMS_BUILD_FLAGS} "
190190 )
191191ENDIF ()
192192
You can’t perform that action at this time.
0 commit comments