Skip to content

Commit

Permalink
Update wasmpack with new optimized table
Browse files Browse the repository at this point in the history
The new table is generated from all .wasm modules (scalar & SIMD
decoder, encoder and simplifier). This actually reduces the decoder size
as well as reducing all other modules, probably because the decoder used
a non-SIMD table before.

decoder size:
.js: 22183 => 22107 bytes (-0.4%)
.jz.gz: 6059 => 6049 bytes (-0.2%)

The gains on other (future) JS modules are more significant, at 3-7%.
  • Loading branch information
zeux committed Jul 3, 2021
1 parent cdefdde commit 23919e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Loading

0 comments on commit 23919e2

Please sign in to comment.