在真机2.0 ios上调试的时候,报TypeError: WXWebAssembly.instantiate is not a function. (In 'WXWebAssembly.instantiate(e,t)', 'WXWebAssembly.instantiate' is undefined)
请问下为什么真机上WXWebAssembly.instantiate 不能使用,我打印了WXWebAssembly 显示
{Table: , Memory: , Global: , Instance: , instantiate: ƒ, …}
Global: undefined
Instance: undefined
Memory: undefined
Table: undefined
instantiate: ƒ ()
length: 2
name: "instantiate"
__proto__: Object
看了下这个instantiate接口是存在的,怎么使用的时候,提示undefined
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),并详细描述下复现流程。