FINAL BEFORE SUBMITION :(

This commit is contained in:
LinlyBoi
2022-12-26 01:03:42 +02:00
parent c93bb7ad17
commit 94686d5815
7 changed files with 37 additions and 25 deletions

View File

@@ -616,12 +616,12 @@ function getImports() {
imports.wbg.__wbindgen_throw = function(arg0, arg1) {
throw new Error(getStringFromWasm0(arg0, arg1));
};
imports.wbg.__wbindgen_closure_wrapper3831 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 267, __wbg_adapter_18);
imports.wbg.__wbindgen_closure_wrapper3975 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 302, __wbg_adapter_18);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper6495 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 294, __wbg_adapter_21);
imports.wbg.__wbindgen_closure_wrapper6639 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 329, __wbg_adapter_21);
return addHeapObject(ret);
};
@@ -659,7 +659,7 @@ function initSync(module) {
async function init(input) {
if (typeof input === 'undefined') {
input = new URL('db-frontend-26b4e8491c3f6360_bg.wasm', import.meta.url);
input = new URL('db-frontend-12bfbd74b2a545ed_bg.wasm', import.meta.url);
}
const imports = getImports();

Binary file not shown.

View File

@@ -2,10 +2,10 @@
<meta charset="utf-8">
<title>Ze greatest</title>
<link rel="preload" href="/db-frontend-26b4e8491c3f6360_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/db-frontend-26b4e8491c3f6360.js"></head>
<link rel="preload" href="/db-frontend-12bfbd74b2a545ed_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/db-frontend-12bfbd74b2a545ed.js"></head>
<body>
<script type="module">import init from '/db-frontend-26b4e8491c3f6360.js';init('/db-frontend-26b4e8491c3f6360_bg.wasm');</script><script>(function () {
<script type="module">import init from '/db-frontend-12bfbd74b2a545ed.js';init('/db-frontend-12bfbd74b2a545ed_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;