runtime

Macro runtime 

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

Generates the runtime infrastructure based on the configuration.

§Example

warp::runtime!({
    wasi_http: WasiHttp,
    wasi_otel: DefaultOtel,
    wasi_blobstore: MongoDb,
});