The source project of this merge request has been removed.
New comparator: WebAssembly modules
requires wabt, which is not packaged for Debian yet, but is available elsewhere, e.g. in Arch and nixpkgs.
This only defines one WebAssembly dumper in wasm.py ideally, I’d run
wasm2wat
and if that does not show the difference, run wasm-objdump
.
Which is a general pattern that should be abstracted in the Difference
class somewhere. Might do if the itch becomes large enough, but not
right now.
Not using file detection per file
because file
on stable does not
know about .wasm
files yet.