Skip to content

Releases: bytecodealliance/wasm-tools

v1.235.0

13 Jun 16:00
e26d5eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.234.0...v1.235.0

v1.234.0

10 Jun 18:21
083589a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.233.0...v1.234.0

v1.233.0

03 Jun 21:28
14096f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.232.0...v1.233.0

v1.232.0

27 May 21:15
93610b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.231.0...v1.232.0

v1.231.0

23 May 21:36
315252f
Compare
Choose a tag to compare

What's Changed

  • Support componentizing modules that have duplicate imports. by @erikrose in #2145
  • reencoder: allow implementers to fail to reencode indices and such by @nagisa in #2179
  • Add the GC canonical option by @fitzgen in #2182
  • Add the "lime1" feature set for validation by @alexcrichton in #2186
  • Fix expanding task.return types in text parsing by @alexcrichton in #2189
  • Add ability to detect name clashes on includes in wit-smith by @jsturtevant in #2193
  • Add stability attributes to the worlds in wit-smith by @jsturtevant in #2194
  • wasmparser: Optimize Locals::get type query by @Robbepop in #2197
  • wasmparser OperatorsReader: remove unused data_index_occurred by @keithw in #2203
  • wasmparser: avoid skipping locals to get OperatorsReader for a function body by @keithw in #2204
  • Release wasm-tools 1.231.0 by @github-actions in #2206

Full Changelog: v1.230.0...v1.231.0

v1.230.0

05 May 19:48
2dbe8b9
Compare
Choose a tag to compare

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 / f64 with Ieee32 / Ieee64 by @StackOverflowExcept1on in #2157
  • Copy lint settings from Wasmtime by @alexcrichton in #2156
  • Add support for include to wit-smith by @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-compose by @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 --exports and --available-imports option 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

Full Changelog: v1.229.0...v1.230.0

v1.229.0

17 Apr 15:04
351f153
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.228.0...v1.229.0

v1.228.0

01 Apr 16:44
e662358
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.227.1...v1.228.0

v1.227.1

07 Mar 18:29
3b3e1ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.227.0...v1.227.1

v1.227.0

05 Mar 15:45
2f3b2f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.226.0...v1.227.0