instantiate

fun instantiate(name: String, module: WasmModule): Instance

A shorthand for instantiating a module and registering it in the store.


fun instantiate(name: String, instanceFactory: (ImportValues) -> Instance): Instance

Creates an instance with the given factory and registers the result in the store.