new deploy: 2024-06-08T01:05:04+00:00
This commit is contained in:
parent
b17254f20d
commit
9b6d0645f9
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-aeea7e49293c387b_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
|
||||
<link rel="modulepreload" href="/libconfig-validator-aeea7e49293c387b.js"></head><body>.
|
||||
<link rel="preload" href="/libconfig-validator-3b95d1f548055b1a_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
|
||||
<link rel="modulepreload" href="/libconfig-validator-3b95d1f548055b1a.js"></head><body>.
|
||||
|
||||
.
|
||||
|
||||
|
@ -42,4 +42,4 @@
|
|||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
|
||||
<script type="module">import init from '/libconfig-validator-aeea7e49293c387b.js';init('/libconfig-validator-aeea7e49293c387b_bg.wasm');</script></body></html>
|
||||
<script type="module">import init from '/libconfig-validator-3b95d1f548055b1a.js';init('/libconfig-validator-3b95d1f548055b1a_bg.wasm');</script></body></html>
|
|
@ -296,19 +296,19 @@ function getImports() {
|
|||
const ret = getObject(arg0) === undefined;
|
||||
return ret;
|
||||
};
|
||||
imports.wbg.__wbg_mark_1e2d127a70590942 = function() { return handleError(function (arg0, arg1, arg2) {
|
||||
imports.wbg.__wbg_mark_6045ef1772587264 = function() { return handleError(function (arg0, arg1, arg2) {
|
||||
getObject(arg0).mark(getStringFromWasm0(arg1, arg2));
|
||||
}, arguments) };
|
||||
imports.wbg.__wbg_mark_61aa1c1a9bb53ab8 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
||||
imports.wbg.__wbg_mark_bad820680b8580c2 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
||||
getObject(arg0).mark(getStringFromWasm0(arg1, arg2), getObject(arg3));
|
||||
}, arguments) };
|
||||
imports.wbg.__wbg_measure_b8146f54a3c651a7 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
||||
imports.wbg.__wbg_measure_1d846b814d43d7e1 = function() { return handleError(function (arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
||||
getObject(arg0).measure(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4), getStringFromWasm0(arg5, arg6));
|
||||
}, arguments) };
|
||||
imports.wbg.__wbg_measure_db00dca1e38efa83 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
||||
imports.wbg.__wbg_measure_7ca0e5cfef892340 = function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
||||
getObject(arg0).measure(getStringFromWasm0(arg1, arg2), getObject(arg3));
|
||||
}, arguments) };
|
||||
imports.wbg.__wbg_performance_0666aaff1a1b75ec = function() {
|
||||
imports.wbg.__wbg_performance_72f95fe5952939b5 = function() {
|
||||
const ret = globalThis.performance;
|
||||
return addHeapObject(ret);
|
||||
};
|
||||
|
@ -673,7 +673,7 @@ function initSync(module) {
|
|||
|
||||
async function init(input) {
|
||||
if (typeof input === 'undefined') {
|
||||
input = new URL('libconfig-validator-aeea7e49293c387b_bg.wasm', import.meta.url);
|
||||
input = new URL('libconfig-validator-3b95d1f548055b1a_bg.wasm', import.meta.url);
|
||||
}
|
||||
const imports = getImports();
|
||||
|
Binary file not shown.
Loading…
Add table
Reference in a new issue