wasmfmt 0.2.2

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