wasmfmt 0.2.2

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