Releases: swiftwasm/WasmKit
Releases · swiftwasm/WasmKit
0.0.5
What's Changed
- Drop Foundation dependency by @kateinoigakukun in #92
- Exclude CMakeLists.txt from the SwiftPM build by @kateinoigakukun in #93
- Lower deployment target to macOS 10.13 by @kabiroberai in #91
- Add parser support for the threads proposal by @kateinoigakukun in #95
- Checkout test suite repositories without git-submodules by @kateinoigakukun in #96
Full Changelog: 0.0.4...0.0.5
0.0.4
What's Changed
- Performance improvements
- Now WasmKit translates Wasm instructions into internal instruction sequence
- Support CMake build
Pull Requests
- Documentation and reduce number of public APIs by @kateinoigakukun in #75
- Add simple translation step to internal ISeq by @kateinoigakukun in #76
- Cleanup WasmParser module by @kateinoigakukun in #77
- Generalize WASI to other Wasm engines by @kabiroberai in #79
- [WIP] Add minimal CMake support by @kabiroberai in #82
- Support building CLI via CMake by @kabiroberai in #83
- Add RandomBufferGenerator protocol for WASI random_get by @kateinoigakukun in #85
- Add
WallClock
andMonotonicClock
protocols by @kateinoigakukun in #86 - Bump github.com/apple/swift-system from 1.1.1 to 1.2.1 by @dependabot in #89
- Build with CMake on CI by @kateinoigakukun in #87
- Bump github.com/apple/swift-format from 508.0.1 to 510.1.0 by @dependabot in #90
New Contributors
- @kabiroberai made their first contribution in #79
- @dependabot made their first contribution in #89
Full Changelog: 0.0.3...0.0.4
0.0.3
Use local dependencies in Swift CI
0.0.2
Merge pull request #70 from swiftwasm/yt/stack-opt Optimize VM Engine (Part 1)
0.0.1
This is the first preview release of WAKit.