v1.219.0
What's Changed
- Auto-generate release notes for releases by @alexcrichton in #1832
- Fix an infinite loop in wasm-smith by @alexcrichton in #1834
- Add some more words to the README by @alexcrichton in #1835
- Remove a dead type in
wasmparser
by @alexcrichton in #1836 - Implement support for the standard mangling scheme in the component model by @alexcrichton in #1828
- Remove duplicate API on
Types
by @alexcrichton in #1837 - wasmprinter folding: change some panics to errors or successful roundtrips by @keithw in #1840
- Enhance
print
andvalidate
fuzzers by @alexcrichton in #1839 - Add WABT command aliases by @fitzgen in #1842
- Add a
component-model
feature to wat/wast/wasm-encoder by @alexcrichton in #1844 - Run clippy lints for all targets by @alexcrichton in #1846
- Add some documentation for wit-component's custom section format by @alexcrichton in #1843
- Add a
component-model
feature to wasmparser by @alexcrichton in #1845 - Gate wasm-smith component support behind a feature by @alexcrichton in #1847
- Gate wasmprinter's component support behind a feature by @alexcrichton in #1848
- Update a few feature-related details by @alexcrichton in #1849
- Fix generating shims with duplicate names by @alexcrichton in #1851
- Update rustc used on CI to verify oss-fuzz builds by @alexcrichton in #1852
- Implement support for the wide-arithmetic proposal by @alexcrichton in #1853
- Update proposals in README by @alexcrichton in #1855
- Release wasm-tools 1.219.0 by @github-actions in #1856
Full Changelog: v1.218.0...v1.219.0