Stream: wasm

Topic: wat-format


view this post on Zulip Ryan Levick (rylev) (Jun 23 2023 at 18:22):

Is there a wat-format tool for formatting wat files? Perhaps in the same way they wasm-tools print prints wat? Would that be useful?

view this post on Zulip Alex Crichton (Jun 23 2023 at 18:37):

While wasm-tools print will reformat the wit I don't know anything that would format in-place

view this post on Zulip Alex Crichton (Jun 23 2023 at 19:03):

oh dear sorry I see now that I actually sit down and read your whole message you've already found wasm-tools print.

That being said I think it'd be neat to have like a wasm-tools fmt foo.wat. It may not be the hardest thing in the world because the formatter can probably largely work at the s-expression level rather than worrying much about internal structure, probably still a nontrivial project though


Last updated: Nov 22 2024 at 16:03 UTC