Skip to content

0.7.0

Compare
Choose a tag to compare
@CharlieTap CharlieTap released this 11 Jul 18:54
· 78 commits to main since this release

What's Changed

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