Support for multi-member gzip files? #3
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Colin/wasm-gzip#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello!
I was wondering if you had any plans to support multi-member gzip files? After some minimal investigation, it looks like it could just be a matter of allowing to specify the
MultiDecoderfrom thelibflatelibrary. I'm not sure if there are any other considerations to take into account, but wanted to see if there was any interest in supporting this.Thanks!
I'll be looking into it!
I've added options to both compress and decompress in a new minor version (v2.1). The relevant part for you is the following:
I appreciate you, thank you!