const wasm = struct
const wasm = struct { fn dump(r: *Io.Reader, w: *Io.Writer) !void { _ = r; try w.writeAll("TODO dump wasm file\n"); } }