WebAssembly.instantiate(): Out of memory: Cannot allocate Wasm memory for new instance
RangeError: WebAssembly.instantiate(): Out of memory: Cannot allocate Wasm memory for new instance
且报错客户端均为win pc端,本地测试无法复现,不清楚会导致什么样的现象,请问该如何定位、解决。
有帖子说与PC小程序框架的内存相关,如没有明显反馈开发者可以忽略
这个错误通常意味着WebAssembly (Wasm) 运行时没有足够的内存来实例化一个新的Wasm模块。