wasmparser
Advanced tools
Changelog
3.1.1 (2020-08-19)
Changelog
3.0.0 (2020-06-24)
WasmDisassembler#maxLines
feature that was introduced earlier.The WasmDisassembler#maxLines
feature doesn't interact well
with the chunked disassembly machinery, in particular the
logic in getResult()
to avoid breaking def-use chains for
labels didn't play well with the maxLines
feature at all
(it would remove ;; -- text is truncated due to size --
marker when the line limit was reached).
Since there's already support for chunked disassembly built into wasmparser by design, that should be used instead.
Changelog
2.2.4 (2020-06-23)