The bindings generator for `package:web`. | |
This tool is written in Dart, compiled to JavaScript, and run on Node. | |
## Generating the bindings | |
Run: | |
``` | |
dart tool/update_bindings.dart | |
``` | |
## Update to the latest Web IDL versions and regenerate | |
Run: | |
``` | |
dart tool/update_bindings.dart --update | |
``` |