blob: 0d9c0ca81569f36f44140281a039b612ed754dca [file] [log] [blame] [view]
Mojom IDL
=========
The Mojom IDL language is used to describe the APIs exposed over Mojo
pipes.
Mojom IDL definitions are typically compiled to wrappers in each
language, which are then used as imports.
TODO(ianh): Define in detail how this actually works