Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@bmaranville
Copy link
Member

Several filters (blosc2, bshuf, lz4, lzf...) were throwing errors when writing non-trivial datasets. We were only testing read operations previously, and not write operations.

After implementing write tests many more symbols had to be added to the exports from h5wasm, and specifically for lzf and blosc2 writers, we have to increase the default stack size (lzf uses a stack of 512 kB, for example, while default stack size is 64 kB)

This PR adds the needed symbols and increases the stack size to 2 MB.

@bmaranville bmaranville merged commit 10fe217 into main Oct 14, 2025
1 check passed
@bmaranville bmaranville deleted the symbols-filter-write branch October 14, 2025 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants