This commit is contained in:
Sarsoo 2022-04-02 11:42:34 +00:00
parent 3623e0c224
commit d5e7af54fb
3 changed files with 55 additions and 44 deletions

1
CNAME
View File

@ -1 +0,0 @@
life.sarsoo.xyz

62
bootstrap.js vendored
View File

@ -56,6 +56,7 @@ eval("// A dependency graph that contains any wasm must all be imported\n// asyn
/******/ (() => { /******/ (() => {
/******/ var webpackThen = typeof Symbol === "function" ? Symbol("webpack then") : "__webpack_then__"; /******/ var webpackThen = typeof Symbol === "function" ? Symbol("webpack then") : "__webpack_then__";
/******/ var webpackExports = typeof Symbol === "function" ? Symbol("webpack exports") : "__webpack_exports__"; /******/ var webpackExports = typeof Symbol === "function" ? Symbol("webpack exports") : "__webpack_exports__";
/******/ var webpackError = typeof Symbol === "function" ? Symbol("webpack error") : "__webpack_error__";
/******/ var completeQueue = (queue) => { /******/ var completeQueue = (queue) => {
/******/ if(queue) { /******/ if(queue) {
/******/ queue.forEach((fn) => (fn.r--)); /******/ queue.forEach((fn) => (fn.r--));
@ -73,12 +74,20 @@ eval("// A dependency graph that contains any wasm must all be imported\n// asyn
/******/ obj[webpackExports] = r; /******/ obj[webpackExports] = r;
/******/ completeQueue(queue); /******/ completeQueue(queue);
/******/ queue = 0; /******/ queue = 0;
/******/ }, (e) => {
/******/ obj[webpackError] = e;
/******/ completeQueue(queue);
/******/ queue = 0;
/******/ }); /******/ });
/******/ var obj = { [webpackThen]: (fn, reject) => (queueFunction(queue, fn), dep.catch(reject)) }; /******/ var obj = {};
/******/ obj[webpackThen] = (fn, reject) => (queueFunction(queue, fn), dep['catch'](reject));
/******/ return obj; /******/ return obj;
/******/ } /******/ }
/******/ } /******/ }
/******/ return { [webpackThen]: (fn) => (completeFunction(fn)), [webpackExports]: dep }; /******/ var ret = {};
/******/ ret[webpackThen] = (fn) => (completeFunction(fn));
/******/ ret[webpackExports] = dep;
/******/ return ret;
/******/ })); /******/ }));
/******/ __webpack_require__.a = (module, body, hasAwait) => { /******/ __webpack_require__.a = (module, body, hasAwait) => {
/******/ var queue = hasAwait && []; /******/ var queue = hasAwait && [];
@ -104,20 +113,23 @@ eval("// A dependency graph that contains any wasm must all be imported\n// asyn
/******/ if (isEvaluating) { return completeFunction(fn); } /******/ if (isEvaluating) { return completeFunction(fn); }
/******/ if (currentDeps) whenAll(currentDeps, fn, rejectFn); /******/ if (currentDeps) whenAll(currentDeps, fn, rejectFn);
/******/ queueFunction(queue, fn); /******/ queueFunction(queue, fn);
/******/ promise.catch(rejectFn); /******/ promise['catch'](rejectFn);
/******/ }; /******/ };
/******/ module.exports = promise; /******/ module.exports = promise;
/******/ body((deps) => { /******/ body((deps) => {
/******/ if(!deps) return outerResolve();
/******/ currentDeps = wrapDeps(deps); /******/ currentDeps = wrapDeps(deps);
/******/ var fn, result; /******/ var fn;
/******/ var getResult = () => (currentDeps.map((d) => {
/******/ if(d[webpackError]) throw d[webpackError];
/******/ return d[webpackExports];
/******/ }))
/******/ var promise = new Promise((resolve, reject) => { /******/ var promise = new Promise((resolve, reject) => {
/******/ fn = () => (resolve(result = currentDeps.map((d) => (d[webpackExports])))); /******/ fn = () => (resolve(getResult));
/******/ fn.r = 0; /******/ fn.r = 0;
/******/ whenAll(currentDeps, fn, reject); /******/ whenAll(currentDeps, fn, reject);
/******/ }); /******/ });
/******/ return fn.r ? promise : result; /******/ return fn.r ? promise : getResult();
/******/ }).then(outerResolve, reject); /******/ }, (err) => (err && reject(promise[webpackError] = err), outerResolve()));
/******/ isEvaluating = false; /******/ isEvaluating = false;
/******/ }; /******/ };
/******/ })(); /******/ })();
@ -245,6 +257,21 @@ eval("// A dependency graph that contains any wasm must all be imported\n// asyn
/******/ }; /******/ };
/******/ })(); /******/ })();
/******/ /******/
/******/ /* webpack/runtime/wasm loading */
/******/ (() => {
/******/ __webpack_require__.v = (exports, wasmModuleId, wasmModuleHash, importsObj) => {
/******/ var req = fetch(__webpack_require__.p + "" + wasmModuleHash + ".module.wasm");
/******/ if (typeof WebAssembly.instantiateStreaming === 'function') {
/******/ return WebAssembly.instantiateStreaming(req, importsObj)
/******/ .then((res) => (Object.assign(exports, res.instance.exports)));
/******/ }
/******/ return req
/******/ .then((x) => (x.arrayBuffer()))
/******/ .then((bytes) => (WebAssembly.instantiate(bytes, importsObj)))
/******/ .then((res) => (Object.assign(exports, res.instance.exports)));
/******/ };
/******/ })();
/******/
/******/ /* webpack/runtime/publicPath */ /******/ /* webpack/runtime/publicPath */
/******/ (() => { /******/ (() => {
/******/ var scriptUrl; /******/ var scriptUrl;
@ -331,19 +358,21 @@ eval("// A dependency graph that contains any wasm must all be imported\n// asyn
/******/ // add "moreModules" to the modules object, /******/ // add "moreModules" to the modules object,
/******/ // then flag all "chunkIds" as loaded and fire callback /******/ // then flag all "chunkIds" as loaded and fire callback
/******/ var moduleId, chunkId, i = 0; /******/ var moduleId, chunkId, i = 0;
/******/ if(chunkIds.some((id) => (installedChunks[id] !== 0))) {
/******/ for(moduleId in moreModules) { /******/ for(moduleId in moreModules) {
/******/ if(__webpack_require__.o(moreModules, moduleId)) { /******/ if(__webpack_require__.o(moreModules, moduleId)) {
/******/ __webpack_require__.m[moduleId] = moreModules[moduleId]; /******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
/******/ } /******/ }
/******/ } /******/ }
/******/ if(runtime) var result = runtime(__webpack_require__); /******/ if(runtime) var result = runtime(__webpack_require__);
/******/ }
/******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data); /******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
/******/ for(;i < chunkIds.length; i++) { /******/ for(;i < chunkIds.length; i++) {
/******/ chunkId = chunkIds[i]; /******/ chunkId = chunkIds[i];
/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) { /******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
/******/ installedChunks[chunkId][0](); /******/ installedChunks[chunkId][0]();
/******/ } /******/ }
/******/ installedChunks[chunkIds[i]] = 0; /******/ installedChunks[chunkId] = 0;
/******/ } /******/ }
/******/ /******/
/******/ } /******/ }
@ -353,21 +382,6 @@ eval("// A dependency graph that contains any wasm must all be imported\n// asyn
/******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal)); /******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
/******/ })(); /******/ })();
/******/ /******/
/******/ /* webpack/runtime/wasm chunk loading */
/******/ (() => {
/******/ __webpack_require__.v = (exports, wasmModuleId, wasmModuleHash, importsObj) => {
/******/ var req = fetch(__webpack_require__.p + "" + wasmModuleHash + ".module.wasm");
/******/ if (typeof WebAssembly.instantiateStreaming === 'function') {
/******/ return WebAssembly.instantiateStreaming(req, importsObj)
/******/ .then((res) => (Object.assign(exports, res.instance.exports)));
/******/ }
/******/ return req
/******/ .then((x) => (x.arrayBuffer()))
/******/ .then((bytes) => (WebAssembly.instantiate(bytes, importsObj)))
/******/ .then((res) => (Object.assign(exports, res.instance.exports)));
/******/ };
/******/ })();
/******/
/************************************************************************/ /************************************************************************/
/******/ /******/
/******/ // startup /******/ // startup

File diff suppressed because one or more lines are too long