Releases: kateinoigakukun/wasi-vfs
Releases · kateinoigakukun/wasi-vfs
Release v0.6.3
Release v0.6.3
Release v0.6.2
Release v0.6.2
Release v0.6.1
Disable profiling feature in wasmtime to remove ittapi dependency This fixes Windows linking errors with strnlen_s by removing the ittapi-sys dependency, which is only needed for Intel VTune profiling support. All default features are enabled except 'profiling'.
Release v0.5.5
bump version 0.5.5
Release v0.5.4
bump version 0.5.4
Release v0.5.2
bump version 0.5.2
Release v0.5.1
bump wasi-vfs to 0.5.1 I forgot to bump the version in source
Release v0.5.0
What's Changed
- Fix WASI SDK 20 + reactor issue by @kateinoigakukun in #18
Full Changelog: v0.4.0...v0.5.0
Release v0.4.0
What's Changed
- Update Rust toolchain version by @kateinoigakukun in #15
- Make overlay-fs initialization lazy by @kateinoigakukun in #16
- Support wasi-sdk 20 by @kateinoigakukun in #14
Full Changelog: v0.3.0...v0.4.0
Release v0.3.0
What's Changed
- License was changed from MIT to Apache-2.0 with LLVM-exception
- Partially support bulk-memory feature
- Stability improved
- Partially support
poll_oneoff
Full Changelog: v0.2.0...v0.3.0