sql.js 1.9.0 → 1.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.devcontainer/Dockerfile +1 -1
- package/dist/sql-asm-debug.js +22332 -20654
- package/dist/sql-asm-memory-growth.js +73 -73
- package/dist/sql-asm.js +75 -75
- package/dist/sql-wasm-debug.js +59 -69
- package/dist/sql-wasm-debug.wasm +0 -0
- package/dist/sql-wasm.js +61 -61
- package/dist/sql-wasm.wasm +0 -0
- package/dist/sqljs-all.zip +0 -0
- package/dist/sqljs-wasm.zip +0 -0
- package/dist/sqljs-worker-wasm.zip +0 -0
- package/dist/worker.sql-asm-debug.js +22332 -20654
- package/dist/worker.sql-asm.js +75 -75
- package/dist/worker.sql-wasm-debug.js +59 -69
- package/dist/worker.sql-wasm.js +61 -61
- package/package.json +1 -1
package/.devcontainer/Dockerfile
CHANGED
|
@@ -24,7 +24,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
|
|
|
24
24
|
# Install EMSDK to /emsdk just like the EMSDK Dockerfile: https://github.com/emscripten-core/emsdk/blob/master/docker/Dockerfile
|
|
25
25
|
ENV EMSDK /emsdk
|
|
26
26
|
# We pin the EMSDK version rather than 'latest' so that everyone is using the same compiler version
|
|
27
|
-
ENV EMSCRIPTEN_VERSION 3.1.
|
|
27
|
+
ENV EMSCRIPTEN_VERSION 3.1.51
|
|
28
28
|
|
|
29
29
|
RUN git clone https://github.com/emscripten-core/emsdk.git $EMSDK
|
|
30
30
|
|