web-adapter.js反复出现的编译错误

[Deprecation] SharedArrayBuffer will require cross-origin isolation as of M92, around July 2021. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details.
Wechat Lib:3.8.9, 2025.6.17 19:09:25
11[minigamefe]: 当前数据上报类型为 KeyValueReport
web-adapter.js? [sm]:1 {…}
[JS 文件编译错误] 以下文件体积超过 500KB,已跳过压缩以及 ES6 转 ES5 的处理。
cocos-js/cc.js
web-adapter.js? [sm]:1 Read file failed: path: cocos-js/assets/spine.js.mem-DnIU7NNm.bin message: readFile:fail Parameter check error:
parameter.encoding 字段需为 ‘ascii’ | ‘base64’ | ‘binary’ | ‘hex’ | ‘latin1’ | ‘ucs-2’ | ‘ucs2’ | ‘utf-16le’ | ‘utf-8’ | ‘utf16le’ | ‘utf8’
fail @ web-adapter.js? [sm]:1
cc.js:2 Error: readFile:fail Parameter check error:
parameter.encoding 字段需为 ‘ascii’ | ‘base64’ | ‘binary’ | ‘hex’ | ‘latin1’ | ‘ucs-2’ | ‘ucs2’ | ‘utf-16le’ | ‘utf-8’ | ‘utf16le’ | ‘utf8’
at Object.fail (web-adapter.js? [sm]:1)
at Object.t (VM215 WAGameSubContext.js:1)
at Function.C.forEach.v. (VM199 WAGame.js:1)
at p (VM199 WAGame.js:1)
at Object.fail (VM199 WAGame.js:1)
at VM199 WAGame.js:1
at oe (VM199 WAGame.js:1)
at VM199 WAGame.js:1
at r (VM199 WAGame.js:1)
at s (VM199 WAGame.js:1)(env: Windows,mg,1.06.2503290; lib: 3.8.9)
H @ cc.js:2
(anonymous) @ cc.js:2
Promise.catch (async)
(anonymous) @ cc.js:2
(anonymous) @ cc.js:2
e.dispatch @ cc.js:2
(anonymous) @ cc.js:2
Promise.then (async)
r.init @ cc.js:2
start @ application.js? [sm]:41
(anonymous) @ game.js? [sm]:74
Promise.then (async)
(anonymous) @ game.js? [sm]:74
Promise.then (async)
onApplicationCreated @ game.js? [sm]:73
(anonymous) @ game.js? [sm]:62
Promise.then (async)
__initApp @ game.js? [sm]:61
(anonymous) @ game.js? [sm]:85
web-adapter.js? [sm]:1 Read file failed: path: src/effect.bin message: readFile:fail Parameter check error:
parameter.encoding 字段需为 ‘ascii’ | ‘base64’ | ‘binary’ | ‘hex’ | ‘latin1’ | ‘ucs-2’ | ‘ucs2’ | ‘utf-16le’ | ‘utf-8’ | ‘utf16le’ | ‘utf8’
fail @ web-adapter.js? [sm]:1
game.js? [sm]:64 Error: readFile:fail Parameter check error:
parameter.encoding 字段需为 ‘ascii’ | ‘base64’ | ‘binary’ | ‘hex’ | ‘latin1’ | ‘ucs-2’ | ‘ucs2’ | ‘utf-16le’ | ‘utf-8’ | ‘utf16le’ | ‘utf8’
at Object.fail (web-adapter.js? [sm]:1)
at Object.t (VM215 WAGameSubContext.js:1)
at Function.C.forEach.v. (VM199 WAGame.js:1)
at p (VM199 WAGame.js:1)
at Object.fail (VM199 WAGame.js:1)
at VM199 WAGame.js:1
at oe (VM199 WAGame.js:1)
at VM199 WAGame.js:1
at r (VM199 WAGame.js:1)
at s (VM199 WAGame.js:1)(env: Windows,mg,1.06.2503290; lib: 3.8.9)
(anonymous) @ game.js? [sm]:64
Promise.catch (async)
__initApp @ game.js? [sm]:63
(anonymous) @ game.js? [sm]:85
有哪位大佬知道这个问题怎么解决?试了很多方法都不行。

是微信开发者工具的问题,更新到最新版就好了,如果有问题保存 把 libVersion 字段 修改为latest

你解决了吗