真机调试时出现以下异常:
WebAssembly.instantiate(): Argument 0 must be a buffer source or a WebAssembly.Module object
TypeError: WebAssembly.instantiate(): Argument 0 must be a buffer source or a WebAssembly.Module object
at Object.t.wasm_initialize (eval at n.call.document (http://127.0.0.1:25772/remote-debug/runtime.js?devtools_ignore=true:1:14662), <anonymous>:2:349493)
at Module.e.exports.wasm_initialize (eval at n.call.document (http://127.0.0.1:25772/remote-debug/runtime.js?devtools_ignore=true:1:14662), <anonymous>:2:367421)
at eval (eval at n.call.document (http://127.0.0.1:25772/remote-debug/runtime.js?devtools_ignore=true:1:14662), <anonymous>:2:512323)
at E.v (eval at n.call.document (http://127.0.0.1:25772/remote-debug/runtime.js?devtools_ignore=true:1:14662), <anonymous>:2:78434)
at Object.C (eval at n.call.document (http://127.0.0.1:25772/remote-debug/runtime.js?devtools_ignore=true:1:14662), <anonymous>:2:78804)
at ie (http://127.0.0.1:25772/remote-debug/runtime.js?devtools_ignore=true:1:11695)
at je (http://127.0.0.1:25772/remote-debug/runtime.js?devtools_ignore=true:1:21994)
at WebSocket.Be.Je.onmessage (http://127.0.0.1:25772/remote-debug/runtime.js?devtools_ignore=true:1:24541)
切换调试基础库为【2.14.1】后正常
当切换调试基础库为【2.14.1】以上版本后皆出现下面异常(下图使用的是【2.20.0】基础库)
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。