mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
260 B
260 B
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