What's Changed
- Limit the element count of fixed-length lists by @eyupcanakman in #2537
- wasmparser: Rename BinaryReaderError to Error by @lann in #2546
- fix: signature lowering for strings and lists on modules with 64bit memory by @christoph-dfinity in #2544
- json-from-wast: name emitted files after the output stem by @eyupcanakman in #2542
- Refactor
KebabStrto not require unsafe code by @alexcrichton in #2548 - Add CustomSectionReader -> BinaryReader conversion by @WorldSEnder in #2550
- wasmparser: Add Error::missing_wasm_feature by @lann in #2549
- fix: use ptr-sized type when returning via ptr indirection under memory64 by @christoph-dfinity in #2553
- Synchronize threading intrinsics with specification by @alexcrichton in #2554
- Remove
resource.drop asyncby @alexcrichton in #2552 - Initial work for
versionsuffixandexternal-idby @alexcrichton in #2555 - Make parsing errors downcastable by @PhoebeSzmucer in #2557
- Add
SourceMap::resolve_spanfor resolving global span locations by @PhoebeSzmucer in #2559 - Render error by @PhoebeSzmucer in #2560
- Support
external-idon more items by @alexcrichton in #2558 - Release wasm-tools 1.253.0 by @github-actions[bot] in #2561
New Contributors
- @christoph-dfinity made their first contribution in #2544
Full Changelog: v1.252.0...v1.253.0