Struct wasmtime_cli_flags::WasiModules
source · Expand description
Select which WASI modules are available at runtime for use by Wasm programs.
Fields§
§wasi_common: bool
Enable 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: bool
Enable the experimental wasi-nn implementation.
wasi_crypto: bool
Enable the experimental wasi-crypto implementation.
Implementations§
source§impl WasiModules
impl WasiModules
Trait Implementations§
source§impl Clone for WasiModules
impl Clone for WasiModules
source§fn clone(&self) -> WasiModules
fn clone(&self) -> WasiModules
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more