Skip to content

Commit fbd0548

Browse files
committed
Deploying to gh-pages from @ 4ab923e πŸš€
1 parent c0869de commit fbd0548

25 files changed

Lines changed: 39357 additions & 42251 deletions

β€Ž.devcontainer/Dockerfileβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
2424
# Install EMSDK to /emsdk just like the EMSDK Dockerfile: https://github.com/emscripten-core/emsdk/blob/master/docker/Dockerfile
2525
ENV EMSDK /emsdk
2626
# We pin the EMSDK version rather than 'latest' so that everyone is using the same compiler version
27-
ENV EMSCRIPTEN_VERSION 3.0.0
27+
ENV EMSCRIPTEN_VERSION 3.1.8
2828

2929
RUN git clone https://github.com/emscripten-core/emsdk.git $EMSDK
3030

β€ŽMakefileβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,11 @@ EMFLAGS_WASM = \
5252
-s ALLOW_MEMORY_GROWTH=1
5353

5454
EMFLAGS_OPTIMIZED= \
55-
-s INLINING_LIMIT=50 \
5655
-Oz \
5756
-flto \
5857
--closure 1
5958

6059
EMFLAGS_DEBUG = \
61-
-s INLINING_LIMIT=10 \
6260
-s ASSERTIONS=1 \
6361
-O1
6462

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

Lines changed: 18155 additions & 18202 deletions
Large diffs are not rendered by default.

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

Lines changed: 113 additions & 121 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 112 additions & 120 deletions
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: 886 additions & 996 deletions
Large diffs are not rendered by default.

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

1.33 KB
Binary file not shown.

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

Lines changed: 98 additions & 106 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

387 Bytes
Binary file not shown.

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

Lines changed: 18155 additions & 18202 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)