wasmfmt 0.2.2

A WebAssembly formatter
Documentation
1
2
3
4
5
6
(module
	(func $main (result i32)
		(i32.const 1)
	)
	(start $main)
)