pub fn wasi_import_shared_memory(
    imports: &mut Imports,
    module: &Module,
    store: &mut impl AsStoreMut
)
Expand description

Imports (any) shared memory into the imports. (if the module does not import memory then this function is ignored)