Skip to content

Commit

Permalink
#2657 - Add ES6 options for WASM build (#2658)
Browse files Browse the repository at this point in the history
  • Loading branch information
even1024 authored Nov 26, 2024
1 parent 48d07b5 commit e79b727
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/wasm/indigo-ketcher/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ set(EMCC_COMMON_FLAGS
set(EMCC_FLAGS_SEPARATE
${EMCC_COMMON_FLAGS}
-s SINGLE_FILE=0
-s EXPORT_ES6=1
-s USE_ES6_IMPORT_META=1
)

set(EMCC_FLAGS
Expand Down

0 comments on commit e79b727

Please sign in to comment.