rustwasm / wasm-webidl-bindings

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

feat: Make params or results optional in `func-binding` #18

Closed Hywan closed 5 years ago

Hywan commented 5 years ago

Fix #17.

This PR has 2 patches: One for the text-parser crate, the other for the main crate.