update

This commit is contained in:
lia
2025-08-21 02:21:40 +00:00
parent fbb3828531
commit 4a8a9a216c
4 changed files with 15 additions and 15 deletions

View File

@@ -34,8 +34,8 @@
<!--<link data-trunk rel="sass" href="main.scss" />--> <!--<link data-trunk rel="sass" href="main.scss" />-->
<script type="module"> <script type="module">
import init, * as bindings from '/web_iouring-7dd6ffac47ffb586.js'; import init, * as bindings from '/web_iouring-f0077cab72ec3e7f.js';
const wasm = await init({ module_or_path: '/web_iouring-7dd6ffac47ffb586_bg.wasm' }); const wasm = await init({ module_or_path: '/web_iouring-f0077cab72ec3e7f_bg.wasm' });
window.wasmBindings = bindings; window.wasmBindings = bindings;
@@ -45,6 +45,6 @@ dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}}));
</script> </script>
<base href="/" /> <base href="/" />
<link rel="modulepreload" href="/web_iouring-7dd6ffac47ffb586.js" crossorigin="anonymous" integrity="sha384-yVAB6Y/TsAk08IMeFX2LdptQzoFmwo1/qA9/1l/5+NuOELSjOwHAh8mB4ObcDMsh"><link rel="preload" href="/web_iouring-7dd6ffac47ffb586_bg.wasm" crossorigin="anonymous" integrity="sha384-4GlO70WHkhXdPTyZfVH7uVb484YHLaipdidFIMwff4m3iic6pzFL5PsKlmqgUzE4" as="fetch" type="application/wasm"></head> <link rel="modulepreload" href="/web_iouring-f0077cab72ec3e7f.js" crossorigin="anonymous" integrity="sha384-4MQVWNzJ59/eIjcbi1uBL7FsmqzNvNXpUsmFMEdY1cbLC3kbFLspTZDHCzkAqbyv"><link rel="preload" href="/web_iouring-f0077cab72ec3e7f_bg.wasm" crossorigin="anonymous" integrity="sha384-6acToqLpVrWrzl2SW03j9qp/hw0T4GiYPy/FtmlHAgXCWUQvo/Tr8OTpubR/d/sC" as="fetch" type="application/wasm"></head>
</html> </html>

Binary file not shown.

View File

@@ -245,19 +245,19 @@ function debugString(val) {
return className; return className;
} }
function __wbg_adapter_44(arg0, arg1, arg2) { function __wbg_adapter_44(arg0, arg1, arg2) {
wasm.closure914_externref_shim(arg0, arg1, arg2); wasm.closure511_externref_shim(arg0, arg1, arg2);
} }
function __wbg_adapter_47(arg0, arg1) { function __wbg_adapter_47(arg0, arg1) {
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he1b5d17fd2536acb(arg0, arg1); wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hec602a450404c55a(arg0, arg1);
} }
function __wbg_adapter_50(arg0, arg1, arg2) { function __wbg_adapter_50(arg0, arg1, arg2) {
wasm.closure989_externref_shim(arg0, arg1, arg2); wasm.closure630_externref_shim(arg0, arg1, arg2);
} }
function __wbg_adapter_53(arg0, arg1, arg2) { function __wbg_adapter_53(arg0, arg1, arg2) {
wasm.closure1009_externref_shim(arg0, arg1, arg2); wasm.closure653_externref_shim(arg0, arg1, arg2);
} }
async function __wbg_load(module, imports) { async function __wbg_load(module, imports) {
@@ -968,20 +968,20 @@ function __wbg_get_imports() {
const ret = false; const ret = false;
return ret; return ret;
}; };
imports.wbg.__wbindgen_closure_wrapper7508 = function(arg0, arg1, arg2) { imports.wbg.__wbindgen_closure_wrapper1071 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 915, __wbg_adapter_44); const ret = makeClosure(arg0, arg1, 512, __wbg_adapter_44);
return ret; return ret;
}; };
imports.wbg.__wbindgen_closure_wrapper8404 = function(arg0, arg1, arg2) { imports.wbg.__wbindgen_closure_wrapper1320 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 987, __wbg_adapter_47); const ret = makeMutClosure(arg0, arg1, 628, __wbg_adapter_47);
return ret; return ret;
}; };
imports.wbg.__wbindgen_closure_wrapper8565 = function(arg0, arg1, arg2) { imports.wbg.__wbindgen_closure_wrapper1332 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 990, __wbg_adapter_50); const ret = makeMutClosure(arg0, arg1, 631, __wbg_adapter_50);
return ret; return ret;
}; };
imports.wbg.__wbindgen_closure_wrapper9067 = function(arg0, arg1, arg2) { imports.wbg.__wbindgen_closure_wrapper1371 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 1010, __wbg_adapter_53); const ret = makeMutClosure(arg0, arg1, 654, __wbg_adapter_53);
return ret; return ret;
}; };
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) { imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {

Binary file not shown.