gyscos / zstd-rs

A rust binding for the zstd compression library.
MIT License
527 stars 112 forks source link

Update `need_wasm_shim` logic for `wasm32-wasip1` #289

Closed Mrmaxmeier closed 4 months ago

Mrmaxmeier commented 4 months ago

Hi,

the wasm32-wasi target is being renamed to wasm32-wasip1 and the wasm32-wasi target will be removed in the future. It looks like the shim will also be useful (required?) for wasm32-wasip2, so I've included all future wasm32-wasi* targets for now.

Thanks!

gyscos commented 4 months ago

Thanks for the work!