Releases: rustwasm/walrus
Releases Β· rustwasm/walrus
0.22.0
What's Changed
- feat: remove non_exhaustive from Instr enum by @guybedford in #277
- bump: 0.22 release prep with macro crate by @guybedford in #278
Full Changelog: 0.21.3...0.22.0
0.21.3
What's Changed
- fix: add non_exhaustive to Instr enum by @guybedford in #276
Full Changelog: 0.21.2...0.21.3
0.21.2
0.21.1
What's Changed
- GC private tables by @zetanumbers in #265
- chore: upgrade dev-dependencies by @lwshang in #268
- fix: disable multi-memory when config.only_stable_features is true by @lwshang in #269
- feat!: complete support memory64 proposal by @lwshang in #270
New Contributors
- @zetanumbers made their first contribution in #265
Full Changelog: 0.21.0...0.21.1
0.21.0
What's Changed
- chore: update
wasm-encoder
dependency to 0.38.1 by @obycode in #256 - Fix wording in documentation by @James-Mart in #259
- deps: wasmprinter update by @guybedford in #260
- feat!: upgrade wasmparser & wasm-encoder to v0.212.0 by @lwshang in #266
New Contributors
- @obycode made their first contribution in #256
- @James-Mart made their first contribution in #259
- @lwshang made their first contribution in #266
Full Changelog: 0.20.3...0.21.0
0.20.3
What's Changed
Full Changelog: 0.20.2...0.20.3
0.20.2
What's Changed
- fix(tests): update WAT used in tests by @vados-cosmonic in #249
- feat: upstream wasi virt walrus ops by @vados-cosmonic in #248
- refactor: improve ergonomics of fn replace by @vados-cosmonic in #250
- fix: delete_func_by_name in
ModuleImports
/ModuleExports
by @vados-cosmonic in #251 - rename: get_func_by_name to get_func by @guybedford in #252
- bugfix: DWARF transformation failure in some code by @nokotan in #253
New Contributors
- @vados-cosmonic made their first contribution in #249
- @nokotan made their first contribution in #253
Full Changelog: 0.20.1...0.20.2
0.20.1
What's Changed
- Use backwards-compatible encoding of element segments where possible by @Liamolucko in #245
New Contributors
- @Liamolucko made their first contribution in #245
Full Changelog: 0.20.0...0.20.1
0.20.0
What's Changed
- More permissive parsing of the "name" section by @samsartor in #209
- Upgrade to GitHub-native Dependabot by @dependabot-preview in #211
- bump wasmparser to version 0.78 by @samsartor in #212
- Fix a typo. by @teymour-aldridge in #224
- Add
FunctionBuilder::local_func
method. by @teymour-aldridge in #225 - Upgrade wasmparser to version 0.80.2 by @guybedford in #243
- Update
syn
to v2 by @daxpedda in #239 - refactor: use wasm-encoder dependency for all encoding by @guybedford in #242
- feat: dwarf code address mapping by @guybedford in #244
New Contributors
- @samsartor made their first contribution in #209
- @teymour-aldridge made their first contribution in #224
- @guybedford made their first contribution in #243
- @daxpedda made their first contribution in #239
Full Changelog: 0.19.0...0.20.0