Skip to content

Commit c0978db

Browse files
authored
feat: Upgrade Emscripten build to 3.1 (#43)
* chore: bump lz4 build * chore: bump blosc build * chore: bump zstd build * Add changeset
1 parent 16fa7d3 commit c0978db

File tree

10 files changed

+123
-138
lines changed

10 files changed

+123
-138
lines changed

.changeset/clever-drinks-cough.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'numcodecs': patch
3+
---
4+
5+
Upgrade build system to Emscripten 3.1

codecs/blosc/blosc_codec.js

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

codecs/blosc/blosc_codec.wasm

123 KB
Binary file not shown.

codecs/blosc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blosc",
33
"scripts": {
4-
"build": "docker run --rm -v $(pwd):/src emscripten/emsdk:2.0.8 ./build.sh"
4+
"build": "docker run --rm -v $(pwd):/src emscripten/emsdk:3.1.51 ./build.sh"
55
}
66
}

codecs/lz4/lz4_codec.js

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

codecs/lz4/lz4_codec.wasm

-1.61 KB
Binary file not shown.

codecs/lz4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lz4",
33
"scripts": {
4-
"build": "docker run --rm -v $(pwd):/src emscripten/emsdk:2.0.8 ./build.sh"
4+
"build": "docker run --rm -v $(pwd):/src emscripten/emsdk:3.1.51 ./build.sh"
55
}
66
}

codecs/zstd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lz4",
33
"scripts": {
4-
"build": "docker run --rm -v $(pwd):/src emscripten/emsdk:2.0.8 ./build.sh"
4+
"build": "docker run --rm -v $(pwd):/src emscripten/emsdk:3.1.51 ./build.sh"
55
}
66
}

codecs/zstd/zstd_codec.js

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

codecs/zstd/zstd_codec.wasm

153 KB
Binary file not shown.

0 commit comments

Comments
 (0)