new deploy: 2024-06-08T09:14:39+00:00
This commit is contained in:
parent
717842ab7f
commit
d209b1e9ba
4 changed files with 17 additions and 17 deletions
|
@ -4,8 +4,8 @@
|
||||||
<link rel="stylesheet" href="/index-f36dde8e5dd4fd1f.css">
|
<link rel="stylesheet" href="/index-f36dde8e5dd4fd1f.css">
|
||||||
|
|
||||||
|
|
||||||
<link rel="preload" href="/libconfig-validator-18c863fa11c9e812_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
|
<link rel="preload" href="/libconfig-validator-d5e5852cabb0f96b_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
|
||||||
<link rel="modulepreload" href="/libconfig-validator-18c863fa11c9e812.js"></head><body>.
|
<link rel="modulepreload" href="/libconfig-validator-d5e5852cabb0f96b.js"></head><body>.
|
||||||
|
|
||||||
.
|
.
|
||||||
|
|
||||||
|
@ -42,4 +42,4 @@
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
|
|
||||||
|
|
||||||
<script type="module">import init from '/libconfig-validator-18c863fa11c9e812.js';init('/libconfig-validator-18c863fa11c9e812_bg.wasm');</script></body></html>
|
<script type="module">import init from '/libconfig-validator-d5e5852cabb0f96b.js';init('/libconfig-validator-d5e5852cabb0f96b_bg.wasm');</script></body></html>
|
Binary file not shown.
|
@ -210,7 +210,7 @@ function addBorrowedObject(obj) {
|
||||||
}
|
}
|
||||||
function __wbg_adapter_16(arg0, arg1, arg2) {
|
function __wbg_adapter_16(arg0, arg1, arg2) {
|
||||||
try {
|
try {
|
||||||
wasm.wasm_bindgen__convert__closures__invoke1_mut_ref__h313adec2f655a137(arg0, arg1, addBorrowedObject(arg2));
|
wasm.wasm_bindgen__convert__closures__invoke1_mut_ref__hf936d4808bef62ad(arg0, arg1, addBorrowedObject(arg2));
|
||||||
} finally {
|
} finally {
|
||||||
heap[stack_pointer++] = undefined;
|
heap[stack_pointer++] = undefined;
|
||||||
}
|
}
|
||||||
|
@ -316,14 +316,6 @@ function getImports() {
|
||||||
const ret = getObject(arg0);
|
const ret = getObject(arg0);
|
||||||
return addHeapObject(ret);
|
return addHeapObject(ret);
|
||||||
};
|
};
|
||||||
imports.wbg.__wbg_setlistenerid_3183aae8fa5840fb = function(arg0, arg1) {
|
|
||||||
getObject(arg0).__yew_listener_id = arg1 >>> 0;
|
|
||||||
};
|
|
||||||
imports.wbg.__wbg_listenerid_12315eee21527820 = function(arg0, arg1) {
|
|
||||||
const ret = getObject(arg1).__yew_listener_id;
|
|
||||||
getInt32Memory0()[arg0 / 4 + 1] = isLikeNone(ret) ? 0 : ret;
|
|
||||||
getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
|
|
||||||
};
|
|
||||||
imports.wbg.__wbg_cachekey_b61393159c57fd7b = function(arg0, arg1) {
|
imports.wbg.__wbg_cachekey_b61393159c57fd7b = function(arg0, arg1) {
|
||||||
const ret = getObject(arg1).__yew_subtree_cache_key;
|
const ret = getObject(arg1).__yew_subtree_cache_key;
|
||||||
getInt32Memory0()[arg0 / 4 + 1] = isLikeNone(ret) ? 0 : ret;
|
getInt32Memory0()[arg0 / 4 + 1] = isLikeNone(ret) ? 0 : ret;
|
||||||
|
@ -349,6 +341,14 @@ function getImports() {
|
||||||
const ret = false;
|
const ret = false;
|
||||||
return ret;
|
return ret;
|
||||||
};
|
};
|
||||||
|
imports.wbg.__wbg_listenerid_12315eee21527820 = function(arg0, arg1) {
|
||||||
|
const ret = getObject(arg1).__yew_listener_id;
|
||||||
|
getInt32Memory0()[arg0 / 4 + 1] = isLikeNone(ret) ? 0 : ret;
|
||||||
|
getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
|
||||||
|
};
|
||||||
|
imports.wbg.__wbg_setlistenerid_3183aae8fa5840fb = function(arg0, arg1) {
|
||||||
|
getObject(arg0).__yew_listener_id = arg1 >>> 0;
|
||||||
|
};
|
||||||
imports.wbg.__wbg_new_abda76e883ba8a5f = function() {
|
imports.wbg.__wbg_new_abda76e883ba8a5f = function() {
|
||||||
const ret = new Error();
|
const ret = new Error();
|
||||||
return addHeapObject(ret);
|
return addHeapObject(ret);
|
||||||
|
@ -630,12 +630,12 @@ function getImports() {
|
||||||
imports.wbg.__wbindgen_throw = function(arg0, arg1) {
|
imports.wbg.__wbindgen_throw = function(arg0, arg1) {
|
||||||
throw new Error(getStringFromWasm0(arg0, arg1));
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
||||||
};
|
};
|
||||||
imports.wbg.__wbindgen_closure_wrapper889 = function(arg0, arg1, arg2) {
|
imports.wbg.__wbindgen_closure_wrapper849 = function(arg0, arg1, arg2) {
|
||||||
const ret = makeMutClosure(arg0, arg1, 323, __wbg_adapter_16);
|
const ret = makeMutClosure(arg0, arg1, 329, __wbg_adapter_16);
|
||||||
return addHeapObject(ret);
|
return addHeapObject(ret);
|
||||||
};
|
};
|
||||||
imports.wbg.__wbindgen_closure_wrapper1029 = function(arg0, arg1, arg2) {
|
imports.wbg.__wbindgen_closure_wrapper1062 = function(arg0, arg1, arg2) {
|
||||||
const ret = makeMutClosure(arg0, arg1, 360, __wbg_adapter_19);
|
const ret = makeMutClosure(arg0, arg1, 379, __wbg_adapter_19);
|
||||||
return addHeapObject(ret);
|
return addHeapObject(ret);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -673,7 +673,7 @@ function initSync(module) {
|
||||||
|
|
||||||
async function init(input) {
|
async function init(input) {
|
||||||
if (typeof input === 'undefined') {
|
if (typeof input === 'undefined') {
|
||||||
input = new URL('libconfig-validator-18c863fa11c9e812_bg.wasm', import.meta.url);
|
input = new URL('libconfig-validator-d5e5852cabb0f96b_bg.wasm', import.meta.url);
|
||||||
}
|
}
|
||||||
const imports = getImports();
|
const imports = getImports();
|
||||||
|
|
BIN
libconfig-validator-d5e5852cabb0f96b_bg.wasm
Normal file
BIN
libconfig-validator-d5e5852cabb0f96b_bg.wasm
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue