What's Changed
- Roundtrip non-malformed test cases through wasmparser / wasmprinter by @keithw in #2148
- docs: remove consecutive duplicate words by @zeroprooff in #2151
- Fix typos in documentation and comments by @leopardracer in #2152
- Fix typos by @omahs in #2153
- Add a few doc comments around validation, and fix some typos. by @erikrose in #2154
- Fix typos: Correct "compnents" to "components" and "independenent" to "independent" by @leopardracer in #2158
- feat(wasm-encoder, wasmparser): replace
f32/f64withIeee32/Ieee64by @StackOverflowExcept1on in #2157 - Copy lint settings from Wasmtime by @alexcrichton in #2156
- Add support for
includetowit-smithby @alexcrichton in #2161 - Align cancellation with upstream specification by @alexcrichton in #2162
- Fixed length list support by @cpetig in #1992
- wasmparser: Refactor canonical option validation and func type lowering by @fitzgen in #2163
- Add a feature flag for GC in the component model by @fitzgen in #2165
- wasmparser(CM+GC): Allow declaring a core function type when lowering by @fitzgen in #2166
- Improve time complexity of handling large WIT types by @alexcrichton in #2167
- Use a single type arena for all of
wasm-composeby @alexcrichton in #2169 - wasmparser(CM+GC): Assert that we never define new core types inside
SubtypeArenas by @fitzgen in #2168 - wasmparser(CM+GC): Assert that
SubtypeCxs are always using the same typing context by @fitzgen in #2170 - wasm-smith: add support for
--exportsand--available-importsoption by @mobsceneZ in #2160 - wasmparser(CM+GC): Validate components' core function linking via type canonicalization by @fitzgen in #2172
- wasmparser(CM+GC): start doing subtyping checking when validating components' core function linking by @fitzgen in #2173
- dump: fix some missing section colors by @abrown in #2174
wasmparser: Tidy up helpers for pushing lowered core types onto param/result lists by @fitzgen in #2175- Drop stability for external package includes by @jsturtevant in #2159
- Release wasm-tools 1.230.0 by @github-actions in #2171
New Contributors
- @zeroprooff made their first contribution in #2151
- @leopardracer made their first contribution in #2152
- @omahs made their first contribution in #2153
- @StackOverflowExcept1on made their first contribution in #2157
- @mobsceneZ made their first contribution in #2160
Full Changelog: v1.229.0...v1.230.0