✨ update
This commit is contained in:
15
index.html
15
index.html
@@ -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>
|
||||
@@ -1,70 +0,0 @@
|
||||
@font-face {
|
||||
font-family: monocraft;
|
||||
src: url("monocraft.ttf");
|
||||
}
|
||||
html * {
|
||||
font-family: monocraft, monospace !important;
|
||||
scrollbar-color: hsla(232, 97%, 85%, 0.5) hsla(240, 21.05%, 14.9%, 0.7) !important;
|
||||
scrollbar-width: thin !important;
|
||||
scroll-behavior: smooth !important;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.textarea {
|
||||
-ms-overflow-style: none !important;
|
||||
scrollbar-width: none !important;
|
||||
}
|
||||
|
||||
.textarea::-webkit-scrollbar {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.box {
|
||||
backdrop-filter: blur(4px) !important;
|
||||
--bulma-box-background-color: #1E1E2E80 !important;
|
||||
--bulma-shadow-h: 232 !important;
|
||||
--bulma-shadow-s: 97% !important;
|
||||
--bulma-shadow-l: 85% !important;
|
||||
--bulma-shadow: 0 0.5em 1em -0.125em hsla(var(--bulma-shadow-h),
|
||||
var(--bulma-shadow-s),
|
||||
var(--bulma-shadow-l),
|
||||
0.3), 0 0px 0 1px hsla(var(--bulma-shadow-h),
|
||||
var(--bulma-shadow-s),
|
||||
var(--bulma-shadow-l),
|
||||
0.02) !important;
|
||||
}
|
||||
|
||||
.input,
|
||||
.select select,
|
||||
.textarea {
|
||||
backdrop-filter: blur(4px);
|
||||
--bulma-input-h: 232 !important;
|
||||
--bulma-input-s: 97% !important;
|
||||
--bulma-input-l: 85% !important;
|
||||
--bulma-input-background-h: var(--bulma-input-h) !important;
|
||||
--bulma-input-background-s: var(--bulma-input-s) !important;
|
||||
--bulma-input-background-l: var(--bulma-input-l) !important;
|
||||
background-color: hsla(var(--bulma-input-h), var(--bulma-input-s), var(--bulma-input-background-l), 0.213125) !important;
|
||||
border-color: hsl(var(--bulma-input-h), var(--bulma-input-s), var(--bulma-input-l)) !important;
|
||||
}
|
||||
|
||||
a.navbar-item,
|
||||
a.navbar-item:hover {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: hsla(232, 97%, 85%, 0.4125) !important;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: hsla(232, 97%, 85%, 0.4125) !important;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline !important;
|
||||
filter: url("post.bloom.svg#process") !important;
|
||||
}
|
||||
BIN
profile.avif
BIN
profile.avif
Binary file not shown.
|
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 224 KiB |
BIN
testimage.jpg
Normal file
BIN
testimage.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.8 MiB |
@@ -133,6 +133,28 @@ const CLOSURE_DTORS = (typeof FinalizationRegistry === 'undefined')
|
||||
wasm.__wbindgen_export_7.get(state.dtor)(state.a, state.b)
|
||||
});
|
||||
|
||||
function makeClosure(arg0, arg1, dtor, f) {
|
||||
const state = { a: arg0, b: arg1, cnt: 1, dtor };
|
||||
const real = (...args) => {
|
||||
// First up with a closure we increment the internal reference
|
||||
// count. This ensures that the Rust closure environment won't
|
||||
// be deallocated while we're invoking it.
|
||||
state.cnt++;
|
||||
try {
|
||||
return f(state.a, state.b, ...args);
|
||||
} finally {
|
||||
if (--state.cnt === 0) {
|
||||
wasm.__wbindgen_export_7.get(state.dtor)(state.a, state.b);
|
||||
state.a = 0;
|
||||
CLOSURE_DTORS.unregister(state);
|
||||
}
|
||||
}
|
||||
};
|
||||
real.original = state;
|
||||
CLOSURE_DTORS.register(real, state, state);
|
||||
return real;
|
||||
}
|
||||
|
||||
function makeMutClosure(arg0, arg1, dtor, f) {
|
||||
const state = { a: arg0, b: arg1, cnt: 1, dtor };
|
||||
const real = (...args) => {
|
||||
@@ -158,28 +180,6 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
||||
return real;
|
||||
}
|
||||
|
||||
function makeClosure(arg0, arg1, dtor, f) {
|
||||
const state = { a: arg0, b: arg1, cnt: 1, dtor };
|
||||
const real = (...args) => {
|
||||
// First up with a closure we increment the internal reference
|
||||
// count. This ensures that the Rust closure environment won't
|
||||
// be deallocated while we're invoking it.
|
||||
state.cnt++;
|
||||
try {
|
||||
return f(state.a, state.b, ...args);
|
||||
} finally {
|
||||
if (--state.cnt === 0) {
|
||||
wasm.__wbindgen_export_7.get(state.dtor)(state.a, state.b);
|
||||
state.a = 0;
|
||||
CLOSURE_DTORS.unregister(state);
|
||||
}
|
||||
}
|
||||
};
|
||||
real.original = state;
|
||||
CLOSURE_DTORS.register(real, state, state);
|
||||
return real;
|
||||
}
|
||||
|
||||
function debugString(val) {
|
||||
// primitive types
|
||||
const type = typeof val;
|
||||
@@ -245,19 +245,19 @@ function debugString(val) {
|
||||
return className;
|
||||
}
|
||||
function __wbg_adapter_44(arg0, arg1, arg2) {
|
||||
wasm.closure366_externref_shim(arg0, arg1, arg2);
|
||||
wasm.closure914_externref_shim(arg0, arg1, arg2);
|
||||
}
|
||||
|
||||
function __wbg_adapter_47(arg0, arg1) {
|
||||
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h47b5805e396d8539(arg0, arg1);
|
||||
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he1b5d17fd2536acb(arg0, arg1);
|
||||
}
|
||||
|
||||
function __wbg_adapter_50(arg0, arg1, arg2) {
|
||||
wasm.closure487_externref_shim(arg0, arg1, arg2);
|
||||
wasm.closure989_externref_shim(arg0, arg1, arg2);
|
||||
}
|
||||
|
||||
function __wbg_adapter_53(arg0, arg1, arg2) {
|
||||
wasm.closure509_externref_shim(arg0, arg1, arg2);
|
||||
wasm.closure1009_externref_shim(arg0, arg1, arg2);
|
||||
}
|
||||
|
||||
async function __wbg_load(module, imports) {
|
||||
@@ -968,20 +968,20 @@ function __wbg_get_imports() {
|
||||
const ret = false;
|
||||
return ret;
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper1136 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 484, __wbg_adapter_47);
|
||||
imports.wbg.__wbindgen_closure_wrapper7508 = function(arg0, arg1, arg2) {
|
||||
const ret = makeClosure(arg0, arg1, 915, __wbg_adapter_44);
|
||||
return ret;
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper1143 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 488, __wbg_adapter_50);
|
||||
imports.wbg.__wbindgen_closure_wrapper8404 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 987, __wbg_adapter_47);
|
||||
return ret;
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper1185 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 510, __wbg_adapter_53);
|
||||
imports.wbg.__wbindgen_closure_wrapper8565 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 990, __wbg_adapter_50);
|
||||
return ret;
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper867 = function(arg0, arg1, arg2) {
|
||||
const ret = makeClosure(arg0, arg1, 367, __wbg_adapter_44);
|
||||
imports.wbg.__wbindgen_closure_wrapper9067 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 1010, __wbg_adapter_53);
|
||||
return ret;
|
||||
};
|
||||
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
||||
BIN
web_iouring-7dd6ffac47ffb586_bg.wasm
Normal file
BIN
web_iouring-7dd6ffac47ffb586_bg.wasm
Normal file
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user