Skip to content

Commit 34871e7

Browse files
committed
chore: Bump versions
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent 2c9dd8b commit 34871e7

File tree

6 files changed

+1662
-1398
lines changed

6 files changed

+1662
-1398
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ set(EM_LINK_FLAGS
2727
# "-sSTANDALONE_WASM=0"
2828
# "-sBINARYEN_ASYNC_COMPILATION=1"
2929
# "-sDYNAMIC_EXECUTION=0"
30+
"-sWASM_BIGINT=0"
3031
"-sPOLYFILL=0"
3132
# "-sSTRICT=0"
3233
"-sIGNORE_MISSING_MAIN=0"
@@ -45,7 +46,6 @@ set(EM_LINK_FLAGS
4546
if (CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
4647
set(EM_LINK_FLAGS
4748
${EM_LINK_FLAGS}
48-
"-sUSE_ES6_IMPORT_META=1"
4949
"-gsource-map"
5050
"--source-map-base ./" # Debugging c++ only works in browser with "Experimental DWARF support turned on"
5151
)
@@ -65,7 +65,6 @@ if (CMAKE_BUILD_TYPE STREQUAL "Debug" OR CMAKE_BUILD_TYPE STREQUAL "RelWithDebIn
6565
else ()
6666
set(EM_LINK_FLAGS
6767
${EM_LINK_FLAGS}
68-
"-sUSE_ES6_IMPORT_META=0"
6968
)
7069
endif ()
7170

0 commit comments

Comments
 (0)