0.7.0
What's Changed
- WABT 1.0.35 by @CharlieTap in #9
- Kotlin 2.0.0 by @CharlieTap in #11
- Fix x87 Float Rounding Issues by @CharlieTap in #12
- Wasm testsuite traps by @CharlieTap in #13
- Wasm testsuite malformations by @CharlieTap in #14
- Gradle 8.8 by @CharlieTap in #15
- Wasm testsuite exhaustion by @CharlieTap in #16
- Wasm testsuite linking by @CharlieTap in #17
- Wasm testsuite validation by @CharlieTap in #18
Notes
Chasm is now passing the entire wasm testsuite 🥳
There is also a new api for validating wasm modules, its designed to be chainable alongside the existing functions
module(reader)
.flatMap { module ->
validate(module)
}
Full Changelog: 0.6.1...0.7.0