cocos2.2.2 在ios原生端调用WebAssembly.instantiate()(初始化RAPIER物理引擎)提示Out of memory,尝试调整WASM的内存,使用
new WebAssembly.Memory({
“initial”: xxxx,
“maximum”: xxxxx,
“shared”: true
});
提示could not allocate memory
请问大神们有遇到这个问题吗?
cocos2.2.2 在ios原生端调用WebAssembly.instantiate()(初始化RAPIER物理引擎)提示Out of memory,尝试调整WASM的内存,使用
new WebAssembly.Memory({
“initial”: xxxx,
“maximum”: xxxxx,
“shared”: true
});
提示could not allocate memory
请问大神们有遇到这个问题吗?