I believe the web_sys bindings are auto generated from IDL files. My question is:
-
where is it pulling these IDL files from ?
-
what rules / logic is it using for IDL parse tree -> web_sys crate Rust code ?
Thanks!
XY problem: I'm interested in goofing around / playing with IDL -> codegen.
jofas
2
Is this helpful to you? This is the crate wasm-bindgen uses for converting WebIDL files to wasm-bindgen compatible code.
system
Closed
3
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.