rustwasm / wasm-webidl-bindings

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

Use an id- and arena-based AST instead of raw indices #12

Closed fitzgen closed 5 years ago

fitzgen commented 5 years ago

I.e. similar to how walrus works in comparison to something like parity-wasm.

fitzgen commented 5 years ago

Depends on https://github.com/rustwasm/walrus/pull/87

alexcrichton commented 5 years ago

👍

Only a skim for now, but I'm sure I'll become much more intimately familiar as it's integrated into wasm-bindgen :)