pub fn add_wasi_snapshot_preview1_to_linker<T, U>(
linker: &mut Linker<T>,
get_cx: impl Fn(&mut T) -> &mut U + Send + Sync + Copy + 'static
) -> Result<(), Error>where
U: WasiSnapshotPreview1,
Expand description
Adds all instance items to the specified Linker
.