Skip to content

New comparator: WebAssembly modules

Joachim Breitner requested to merge (removed):wasm into master

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.

Merge request reports

Loading