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