WebAssembly / interface-types

Other
641 stars 57 forks source link

Split `bind`s out into their own subsection? #32

Closed fitzgen closed 5 years ago

fitzgen commented 5 years ago

Right now we have two subsections:

  1. Web IDL Type Subsection: contains webidl type definitions
  2. Web IDL Function Binding Subsection: contains function bindings definitions and binds that pair a bindings definition with an actual wasm function

It seems like it might make sense to split (2) into two subsections: one for the function bindings definitions and another for the bind pairings.

lukewagner commented 5 years ago

Agreed. Happy to have a PR; otherwise I'll get around to it before too long.

pchickey commented 5 years ago

Closing as out-of-date: the proposal has evolved and no longer has Web IDL types or function bindings.