instantiate
fun instantiate(module: WasmModule, imports: NativeWasmImports = NativeWasmImports.empty(), memoryLimits: MemoryLimits? = null): NativeWasmInstance
fun instantiate(bytes: ByteArray, module: WasmModule, imports: NativeWasmImports = NativeWasmImports.empty(), memoryLimits: MemoryLimits? = null): NativeWasmInstance