optimization of wasm and component v2 wasm files

This commit is contained in:
2026-04-24 05:23:35 +07:00
parent cf74f12e6e
commit 9d22618140
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -157,6 +157,9 @@ function __wbg_get_imports() {
__wbg_set_font_295aa505e45244aa: function(arg0, arg1, arg2) {
arg0.font = getStringFromWasm0(arg1, arg2);
},
__wbg_set_globalAlpha_1660b0603161d11b: function(arg0, arg1) {
arg0.globalAlpha = arg1;
},
__wbg_static_accessor_GLOBAL_8cfadc87a297ca02: function() {
const ret = typeof global === 'undefined' ? null : global;
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);