v1.240.0
What's Changed
- wasmparser: reject function bodies larger than implementation limit. by @cfallin in #2302
- Remove --generate-dwarf from options in --help messages where it doesn't make sense by @catamorphism in #2303
- Add support for tags to
wasm-tools component linkby @alexcrichton in #2306 - Add debug names to components by default by @alexcrichton in #2307
- Add a new
wit-dylibcrate by @alexcrichton in #2304 - Use
WasmFeature::allto support every feature by default inwasm-tools component newby @anlavandier in #2311 - Print offset of final
endinwasm-tools print -pby @alexcrichton in #2312 - Fix a panic componentizing a library with
task.returnby @alexcrichton in #2313 - Remove error-context intrinsics from
--dummyby @alexcrichton in #2314 - wasmprinter: print end offsets with closing parenthesis by @keithw in #2315
- wit-dylib: Initial skeleton of async support by @alexcrichton in #2317
- Rename
doc_auto_cfgtodoc_cfgby @alexcrichton in #2319 - Report adapter type errors with a dedicated type by @sunfishcode in #2321
- Expand --help output for
parseandprintcommands by @catamorphism in #2320 - Remove -o option from help text for
validatesubcommand by @catamorphism in #2322 - Start adding tests for -h and --help output by @catamorphism in #2323
- Expand --help output for
demangle,objdump, andstripcommands by @catamorphism in #2325 - Expand --help output for
addr2linecommand by @catamorphism in #2329 - Revise help text for --adapt option to
component new/component linkby @catamorphism in #2330 - Expand --help output for
metadata addandmetadata showcommands by @catamorphism in #2327 - Add more traits to iterators in
wit-dylib-ffiby @alexcrichton in #2331 - When renaming resources, resolve their methods as well by @primoly in #2333
- Change “author” to “authors” (plural) in
wasm-metadataby @primoly in #2334 - Prepare some component-model tests for upstreaming by @alexcrichton in #2335
- Fix help text for
component new --import-nameby @catamorphism in #2336 - More changes to upstream tests by @alexcrichton in #2337
- Allow long symbol names by @WorldSEnder in #2340
- ci: attest build for releases by @ricochet in #2341
- Expand help text for
component witby @catamorphism in #2342 - Expand --help output for
component newcommand by @catamorphism in #2339 - Expand help text for
component embedby @catamorphism in #2343 - Release wasm-tools 1.240.0 by @github-actions[bot] in #2346
New Contributors
- @catamorphism made their first contribution in #2303
- @anlavandier made their first contribution in #2311
- @WorldSEnder made their first contribution in #2340
Full Changelog: v1.239.0...v1.240.0