Skip to content

Commit 0d4c960

Browse files
authored
Merge pull request #116 from usnistgov/remove-deprecated-import-meta-build-flag
remove deprecated setting that disables import.meta in ES6 builds
2 parents ff189da + 73dc7ee commit 0d4c960

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ set_target_properties(hdf5_util PROPERTIES
6666
-s ENVIRONMENT=web,worker \
6767
-s SINGLE_FILE \
6868
-s EXPORT_ES6=1 \
69-
-s USE_ES6_IMPORT_META=0 \
7069
-s FORCE_FILESYSTEM=1 \
7170
-s EXPORTED_RUNTIME_METHODS=\"['ccall', 'cwrap', 'FS', 'AsciiToString', 'UTF8ToString']\" \
7271
-s EXPORTED_FUNCTIONS=\"${EXPORTED_FUNCTIONS_STRING}\""

0 commit comments

Comments
 (0)