What's Changed
- refactor: wasmparser gate for error-context by @vados-cosmonic in #2120
- Stop passing around
&WasmFeaturesby @alexcrichton in #2121 - new Update README.md by @romashka-btc in #2124
- Fixed outdated 404 links by @polytur in #2127
- Improve text-format parsing of offset/align and update spec testsuite by @keithw in #2128
- wit-encoder: added new keywords async and error-context by @MendyBerger in #2129
- wast.rs: Validate, roundtrip and snapshot "unlinkable" modules by @keithw in #2131
- [test] Reclassify some tests between "invalid" and "malformed" by @keithw in #2130
- wast: detect an invalid type reference case by @keithw in #2132
- wast: ignore multiple start sections (already detected in wasmparser) by @keithw in #2133
- Fix
ReorderCustomSectionMutatorinwasm-mutateby @alexcrichton in #2135 - add
subtask.cancelintrinsic by @dicej in #2137 - Require
[..]l.lis not present withlby @alexcrichton in #2138 - Update spec test suite by @alexcrichton in #2139
- add
task.cancelintrinsic by @dicej in #2140 - Throw out some wit-smith generated documents after #2138 by @alexcrichton in #2141
- Alternative fix for conflicting
nameand[method]name.nameby @alexcrichton in #2144 - Add a
serdecrate feature towasm-smithby @alexcrichton in #2142 - Prevent over-deep type hierarchies in wasm-smith by @alexcrichton in #2143
- wasmparser: detect "malformed" cases in parser alone (without validator) by @keithw in #2134
- cli: for subcommands other than
parse, don't guarantee successful parse by @keithw in #2147 - For
assert_invalid, assert modules all parse by @alexcrichton in #2146 - Only allow one async context slot by @alexcrichton in #2150
- Release wasm-tools 1.229.0 by @github-actions in #2149
New Contributors
- @romashka-btc made their first contribution in #2124
- @polytur made their first contribution in #2127
Full Changelog: v1.228.0...v1.229.0