This commit is contained in:
LinlyBoi
2022-12-25 22:35:16 +02:00
parent 3e9a85a2a7
commit bb2d30e890
7 changed files with 82 additions and 42 deletions

View File

@@ -204,9 +204,6 @@ function makeMutClosure(arg0, arg1, dtor, f) {
return real;
}
function __wbg_adapter_18(arg0, arg1, arg2) {
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h414630ac9216cad4(arg0, arg1, addHeapObject(arg2));
}
let stack_pointer = 32;
@@ -215,7 +212,7 @@ function addBorrowedObject(obj) {
heap[--stack_pointer] = obj;
return stack_pointer;
}
function __wbg_adapter_21(arg0, arg1, arg2) {
function __wbg_adapter_18(arg0, arg1, arg2) {
try {
wasm._dyn_core__ops__function__FnMut___A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h9380123c3ed0eddb(arg0, arg1, addBorrowedObject(arg2));
} finally {
@@ -223,6 +220,10 @@ function __wbg_adapter_21(arg0, arg1, arg2) {
}
}
function __wbg_adapter_21(arg0, arg1, arg2) {
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h414630ac9216cad4(arg0, arg1, addHeapObject(arg2));
}
let cachedUint32Memory0 = new Uint32Array();
function getUint32Memory0() {
@@ -615,12 +616,12 @@ function getImports() {
imports.wbg.__wbindgen_throw = function(arg0, arg1) {
throw new Error(getStringFromWasm0(arg0, arg1));
};
imports.wbg.__wbindgen_closure_wrapper4026 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 272, __wbg_adapter_18);
imports.wbg.__wbindgen_closure_wrapper3831 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 267, __wbg_adapter_18);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper4088 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 288, __wbg_adapter_21);
imports.wbg.__wbindgen_closure_wrapper6495 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 294, __wbg_adapter_21);
return addHeapObject(ret);
};
@@ -658,7 +659,7 @@ function initSync(module) {
async function init(input) {
if (typeof input === 'undefined') {
input = new URL('db-frontend-906e3d2c2bbb6313_bg.wasm', import.meta.url);
input = new URL('db-frontend-26b4e8491c3f6360_bg.wasm', import.meta.url);
}
const imports = getImports();

View File

@@ -2,10 +2,10 @@
<meta charset="utf-8">
<title>Ze greatest</title>
<link rel="preload" href="/db-frontend-906e3d2c2bbb6313_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/db-frontend-906e3d2c2bbb6313.js"></head>
<link rel="preload" href="/db-frontend-26b4e8491c3f6360_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/db-frontend-26b4e8491c3f6360.js"></head>
<body>
<script type="module">import init from '/db-frontend-906e3d2c2bbb6313.js';init('/db-frontend-906e3d2c2bbb6313_bg.wasm');</script><script>(function () {
<script type="module">import init from '/db-frontend-26b4e8491c3f6360.js';init('/db-frontend-26b4e8491c3f6360_bg.wasm');</script><script>(function () {
var protocol = window.location.protocol === 'https:' ? 'wss:' : 'ws:';
var url = protocol + '//' + window.location.host + '/_trunk/ws';
var poll_interval = 5000;