What's Changed
Bug Fixes
- fix: gate
TimeoutFiberFuturebehindnot(target_env = "musl")(#140)TimeoutFiberFutureinwasmedge-sysreferenced musl-gated symbols (JmpState,JMP_BUF, etc.) without itself being musl-gated, causing compilation errors on musl targets with theasyncfeature- All
TimeoutFiberFuturedefinitions are now gated with#[cfg(not(target_env = "musl"))] - Improved
build_standalone.rserror messages for musl targets without thestaticfeature
Crate Versions
wasmedge-sdk: 0.16.1wasmedge-sys: 0.20.0wasmedge-types: 0.5.1
Full Changelog: 0.13.2...0.14.0