Skip to content

Commit 985aeb6

Browse files
committed
Deploying to gh-pages from @ 19cbe48 πŸš€
1 parent 96b26f0 commit 985aeb6

11 files changed

+61710
-54089
lines changed

β€ŽMakefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ EMFLAGS = \
3737
-s EXPORTED_RUNTIME_METHODS=@src/exported_runtime_methods.json \
3838
-s SINGLE_FILE=0 \
3939
-s NODEJS_CATCH_EXIT=0 \
40-
-s NODEJS_CATCH_REJECTION=0
40+
-s NODEJS_CATCH_REJECTION=0 \
41+
-s STACK_SIZE=5MB
4142

4243
EMFLAGS_ASM = \
4344
-s WASM=0
@@ -56,7 +57,7 @@ EMFLAGS_OPTIMIZED= \
5657
--closure 1
5758

5859
EMFLAGS_DEBUG = \
59-
-s ASSERTIONS=1 \
60+
-s ASSERTIONS=2 \
6061
-O1
6162

6263
BITCODE_FILES = out/sqlite3.bc out/extension-functions.bc

β€Ždist/sql-asm-debug.js

Lines changed: 30716 additions & 26988 deletions
Large diffs are not rendered by default.

β€Ždist/sql-asm-memory-growth.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždist/sql-asm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždist/sql-wasm-debug.js

Lines changed: 119 additions & 54 deletions
Large diffs are not rendered by default.

β€Ždist/sql-wasm-debug.wasm

22.6 KB
Binary file not shown.

β€Ždist/sql-wasm.wasm

1 Byte
Binary file not shown.

β€Ždist/worker.sql-asm-debug.js

Lines changed: 30716 additions & 26988 deletions
Large diffs are not rendered by default.

β€Ždist/worker.sql-asm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždist/worker.sql-wasm-debug.js

Lines changed: 119 additions & 54 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)