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
It would be nice, if possible to bump the zstd dependency to 0.11 to be able to use this crate on WASM targets. To be honest I'm not entirely sure this is possible, or whether the bump would be enough. I'll probably try eventually in some point in the future, I'm mostly making this issue to raise awareness
The text was updated successfully, but these errors were encountered:
Quickly deleting those dependencies from the tests I was able to successfully run the tests on arch after installing libc-wasi with:
CFLAGS='-iwithsysroot /usr/share/wasi-sysroot/include' cargo test --target wasm32-wasi --features zstd,all-implementations
It looks like everything except xz/lzma compiles ok, that uses pthread.h which doesn't exist, it's hopefully possible to disable that by adding some extra build-configuration somewhere.
I'll think about what to do about proptest/ntest and come back to this later.
robjtede
changed the title
Bump zstd for WASM support
Test WASM support
Jan 17, 2024
robjtede
changed the title
Test WASM support
Test WASM support in CI
Jan 17, 2024
Hello,
It would be nice, if possible to bump the zstd dependency to 0.11 to be able to use this crate on WASM targets. To be honest I'm not entirely sure this is possible, or whether the bump would be enough. I'll probably try eventually in some point in the future, I'm mostly making this issue to raise awareness
The text was updated successfully, but these errors were encountered: