pub fn generate_import_object_from_env(
store: &mut impl AsStoreMut,
ctx: &FunctionEnv<WasiEnv>,
version: WasiVersion,
) -> ImportsExpand description
Create an [Imports] with an existing WasiEnv. WasiEnv values are
typically constructed with WasiEnvBuilder.