Skip to main content

runtime

Macro runtime 

Source
runtime!() { /* proc-macro */ }
Expand description

Generates the runtime infrastructure based on the configuration.

§Example

omnia::runtime!({
    omnia_wasi_http: WasiHttp,
    omnia_wasi_otel: DefaultOtel,
    omnia_wasi_blobstore: MongoDb,
});