编程语言
首页 > 编程语言> > 微信小程序:WebAssembly.instantiate()-调试基础库至2.14.4

微信小程序:WebAssembly.instantiate()-调试基础库至2.14.4

作者:互联网

微信小程序:WebAssembly.instantiate()-调试基础库至2.14.4

运行微信开发者工具时报错:
Unhandled promise rejection TypeError: WebAssembly.instantiate(): Argument 0 must be a buffer source or a WebAssembly.Module object。如下:

 

这是因为基础库的版本太高,把基础库版本调低了就好(总觉得不是根本的解决方案,但在不影响开发的过程中,就这样吧)。把基础库调至2.14.4。操作位置:【详情】→【本地设置】→【基础库调试】。

 

参考网址

https://developers.weixin.qq.com/community/develop/doc/00006af32ecaa00d2aab717865b800

标签:WebAssembly,库至,微信,instantiate,基础,2.14,调试
来源: https://www.cnblogs.com/luyj00436/p/14787484.html