Struct wasmtime_cli::WasiModules [−][src]
Expand description
Select which WASI modules are available at runtime for use by Wasm programs.
Fields
wasi_common: boolEnable the wasi-common implementation; eventually this should be split into its separate parts once the implementation allows for it (e.g. wasi-fs, wasi-clocks, etc.).
wasi_nn: boolEnable the experimental wasi-nn implementation.
wasi_crypto: boolEnable the experimental wasi-crypto implementation.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for WasiModulesimpl Send for WasiModulesimpl Sync for WasiModulesimpl Unpin for WasiModulesimpl UnwindSafe for WasiModulesBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V