new deploy: 2024-07-31T22:09:42+00:00
This commit is contained in:
parent
db4998c25f
commit
16e7d12adc
4 changed files with 13 additions and 13 deletions
|
@ -4,8 +4,8 @@
|
|||
<link rel="stylesheet" href="/index-f36dde8e5dd4fd1f.css">
|
||||
|
||||
|
||||
<link rel="preload" href="/libconfig-validator-aa5d7736a6abcf6d_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
|
||||
<link rel="modulepreload" href="/libconfig-validator-aa5d7736a6abcf6d.js"></head><body>.
|
||||
<link rel="preload" href="/libconfig-validator-9ff6ae21fc8b448_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
|
||||
<link rel="modulepreload" href="/libconfig-validator-9ff6ae21fc8b448.js"></head><body>.
|
||||
|
||||
.
|
||||
|
||||
|
@ -42,4 +42,4 @@
|
|||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
|
||||
<script type="module">import init from '/libconfig-validator-aa5d7736a6abcf6d.js';init('/libconfig-validator-aa5d7736a6abcf6d_bg.wasm');</script></body></html>
|
||||
<script type="module">import init from '/libconfig-validator-9ff6ae21fc8b448.js';init('/libconfig-validator-9ff6ae21fc8b448_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__h5bc631a41bdc4287(arg0, arg1, addBorrowedObject(arg2));
|
||||
wasm._dyn_core__ops__function__Fn___A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4ef8083cbb87c955(arg0, arg1, addBorrowedObject(arg2));
|
||||
} finally {
|
||||
heap[stack_pointer++] = undefined;
|
||||
}
|
||||
|
@ -314,10 +314,6 @@ async function __wbg_load(module, imports) {
|
|||
function __wbg_get_imports() {
|
||||
const imports = {};
|
||||
imports.wbg = {};
|
||||
imports.wbg.__wbindgen_is_undefined = function(arg0) {
|
||||
const ret = getObject(arg0) === undefined;
|
||||
return ret;
|
||||
};
|
||||
imports.wbg.__wbindgen_object_drop_ref = function(arg0) {
|
||||
takeObject(arg0);
|
||||
};
|
||||
|
@ -325,6 +321,10 @@ function __wbg_get_imports() {
|
|||
const ret = getStringFromWasm0(arg0, arg1);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_is_undefined = function(arg0) {
|
||||
const ret = getObject(arg0) === undefined;
|
||||
return ret;
|
||||
};
|
||||
imports.wbg.__wbg_mark_6045ef1772587264 = function() { return handleError(function (arg0, arg1, arg2) {
|
||||
getObject(arg0).mark(getStringFromWasm0(arg1, arg2));
|
||||
}, arguments) };
|
||||
|
@ -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_wrapper1083 = function(arg0, arg1, arg2) {
|
||||
const ret = makeClosure(arg0, arg1, 462, __wbg_adapter_16);
|
||||
imports.wbg.__wbindgen_closure_wrapper1070 = function(arg0, arg1, arg2) {
|
||||
const ret = makeClosure(arg0, arg1, 466, __wbg_adapter_16);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper1333 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 534, __wbg_adapter_19);
|
||||
imports.wbg.__wbindgen_closure_wrapper1319 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 537, __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-aa5d7736a6abcf6d_bg.wasm', import.meta.url);
|
||||
input = new URL('libconfig-validator-9ff6ae21fc8b448_bg.wasm', import.meta.url);
|
||||
}
|
||||
const imports = __wbg_get_imports();
|
||||
|
BIN
libconfig-validator-9ff6ae21fc8b448_bg.wasm
Normal file
BIN
libconfig-validator-9ff6ae21fc8b448_bg.wasm
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue