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