微信小程序 RangeError: WebAssembly.Memory(): could not allocate memory

问题描述:

最近在使用微信小程序的开发工具时,不管是新项目还是老项目,只要一编译保存就是报错,具体报错内容:RangeError: WebAssembly.Memory(): could not allocate memory (内存不足)但是不影响使用,被困扰了很久。今天看博客的时候,有人说是内存满了的问题。清除缓存即可解决,但是清理缓存后还是报错,所以决定自己写一下博客来记录这个bug。
微信小程序 RangeError: WebAssembly.Memory(): could not allocate memory_第1张图片


解决方案:

修改基础库的版本即可。我之前一直使用的是2.15.0

微信小程序 RangeError: WebAssembly.Memory(): could not allocate memory_第2张图片
修改为2.14.4即可解决问题
微信小程序 RangeError: WebAssembly.Memory(): could not allocate memory_第3张图片
在这里插入图片描述

到这里报错问题就完全解决了!

你可能感兴趣的:(微信小程序,小程序,微信小程序,bug)