Function instantiate_many

Source
pub fn instantiate_many(
    modules: &[Vec<u8>],
    known_valid: KnownValid,
    config: &Config,
    commands: &[Command],
)
Expand description

Instantiates many instances from the given modules.

The engine will be configured using the provided config.

The modules are expected to not have start functions as no timeouts are configured.