new deploy: 2024-06-30T18:44:33+00:00
This commit is contained in:
parent
45e60cb3e1
commit
e0ea6109c2
3 changed files with 9 additions and 9 deletions
|
@ -4,8 +4,8 @@
|
|||
<link rel="stylesheet" href="/index-f36dde8e5dd4fd1f.css">
|
||||
|
||||
|
||||
<link rel="preload" href="/libconfig-validator-e407fa74d77c319f_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
|
||||
<link rel="modulepreload" href="/libconfig-validator-e407fa74d77c319f.js"></head><body>.
|
||||
<link rel="preload" href="/libconfig-validator-8bb2d836321346b5_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
|
||||
<link rel="modulepreload" href="/libconfig-validator-8bb2d836321346b5.js"></head><body>.
|
||||
|
||||
.
|
||||
|
||||
|
@ -42,4 +42,4 @@
|
|||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
|
||||
<script type="module">import init from '/libconfig-validator-e407fa74d77c319f.js';init('/libconfig-validator-e407fa74d77c319f_bg.wasm');</script></body></html>
|
||||
<script type="module">import init from '/libconfig-validator-8bb2d836321346b5.js';init('/libconfig-validator-8bb2d836321346b5_bg.wasm');</script></body></html>
|
|
@ -214,7 +214,7 @@ function addBorrowedObject(obj) {
|
|||
}
|
||||
function __wbg_adapter_16(arg0, arg1, arg2) {
|
||||
try {
|
||||
wasm._dyn_core__ops__function__Fn___A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf3292a9d25451b3a(arg0, arg1, addBorrowedObject(arg2));
|
||||
wasm._dyn_core__ops__function__Fn___A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4c9ad70eb7a0da26(arg0, arg1, addBorrowedObject(arg2));
|
||||
} finally {
|
||||
heap[stack_pointer++] = undefined;
|
||||
}
|
||||
|
@ -663,12 +663,12 @@ function __wbg_get_imports() {
|
|||
imports.wbg.__wbindgen_throw = function(arg0, arg1) {
|
||||
throw new Error(getStringFromWasm0(arg0, arg1));
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper1089 = function(arg0, arg1, arg2) {
|
||||
const ret = makeClosure(arg0, arg1, 406, __wbg_adapter_16);
|
||||
imports.wbg.__wbindgen_closure_wrapper1094 = function(arg0, arg1, arg2) {
|
||||
const ret = makeClosure(arg0, arg1, 407, __wbg_adapter_16);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper1274 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 448, __wbg_adapter_19);
|
||||
imports.wbg.__wbindgen_closure_wrapper1275 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 449, __wbg_adapter_19);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
|
||||
|
@ -710,7 +710,7 @@ async function __wbg_init(input) {
|
|||
if (wasm !== undefined) return wasm;
|
||||
|
||||
if (typeof input === 'undefined') {
|
||||
input = new URL('libconfig-validator-e407fa74d77c319f_bg.wasm', import.meta.url);
|
||||
input = new URL('libconfig-validator-8bb2d836321346b5_bg.wasm', import.meta.url);
|
||||
}
|
||||
const imports = __wbg_get_imports();
|
||||
|
Binary file not shown.
Loading…
Add table
Reference in a new issue