收藏
回答

真机调试改用高版本基础库时出现 WebAssembly.instantiate

框架类型 问题类型 操作系统 工具版本
小程序 Bug macOS Stable 1.05.2108150

真机调试时出现以下异常:

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】基础库)

回答关注问题邀请回答
收藏

1 个回答

  • 社区技术运营专员-Jahozheng
    社区技术运营专员-Jahozheng
    2021-10-28

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2021-10-28
    有用
    回复
登录 后发表内容