pub fn add_to_linker_with_options_async<T: WasiView>(
linker: &mut Linker<T>,
options: &LinkOptions,
) -> Result<()>
Expand description
Similar to add_to_linker_async
, but with the ability to enable unstable features.
pub fn add_to_linker_with_options_async<T: WasiView>(
linker: &mut Linker<T>,
options: &LinkOptions,
) -> Result<()>
Similar to add_to_linker_async
, but with the ability to enable unstable features.