github bytecodealliance/wasm-tools v1.230.0

latest releases: v1.250.0, v1.249.0, v1.248.0...
12 months ago

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

Don't miss a new wasm-tools release

NewReleases is sending notifications on new releases.