Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update wasmpack with new optimized table
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