Closed Hywan closed 1 year 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.
ast::WebidlBindings
ast::FunctionBindings
Binds.indices
Binds.by_index
Closing because the project is no longer relevant with Wasm component model and WIT.
This patch applies the same pattern used by
ast::WebidlBindings
andast::FunctionBindings
: It exposes a newBinds.indices
field, and theBinds.by_index
method.