Skip to content

Commit 616b137

Browse files
committed
Deploying to gh-pages from @ ee29605 πŸš€
1 parent abb1aac commit 616b137

18 files changed

Lines changed: 59331 additions & 61485 deletions

β€Ž.devcontainer/Dockerfileβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
# --------------------------------------------------------------------
55
# BEGIN Standard MS Devcontainer for Typescript-Node
66

7-
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.155.1/containers/typescript-node/.devcontainer/base.Dockerfile
8-
# [Choice] Node.js version: 14, 12, 10
9-
ARG VARIANT="22-bullseye"
10-
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:1-${VARIANT}
7+
# See here for image contents: https://github.com/devcontainers/images/tree/main/src/typescript-node
8+
# [Choice] Node.js version comes from the base devcontainer variant
9+
ARG VARIANT="24-bookworm"
10+
FROM mcr.microsoft.com/devcontainers/typescript-node:${VARIANT}
1111

1212
# [Optional] Uncomment if you want to install an additional version of node using nvm
1313
# ARG EXTRA_NODE_VERSION=10
@@ -24,7 +24,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:1-${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 4.0.5
27+
ENV EMSCRIPTEN_VERSION 5.0.0
2828

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

@@ -72,5 +72,5 @@ RUN echo 'export EM_NODE_JS="$EMSDK_NODE"' >> /etc/bash.bashrc
7272

7373
# Install wget, gnupg, and sha3sum
7474
RUN apt-get update \
75-
&& apt-get install -y wget gnupg libdigest-sha3-perl \
76-
&& rm -rf /var/lib/apt/lists/*
75+
&& apt-get install -y wget gnupg libdigest-sha3-perl default-jre-headless \
76+
&& rm -rf /var/lib/apt/lists/*

β€Ž.devcontainer/devcontainer.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dockerfile": "Dockerfile",
77
// Update 'VARIANT' to pick a Node version
88
"args": {
9-
"VARIANT": "22-bullseye"
9+
"VARIANT": "24-bookworm"
1010
}
1111
},
1212
// Use 'forwardPorts' to make a list of ports inside the container available locally.
@@ -17,4 +17,4 @@
1717
"postCreateCommand": "npm ci",
1818
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
1919
"remoteUser": "node"
20-
}
20+
}

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

Lines changed: 27943 additions & 28155 deletions
Large diffs are not rendered by default.

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

Lines changed: 104 additions & 110 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: 103 additions & 110 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: 1111 additions & 905 deletions
Large diffs are not rendered by default.

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

-3.89 KB
Binary file not shown.

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

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

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

-1.36 KB
Binary file not shown.

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

Lines changed: 27943 additions & 28157 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)