Skip to content

Commit

Permalink
Merge pull request #48 from mmomtchev/legacy-runtime
Browse files Browse the repository at this point in the history
enable `LEGACY_RUNTIME` for recent emscripten
  • Loading branch information
phiresky committed Mar 1, 2023
2 parents 7eec164 + a084696 commit 330c1fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sql.js/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ EMFLAGS = \
-s EXTRA_EXPORTED_RUNTIME_METHODS=@src/exported_runtime_methods.json \
-s SINGLE_FILE=0 \
-s NODEJS_CATCH_EXIT=0 \
-s NODEJS_CATCH_REJECTION=0
-s NODEJS_CATCH_REJECTION=0 \
-s LEGACY_RUNTIME=1

# -s ASYNCIFY=1 \
# -s ASYNCIFY_IMPORTS='["sqlite3VdbeExec"]'
Expand Down

0 comments on commit 330c1fa

Please sign in to comment.