Gedichte
Musik
Bilder
Quellcodebibliothek
Diashow
Normaldarstellung
Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
C
/
Firefox
/
services
/
sync
/
docs
/ (
Browser von der Mozilla Stiftung
Version 136.0.1
©
) Datei vom 10.2.2025 mit Größe 1 kB
Quelle rust-engines.rst Sprache: unbekannt
================================
How Rust Engines are implemented
================================
There are 2 main components to engines implemented in Rust
The bridged-engine
==================
Because Rust engines still need to work with the existing Sync infrastructure,
there's the concept of a `bridged-engine <
https://searchfox.org/mozilla-central/source/
services/sync/modules/bridged_engine.js
>`_.
In short, this is just a shim between the existing
`Sync Service <
https://searchfox.org/mozilla-central/source/services/sync/modules/s
ervice.js
>`_
and the Rust code.
The bridge
==========
`"Golden Gate" <
https://searchfox.org/mozilla-central/source/services/sync/golden_g
ate
>`_
was previously used to help bridge any Rust implemented Sync engines with desktop,
but most of that logic has been removed. The integration of `UniFFI <
https://github.com/mozil
la/uniffi-rs
>`_-ed components
made the Golden Gate bridge code obsolete. Currently Golden Gate contains the
logging logic for the components and the bridged engines exist in application
services within the respective sync components. For instance, these are bridged
engines for `tabs <
https://github.com/mozilla/application-services/blob/main/compone
nts/tabs/src/sync/bridge.rs
>`_ and
`webext-storage <
https://github.com/mozilla/application-services/blob/main/compone
nts/webext-storage/src/sync/bridge.rs
>`_.
[ Dauer der Verarbeitung: 0.23 Sekunden (vorverarbeitet)
]
2026-03-28