Skip to content
Beskid Platform specification

Beskid

Jump to a Beskid service

Beskid

Jump to a Beskid service

mod host bridge - FAQ and troubleshooting

Platform spec article

mod host bridge - FAQ and troubleshooting

Spec standingStandard

Owner
Piotr Mikstacki
Submitter
Piotr Mikstacki

This article collects FAQ entries for mod host bridge.

Why separate language-meta and compiler pages?

Section titled “Why separate language-meta and compiler pages?”

Language-meta defines Beskid-side mod contracts; this compiler area defines how the Rust host executes them safely and incrementally.

No — unless explicitly granted by platform policy and declared in compilation capabilities. Default contracts deny ambient FFI.

Authoritative split: FFI and extern (language Extern contracts), Interop.Contracts (abstract primitives), C ABI profile / Rust ABI profile (concrete profiles). Meta does not implicitly satisfy any of these without host-granted capabilities.

Only as rationale for incremental caches and typed models; Beskid contracts are authoritative here, not foreign tool behavior.