v1.236.0
What's Changed
- Fix Typos in Documentation Comments by @vtjl10 in #2239
- Fix Typos in Comments: "verisons" → "versions", "depenency" → "dependency" by @leopardracer in #2242
- Add missing feature to dependency by @alexcrichton in #2245
- Fix typos by @kilavvy in #2246
- wasmparser: improve visit_operator performance by @keithw in #2228
- Extract
json-from-wast
to its own crate by @alexcrichton in #2247 - Return
FrameKind
inFramStack::current_frame
by value by @Robbepop in #2248 - Optimize
OperatorsReader
control stack by @Robbepop in #2241 - Update publish script by @alexcrichton in #2249
- Fix spelling wit_encoder::RenderOpts.ident_count to indent_count by @MendyBerger in #2252
- wasm-tools print: add option to print operand stack between instructions by @keithw in #2251
- Update various workspace dependencies/lints/etc. by @alexcrichton in #2254
- wasm-smith: add --module-shape option. by @mobsceneZ in #2255
- wasmparser: Increase
MAX_WASM_COMPONENT_TYPE_DECLS
to1_000_000
by @MangoPeachGrape in #2256 - fix: added musl builds x86_64 and aarch64 by @thomas9911 in #2259
- Update spec test suite by @alexcrichton in #2260
- wasm-wave: Fix building with no-default-features by @lann in #2263
- Add color to offsets printed by wasmprinter by @alexcrichton in #2265
- Don't fail to print known custom sections by @alexcrichton in #2264
- Fix a panic rendering a text parsing error by @alexcrichton in #2266
- Release wasm-tools 1.236.0 by @github-actions[bot] in #2261
New Contributors
- @vtjl10 made their first contribution in #2239
- @kilavvy made their first contribution in #2246
- @thomas9911 made their first contribution in #2259
Full Changelog: v1.235.0...v1.236.0