diff --git a/Makefile b/Makefile index 14e0e719..9a1e097e 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ CFLAGS = \ # When compiling to WASM, enabling memory-growth is not expected to make much of an impact, so we enable it for all builds # Since tihs is a library and not a standalone executable, we don't want to catch unhandled Node process exceptions -# So, we do : `NODEJS_CATCH_EXIT=0`, which fixes issue: https://github.com/kripken/sql.js/issues/173 and https://github.com/kripken/sql.js/issues/262 +# So, we do : `NODEJS_CATCH_EXIT=0`, which fixes issue: https://github.com/sql-js/sql.js/issues/173 and https://github.com/sql-js/sql.js/issues/262 EMFLAGS = \ --memory-init-file 0 \ -s RESERVED_FUNCTION_POINTERS=64 \ diff --git a/examples/GUI/index.html b/examples/GUI/index.html index ceac5afc..23a49912 100644 --- a/examples/GUI/index.html +++ b/examples/GUI/index.html @@ -12,7 +12,7 @@
-
@@ -59,7 +59,7 @@