create

open fun create(module: WasmModule, imports: ImportValues, hostInstance: Instance): PlatformInstanceExecution
open fun create(module: WasmModule, imports: ImportValues, hostInstance: Instance, targetName: String, precompiledModuleBytes: Array<Byte>): PlatformInstanceExecution
open fun create(module: WasmModule, imports: ImportValues, hostInstance: Instance, targetName: String, precompiledModuleBytes: Array<Byte>, maxMemoryBytes: Long, maxWasmStackBytes: Long, maxTableElements: Long, maxInstances: Long, maxTables: Long, maxMemories: Long, maxFuel: Long): PlatformInstanceExecution