You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to support this use-case but it does lead us to a weird spot with support for ZSTD suppression. There doesn't exist, as far as I know, a native implementation of ZSTD for Rust. This means that any support we add for it would cause the same problem because of their C-binding. We could lock ZSTD support behind a feature (which is probably a good idea anyway given most people won't need it) but that's only something we need to consider if we switch to using e.g. lz4_flex over lz4.
If we were to switch to using a non-C implementation for LZ4 decoding, what other blockers if any would exist?
This one library has been a blocker in building rbx_binary for WebAssembly.
The text was updated successfully, but these errors were encountered: