new deploy: 2024-08-11T18:40:13+00:00
This commit is contained in:
parent
129d4c3fe4
commit
812ddad77b
4 changed files with 14 additions and 14 deletions
|
@ -4,8 +4,8 @@
|
|||
<link rel="stylesheet" href="/index-f36dde8e5dd4fd1f.css">
|
||||
|
||||
|
||||
<link rel="preload" href="/libconfig-validator-6bacfe69f81e79cb_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
|
||||
<link rel="modulepreload" href="/libconfig-validator-6bacfe69f81e79cb.js"></head><body>.
|
||||
<link rel="preload" href="/libconfig-validator-3636263253c8d3ca_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
|
||||
<link rel="modulepreload" href="/libconfig-validator-3636263253c8d3ca.js"></head><body>.
|
||||
|
||||
.
|
||||
|
||||
|
@ -42,4 +42,4 @@
|
|||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
|
||||
<script type="module">import init from '/libconfig-validator-6bacfe69f81e79cb.js';init('/libconfig-validator-6bacfe69f81e79cb_bg.wasm');</script></body></html>
|
||||
<script type="module">import init from '/libconfig-validator-3636263253c8d3ca.js';init('/libconfig-validator-3636263253c8d3ca_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__ha39f0d2b51b79cbc(arg0, arg1, addBorrowedObject(arg2));
|
||||
wasm._dyn_core__ops__function__Fn___A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf0ea069aa9d14451(arg0, arg1, addBorrowedObject(arg2));
|
||||
} finally {
|
||||
heap[stack_pointer++] = undefined;
|
||||
}
|
||||
|
@ -354,6 +354,11 @@ function __wbg_get_imports() {
|
|||
const ret = false;
|
||||
return ret;
|
||||
};
|
||||
imports.wbg.__wbg_cachekey_b81c1aacc6a0645c = function(arg0, arg1) {
|
||||
const ret = getObject(arg1).__yew_subtree_cache_key;
|
||||
getInt32Memory0()[arg0 / 4 + 1] = isLikeNone(ret) ? 0 : ret;
|
||||
getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
|
||||
};
|
||||
imports.wbg.__wbg_subtreeid_e80a1798fee782f9 = function(arg0, arg1) {
|
||||
const ret = getObject(arg1).__yew_subtree_id;
|
||||
getInt32Memory0()[arg0 / 4 + 1] = isLikeNone(ret) ? 0 : ret;
|
||||
|
@ -362,11 +367,6 @@ function __wbg_get_imports() {
|
|||
imports.wbg.__wbg_setsubtreeid_e1fab6b578c800cf = function(arg0, arg1) {
|
||||
getObject(arg0).__yew_subtree_id = arg1 >>> 0;
|
||||
};
|
||||
imports.wbg.__wbg_cachekey_b81c1aacc6a0645c = function(arg0, arg1) {
|
||||
const ret = getObject(arg1).__yew_subtree_cache_key;
|
||||
getInt32Memory0()[arg0 / 4 + 1] = isLikeNone(ret) ? 0 : ret;
|
||||
getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
|
||||
};
|
||||
imports.wbg.__wbg_setcachekey_75bcd45312087529 = function(arg0, arg1) {
|
||||
getObject(arg0).__yew_subtree_cache_key = arg1 >>> 0;
|
||||
};
|
||||
|
@ -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_wrapper1070 = function(arg0, arg1, arg2) {
|
||||
const ret = makeClosure(arg0, arg1, 466, __wbg_adapter_16);
|
||||
imports.wbg.__wbindgen_closure_wrapper1069 = function(arg0, arg1, arg2) {
|
||||
const ret = makeClosure(arg0, arg1, 465, __wbg_adapter_16);
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
imports.wbg.__wbindgen_closure_wrapper1320 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 538, __wbg_adapter_19);
|
||||
imports.wbg.__wbindgen_closure_wrapper1318 = function(arg0, arg1, arg2) {
|
||||
const ret = makeMutClosure(arg0, arg1, 536, __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-6bacfe69f81e79cb_bg.wasm', import.meta.url);
|
||||
input = new URL('libconfig-validator-3636263253c8d3ca_bg.wasm', import.meta.url);
|
||||
}
|
||||
const imports = __wbg_get_imports();
|
||||
|
BIN
libconfig-validator-3636263253c8d3ca_bg.wasm
Normal file
BIN
libconfig-validator-3636263253c8d3ca_bg.wasm
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue