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(ast) Add the `Binds.indices` field #22

Closed Hywan closed 1 year ago

Hywan commented 5 years ago

This patch applies the same pattern used by ast::WebidlBindings and ast::FunctionBindings: It exposes a new Binds.indices field, and the Binds.by_index method.

Hywan commented 1 year ago

Closing because the project is no longer relevant with Wasm component model and WIT.