update

This commit is contained in:
lia
2025-08-20 08:43:44 +00:00
parent 349102301c
commit fbb3828531
8 changed files with 42 additions and 111 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" class="theme-dark">
<html lang="en">
<head>
<meta charset="UTF-8" />
@@ -10,6 +10,9 @@
@@ -28,11 +31,11 @@
<link rel="stylesheet" href="/main-5f0876a079f6ac58.css" integrity="sha384-Sa1ZWpdYJVb1uRRURVr4pvhoJEjjsLIMS2kyltK9FZdLGYa55YVhC47tdfBRErb+"/>
<!--<link data-trunk rel="sass" href="main.scss" />-->
<script type="module">
import init, * as bindings from '/web_iouring-8ac0645919329a76.js';
const wasm = await init({ module_or_path: '/web_iouring-8ac0645919329a76_bg.wasm' });
import init, * as bindings from '/web_iouring-7dd6ffac47ffb586.js';
const wasm = await init({ module_or_path: '/web_iouring-7dd6ffac47ffb586_bg.wasm' });
window.wasmBindings = bindings;
@@ -42,8 +45,6 @@ dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}}));
</script>
<base href="/" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma/css/bulma.min.css" />
<link rel="modulepreload" href="/web_iouring-8ac0645919329a76.js" crossorigin="anonymous" integrity="sha384-KPFxJ5+Aa+ZaSfSE63zjwFcXMH3E+vHNFH4J/VsMxr1NE1pixe0oIzXatlghxyv6"><link rel="preload" href="/web_iouring-8ac0645919329a76_bg.wasm" crossorigin="anonymous" integrity="sha384-NOiLI21zp8RPEUB76WCpoBPABF5V2fkwSiFS7VhnzEbvHeALjfZEWKWN59UWzI71" as="fetch" type="application/wasm"></head>
<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>
</html>