rustwasm / wasm-webidl-bindings

Read, write, and manipulate the Wasm WebIDL bindings custom section
Apache License 2.0
38 stars 9 forks source link

Parenthesize top level forms? #3

Open fitzgen opened 5 years ago

fitzgen commented 5 years ago

eg bind and type.

They aren't parenthesized now so that a theoretical larger WAT parser could concatenate all (@webidl ...) entries and then give them to us to parse. But it looks funky writing these out without parens?