-
Wasm-Gzip v2.1.0 Stable
released this
2024-06-12 02:58:20 +02:00 | 0 commits to main since this release- Added options to
compress(noCompression, fixedHuffmanCodes) anddecompress(multi) - Upgraded libflate version to v2.1.0 (coincidence)
- Moved to entirely custom bindings and removed
wasm-bindgenandjs-sysdependencies
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Added options to
-
Wasm-Gzip v2.0.3 Stable
released this
2023-10-10 22:58:23 +02:00 | 5 commits to main since this releaseThe last release did not contain the correct files, this patch fixes it.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
Wasm-Gzip v2.0.2 Stable
released this
2023-10-10 19:57:26 +02:00 | 6 commits to main since this release- Updated libflate dependency to
2.0.0 - Fixed error handling (no more wasm panicking)
- Added class
DecompressionError - error messages
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Updated libflate dependency to
-
Wasm-Gzip v2.0 Stable
released this
2023-04-17 12:02:13 +02:00 | 9 commits to main since this releaseRelease Notes
This build includes the source code for this version and a release that can be imported as an ES6 module.
How to build
npm run buildThe final package (including source mappings which are not included in the npm package) can be found in the
distdirectory.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
Wasm-Gzip v1.0 Stable
released this
2021-02-05 20:49:02 +01:00 | 6 commits to main since this releaseRelease Notes
This build includes the source code for this version and a release that can be imported as an ES6 module.
Build it yourself
Windows users can run the Batchfile
build.bat. For other systems, usewasm-pack build --target web- (Optional) minify the wasm:
wasm-snip --snip-rust-panicking-code --snip-rust-fmt-code -o ./pkg/wasm_gzip_bg.wasm ./pkg/wasm_gzip_bg.wasm - (Optional) delete the generated
.gitignorefile in./pkgif you want to use this project with git. - (Optional) minify the file
wasm_gzip.jsin./pkg. For this release, terser was used:npx terser --compress --mangle -o ./wasm_gzip.js -- ./wasm_gzip.js
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Wasm-Gzip Build Pre-release
released this
2021-01-09 11:00:49 +01:00 | 12 commits to main since this releaseRelease Notes
This build includes the source code for this version and a release that can be imported as an ES6 module.
Build it yourself
The release can be built from the source using the build.bat file. This should also work for Linux.
You needwasm-bindgenandwasm-snipfor this. Wasm pack currently has a bug for some users where
it freezes after building.All generated files that were included in this release can be found in the
pkgdirectory.Pre-release
This is version 0.1.2 and needs some more desting before it is suitable for production. Apart from that,
not all browsers fully support WASM and other required APIs yet.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)