pub fn add_to_linker_with_options<T>(
linker: &mut Linker<T>,
exit_options: &LinkOptions,
) -> Result<()>where
T: WasiCliView + 'static,
Available on crate feature
p3
only.Expand description
Similar to add_to_linker
, but with the ability to enable unstable features.