pub fn add_to_linker_proxy_interfaces_async<T: WasiView + 'static>(
linker: &mut Linker<T>,
) -> Result<()>
Expand description
Same as add_to_linker_async
except that this only adds interfaces
present in the wasi:http/proxy
world.
pub fn add_to_linker_proxy_interfaces_async<T: WasiView + 'static>(
linker: &mut Linker<T>,
) -> Result<()>
Same as add_to_linker_async
except that this only adds interfaces
present in the wasi:http/proxy
world.