add_to_linker_with_options

Function add_to_linker_with_options 

Source
pub fn add_to_linker_with_options<T>(
    linker: &mut Linker<T>,
    options: &LinkOptions,
) -> Result<()>
where T: WasiView + 'static,
Available on crate feature p3 only.
Expand description

Similar to add_to_linker, but with the ability to enable unstable features.