From a66620e7b296205cd4b36c97de0af2573b42b2b0 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Sat, 17 Feb 2024 16:35:49 +0000 Subject: [PATCH] Update Wasm demo to 39914e0 --- ...e.wasm => 084d3ce42db5012ed107.module.wasm | Bin 146999 -> 146999 bytes bootstrap.js | 2 +- bootstrap.js.map | 2 +- build-info.json | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename b83b11396f38d20870a3.module.wasm => 084d3ce42db5012ed107.module.wasm (98%) diff --git a/b83b11396f38d20870a3.module.wasm b/084d3ce42db5012ed107.module.wasm similarity index 98% rename from b83b11396f38d20870a3.module.wasm rename to 084d3ce42db5012ed107.module.wasm index bd053bbe5e4de1b2f34bf3a6877581de6de5633a..038a6371e5e9d8bb9be4027d9f004766a52c2dae 100644 GIT binary patch delta 191 zcmdn~hhzI6jtw`sIU=ty9%Nj_=so!XwC97;b&xe(meUK zt09ml>$W0+F@5r}Wxb5)n?sg2asjDp8%tOjzfAVtzL%+`Wi!`~9qb_b$o?YE$$ckH zCTE>gnQR8651pJoIrsFk$y-kC+`QxTa*oOKuP9G;y5g|;&=u_%MGgiA1{NS@hSETa fff0yVftU@5S*G(DGL|zkwYM2EZf`SW+QLF8;b&xOX_@@m z)ey*&bz70Zm^S&?vR=lt%^}Mhxq#HQjU}v%PbPbB-^=u+c{A6J9qb_b$o?YE$$ckH zCTE>gnQR8651pJodB^GK$^TF7oP6ettKF$)rA1+v+Im}5GhA!9isTYH-! console.error(\"Error importing `index.js`:\", e));\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n// expose the module cache\n__webpack_require__.c = __webpack_module_cache__;\n\n","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"\" + chunkId + \".bootstrap.js\";\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.hmd = (module) => {\n\tmodule = Object.create(module);\n\tif (!module.children) module.children = [];\n\tObject.defineProperty(module, 'exports', {\n\t\tenumerable: true,\n\t\tset: () => {\n\t\t\tthrow new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);\n\t\t}\n\t});\n\treturn module;\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","var inProgress = {};\nvar dataWebpackPrefix = \"textwrap-wasm-demo-app:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t};\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","var scriptUrl;\nif (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + \"\";\nvar document = __webpack_require__.g.document;\nif (!scriptUrl && document) {\n\tif (document.currentScript)\n\t\tscriptUrl = document.currentScript.src\n\tif (!scriptUrl) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tif(scripts.length) scriptUrl = scripts[scripts.length - 1].src\n\t}\n}\n// When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration\n// or pass an empty string (\"\") and set the __webpack_public_path__ variable from your code to use your own logic.\nif (!scriptUrl) throw new Error(\"Automatic publicPath is not supported in this browser\");\nscriptUrl = scriptUrl.replace(/#.*$/, \"\").replace(/\\?.*$/, \"\").replace(/\\/[^\\/]+$/, \"/\");\n__webpack_require__.p = scriptUrl;","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t\"main\": 0\n};\n\n__webpack_require__.f.j = (chunkId, promises) => {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(true) { // all chunks have JS\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = (event) => {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t} else installedChunks[chunkId] = 0;\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n// no on chunks loaded\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunktextwrap_wasm_demo_app\"] = self[\"webpackChunktextwrap_wasm_demo_app\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","// object to store loaded and loading wasm modules\nvar installedWasmModules = {};\n\nfunction promiseResolve() { return Promise.resolve(); }\n\nvar wasmImportedFuncCache0;\nvar wasmImportedFuncCache1;\nvar wasmImportedFuncCache2;\nvar wasmImportedFuncCache3;\nvar wasmImportedFuncCache4;\nvar wasmImportedFuncCache5;\nvar wasmImportedFuncCache6;\nvar wasmImportedFuncCache7;\nvar wasmImportedFuncCache8;\nvar wasmImportedFuncCache9;\nvar wasmImportedFuncCache10;\nvar wasmImportedFuncCache11;\nvar wasmImportedFuncCache12;\nvar wasmImportedFuncCache13;\nvar wasmImportedFuncCache14;\nvar wasmImportedFuncCache15;\nvar wasmImportedFuncCache16;\nvar wasmImportedFuncCache17;\nvar wasmImportedFuncCache18;\nvar wasmImportedFuncCache19;\nvar wasmImportedFuncCache20;\nvar wasmImportedFuncCache21;\nvar wasmImportedFuncCache22;\nvar wasmImportObjects = {\n\t\"../pkg/textwrap_wasm_demo_bg.wasm\": function() {\n\t\treturn {\n\t\t\t\"./textwrap_wasm_demo_bg.js\": {\n\t\t\t\t\"__wbindgen_object_drop_ref\": function(p0i32) {\n\t\t\t\t\tif(wasmImportedFuncCache0 === undefined) wasmImportedFuncCache0 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache0[\"__wbindgen_object_drop_ref\"](p0i32);\n\t\t\t\t},\n\t\t\t\t\"__wbindgen_string_new\": function(p0i32,p1i32) {\n\t\t\t\t\tif(wasmImportedFuncCache1 === undefined) wasmImportedFuncCache1 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache1[\"__wbindgen_string_new\"](p0i32,p1i32);\n\t\t\t\t},\n\t\t\t\t\"__wbindgen_string_get\": function(p0i32,p1i32) {\n\t\t\t\t\tif(wasmImportedFuncCache2 === undefined) wasmImportedFuncCache2 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache2[\"__wbindgen_string_get\"](p0i32,p1i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_actualBoundingBoxAscent_263891fadd43361b\": function(p0i32) {\n\t\t\t\t\tif(wasmImportedFuncCache3 === undefined) wasmImportedFuncCache3 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache3[\"__wbg_actualBoundingBoxAscent_263891fadd43361b\"](p0i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_actualBoundingBoxDescent_4b0b0ac59e164733\": function(p0i32) {\n\t\t\t\t\tif(wasmImportedFuncCache4 === undefined) wasmImportedFuncCache4 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache4[\"__wbg_actualBoundingBoxDescent_4b0b0ac59e164733\"](p0i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_new_abda76e883ba8a5f\": function() {\n\t\t\t\t\tif(wasmImportedFuncCache5 === undefined) wasmImportedFuncCache5 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache5[\"__wbg_new_abda76e883ba8a5f\"]();\n\t\t\t\t},\n\t\t\t\t\"__wbg_stack_658279fe44541cf6\": function(p0i32,p1i32) {\n\t\t\t\t\tif(wasmImportedFuncCache6 === undefined) wasmImportedFuncCache6 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache6[\"__wbg_stack_658279fe44541cf6\"](p0i32,p1i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_error_f851667af71bcfc6\": function(p0i32,p1i32) {\n\t\t\t\t\tif(wasmImportedFuncCache7 === undefined) wasmImportedFuncCache7 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache7[\"__wbg_error_f851667af71bcfc6\"](p0i32,p1i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_setstrokeStyle_899ea3720dae323b\": function(p0i32,p1i32) {\n\t\t\t\t\tif(wasmImportedFuncCache8 === undefined) wasmImportedFuncCache8 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache8[\"__wbg_setstrokeStyle_899ea3720dae323b\"](p0i32,p1i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_setfont_f55835290596888e\": function(p0i32,p1i32,p2i32) {\n\t\t\t\t\tif(wasmImportedFuncCache9 === undefined) wasmImportedFuncCache9 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache9[\"__wbg_setfont_f55835290596888e\"](p0i32,p1i32,p2i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_settextAlign_2ec9d955460e13ca\": function(p0i32,p1i32,p2i32) {\n\t\t\t\t\tif(wasmImportedFuncCache10 === undefined) wasmImportedFuncCache10 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache10[\"__wbg_settextAlign_2ec9d955460e13ca\"](p0i32,p1i32,p2i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_settextBaseline_d33235cd2782235c\": function(p0i32,p1i32,p2i32) {\n\t\t\t\t\tif(wasmImportedFuncCache11 === undefined) wasmImportedFuncCache11 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache11[\"__wbg_settextBaseline_d33235cd2782235c\"](p0i32,p1i32,p2i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_beginPath_4e91b7092d0d33d9\": function(p0i32) {\n\t\t\t\t\tif(wasmImportedFuncCache12 === undefined) wasmImportedFuncCache12 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache12[\"__wbg_beginPath_4e91b7092d0d33d9\"](p0i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_stroke_85dee7d87c4a6ead\": function(p0i32) {\n\t\t\t\t\tif(wasmImportedFuncCache13 === undefined) wasmImportedFuncCache13 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache13[\"__wbg_stroke_85dee7d87c4a6ead\"](p0i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_lineTo_dbe49320dd6e392a\": function(p0i32,p1f64,p2f64) {\n\t\t\t\t\tif(wasmImportedFuncCache14 === undefined) wasmImportedFuncCache14 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache14[\"__wbg_lineTo_dbe49320dd6e392a\"](p0i32,p1f64,p2f64);\n\t\t\t\t},\n\t\t\t\t\"__wbg_moveTo_15a09390bee05586\": function(p0i32,p1f64,p2f64) {\n\t\t\t\t\tif(wasmImportedFuncCache15 === undefined) wasmImportedFuncCache15 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache15[\"__wbg_moveTo_15a09390bee05586\"](p0i32,p1f64,p2f64);\n\t\t\t\t},\n\t\t\t\t\"__wbg_restore_556d7c38c007b3fe\": function(p0i32) {\n\t\t\t\t\tif(wasmImportedFuncCache16 === undefined) wasmImportedFuncCache16 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache16[\"__wbg_restore_556d7c38c007b3fe\"](p0i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_save_a9bb370fb49c5df7\": function(p0i32) {\n\t\t\t\t\tif(wasmImportedFuncCache17 === undefined) wasmImportedFuncCache17 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache17[\"__wbg_save_a9bb370fb49c5df7\"](p0i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_fillText_e5b1cef36b742bcc\": function(p0i32,p1i32,p2i32,p3f64,p4f64) {\n\t\t\t\t\tif(wasmImportedFuncCache18 === undefined) wasmImportedFuncCache18 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache18[\"__wbg_fillText_e5b1cef36b742bcc\"](p0i32,p1i32,p2i32,p3f64,p4f64);\n\t\t\t\t},\n\t\t\t\t\"__wbg_measureText_734acef1b5e2b3fd\": function(p0i32,p1i32,p2i32) {\n\t\t\t\t\tif(wasmImportedFuncCache19 === undefined) wasmImportedFuncCache19 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache19[\"__wbg_measureText_734acef1b5e2b3fd\"](p0i32,p1i32,p2i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_width_87b8dcd7cafaeec1\": function(p0i32) {\n\t\t\t\t\tif(wasmImportedFuncCache20 === undefined) wasmImportedFuncCache20 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache20[\"__wbg_width_87b8dcd7cafaeec1\"](p0i32);\n\t\t\t\t},\n\t\t\t\t\"__wbindgen_debug_string\": function(p0i32,p1i32) {\n\t\t\t\t\tif(wasmImportedFuncCache21 === undefined) wasmImportedFuncCache21 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache21[\"__wbindgen_debug_string\"](p0i32,p1i32);\n\t\t\t\t},\n\t\t\t\t\"__wbindgen_throw\": function(p0i32,p1i32) {\n\t\t\t\t\tif(wasmImportedFuncCache22 === undefined) wasmImportedFuncCache22 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache22[\"__wbindgen_throw\"](p0i32,p1i32);\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t},\n};\n\nvar wasmModuleMap = {\n\t\"index_js\": [\n\t\t\"../pkg/textwrap_wasm_demo_bg.wasm\"\n\t]\n};\n\n// object with all WebAssembly.instance exports\n__webpack_require__.w = {};\n\n// Fetch + compile chunk loading for webassembly\n__webpack_require__.f.wasm = function(chunkId, promises) {\n\n\tvar wasmModules = wasmModuleMap[chunkId] || [];\n\n\twasmModules.forEach(function(wasmModuleId, idx) {\n\t\tvar installedWasmModuleData = installedWasmModules[wasmModuleId];\n\n\t\t// a Promise means \"currently loading\" or \"already loaded\".\n\t\tif(installedWasmModuleData)\n\t\t\tpromises.push(installedWasmModuleData);\n\t\telse {\n\t\t\tvar importObject = wasmImportObjects[wasmModuleId]();\n\t\t\tvar req = fetch(__webpack_require__.p + \"\" + {\"index_js\":{\"../pkg/textwrap_wasm_demo_bg.wasm\":\"b83b11396f38d20870a3\"}}[chunkId][wasmModuleId] + \".module.wasm\");\n\t\t\tvar promise;\n\t\t\tif(importObject && typeof importObject.then === 'function' && typeof WebAssembly.compileStreaming === 'function') {\n\t\t\t\tpromise = Promise.all([WebAssembly.compileStreaming(req), importObject]).then(function(items) {\n\t\t\t\t\treturn WebAssembly.instantiate(items[0], items[1]);\n\t\t\t\t});\n\t\t\t} else if(typeof WebAssembly.instantiateStreaming === 'function') {\n\t\t\t\tpromise = WebAssembly.instantiateStreaming(req, importObject);\n\t\t\t} else {\n\t\t\t\tvar bytesPromise = req.then(function(x) { return x.arrayBuffer(); });\n\t\t\t\tpromise = bytesPromise.then(function(bytes) {\n\t\t\t\t\treturn WebAssembly.instantiate(bytes, importObject);\n\t\t\t\t});\n\t\t\t}\n\t\t\tpromises.push(installedWasmModules[wasmModuleId] = promise.then(function(res) {\n\t\t\t\treturn __webpack_require__.w[wasmModuleId] = (res.instance || res).exports;\n\t\t\t}));\n\t\t}\n\t});\n};","","// module cache are used so entry inlining is disabled\n// startup\n// Load entry module and return exports\nvar __webpack_exports__ = __webpack_require__(\"./bootstrap.js\");\n",""],"names":[],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"bootstrap.js","mappings":";;;;;;;;;AAAA;AACA;AACA;AACA,qIAAoB;AACpB;;;;;;;UCJA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;;;;;WC/BA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,EAAE;WACF;;;;;WCRA;WACA;WACA;WACA;WACA;;;;;WCJA;WACA;WACA;WACA;WACA,GAAG;WACH;WACA;WACA,CAAC;;;;;WCPD;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,EAAE;WACF;WACA;;;;;WCVA;;;;;WCAA;WACA;WACA;WACA;WACA,uBAAuB,4BAA4B;WACnD;WACA;WACA;WACA,iBAAiB,oBAAoB;WACrC;WACA,mGAAmG,YAAY;WAC/G;WACA;WACA;WACA;WACA;;WAEA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,mEAAmE,iCAAiC;WACpG;WACA;WACA;WACA;;;;;WCxCA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;WCNA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;;;;;WCfA;;WAEA;WACA;WACA;WACA;WACA;WACA;;WAEA;WACA;WACA;WACA,iCAAiC;;WAEjC;WACA;WACA;WACA,KAAK;WACL,eAAe;WACf;WACA;WACA;;WAEA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,MAAM;WACN;WACA;WACA;;WAEA;;WAEA;;WAEA;;WAEA;;WAEA;;WAEA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,MAAM,qBAAqB;WAC3B;WACA;WACA;WACA;WACA;WACA;;WAEA;;WAEA;WACA;WACA;;;;;WCrFA;WACA;;WAEA,4BAA4B;;WAE5B;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA;WACA;WACA;WACA,EAAE;WACF;;WAEA;WACA;WACA;WACA;WACA;;WAEA;WACA;;WAEA;WACA;;WAEA;;WAEA;WACA;;WAEA;WACA;WACA;WACA;WACA;WACA,iDAAiD,YAAY,4DAA4D;WACzH;WACA;WACA;WACA;WACA,KAAK;WACL,KAAK;WACL;WACA,KAAK;WACL,8CAA8C,yBAAyB;WACvE;WACA;WACA,KAAK;WACL;WACA;WACA;WACA,IAAI;WACJ;WACA,EAAE;WACF;;;;;UE1KA;UACA;UACA;UACA","sources":["webpack://textwrap-wasm-demo-app/./bootstrap.js","webpack://textwrap-wasm-demo-app/webpack/bootstrap","webpack://textwrap-wasm-demo-app/webpack/runtime/define property getters","webpack://textwrap-wasm-demo-app/webpack/runtime/ensure chunk","webpack://textwrap-wasm-demo-app/webpack/runtime/get javascript chunk filename","webpack://textwrap-wasm-demo-app/webpack/runtime/global","webpack://textwrap-wasm-demo-app/webpack/runtime/harmony module decorator","webpack://textwrap-wasm-demo-app/webpack/runtime/hasOwnProperty shorthand","webpack://textwrap-wasm-demo-app/webpack/runtime/load script","webpack://textwrap-wasm-demo-app/webpack/runtime/make namespace object","webpack://textwrap-wasm-demo-app/webpack/runtime/publicPath","webpack://textwrap-wasm-demo-app/webpack/runtime/jsonp chunk loading","webpack://textwrap-wasm-demo-app/webpack/runtime/wasm chunk loading","webpack://textwrap-wasm-demo-app/webpack/before-startup","webpack://textwrap-wasm-demo-app/webpack/startup","webpack://textwrap-wasm-demo-app/webpack/after-startup"],"sourcesContent":["// A dependency graph that contains any wasm must all be imported\n// asynchronously. This `bootstrap.js` file does the single async import, so\n// that no one else needs to worry about it again.\nimport(\"./index.js\")\n .catch(e => console.error(\"Error importing `index.js`:\", e));\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n// expose the module cache\n__webpack_require__.c = __webpack_module_cache__;\n\n","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"\" + chunkId + \".bootstrap.js\";\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.hmd = (module) => {\n\tmodule = Object.create(module);\n\tif (!module.children) module.children = [];\n\tObject.defineProperty(module, 'exports', {\n\t\tenumerable: true,\n\t\tset: () => {\n\t\t\tthrow new Error('ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: ' + module.id);\n\t\t}\n\t});\n\treturn module;\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","var inProgress = {};\nvar dataWebpackPrefix = \"textwrap-wasm-demo-app:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t};\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","var scriptUrl;\nif (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + \"\";\nvar document = __webpack_require__.g.document;\nif (!scriptUrl && document) {\n\tif (document.currentScript)\n\t\tscriptUrl = document.currentScript.src\n\tif (!scriptUrl) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tif(scripts.length) scriptUrl = scripts[scripts.length - 1].src\n\t}\n}\n// When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration\n// or pass an empty string (\"\") and set the __webpack_public_path__ variable from your code to use your own logic.\nif (!scriptUrl) throw new Error(\"Automatic publicPath is not supported in this browser\");\nscriptUrl = scriptUrl.replace(/#.*$/, \"\").replace(/\\?.*$/, \"\").replace(/\\/[^\\/]+$/, \"/\");\n__webpack_require__.p = scriptUrl;","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t\"main\": 0\n};\n\n__webpack_require__.f.j = (chunkId, promises) => {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(true) { // all chunks have JS\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = (event) => {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t} else installedChunks[chunkId] = 0;\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n// no on chunks loaded\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunktextwrap_wasm_demo_app\"] = self[\"webpackChunktextwrap_wasm_demo_app\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","// object to store loaded and loading wasm modules\nvar installedWasmModules = {};\n\nfunction promiseResolve() { return Promise.resolve(); }\n\nvar wasmImportedFuncCache0;\nvar wasmImportedFuncCache1;\nvar wasmImportedFuncCache2;\nvar wasmImportedFuncCache3;\nvar wasmImportedFuncCache4;\nvar wasmImportedFuncCache5;\nvar wasmImportedFuncCache6;\nvar wasmImportedFuncCache7;\nvar wasmImportedFuncCache8;\nvar wasmImportedFuncCache9;\nvar wasmImportedFuncCache10;\nvar wasmImportedFuncCache11;\nvar wasmImportedFuncCache12;\nvar wasmImportedFuncCache13;\nvar wasmImportedFuncCache14;\nvar wasmImportedFuncCache15;\nvar wasmImportedFuncCache16;\nvar wasmImportedFuncCache17;\nvar wasmImportedFuncCache18;\nvar wasmImportedFuncCache19;\nvar wasmImportedFuncCache20;\nvar wasmImportedFuncCache21;\nvar wasmImportedFuncCache22;\nvar wasmImportObjects = {\n\t\"../pkg/textwrap_wasm_demo_bg.wasm\": function() {\n\t\treturn {\n\t\t\t\"./textwrap_wasm_demo_bg.js\": {\n\t\t\t\t\"__wbindgen_object_drop_ref\": function(p0i32) {\n\t\t\t\t\tif(wasmImportedFuncCache0 === undefined) wasmImportedFuncCache0 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache0[\"__wbindgen_object_drop_ref\"](p0i32);\n\t\t\t\t},\n\t\t\t\t\"__wbindgen_string_new\": function(p0i32,p1i32) {\n\t\t\t\t\tif(wasmImportedFuncCache1 === undefined) wasmImportedFuncCache1 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache1[\"__wbindgen_string_new\"](p0i32,p1i32);\n\t\t\t\t},\n\t\t\t\t\"__wbindgen_string_get\": function(p0i32,p1i32) {\n\t\t\t\t\tif(wasmImportedFuncCache2 === undefined) wasmImportedFuncCache2 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache2[\"__wbindgen_string_get\"](p0i32,p1i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_actualBoundingBoxAscent_263891fadd43361b\": function(p0i32) {\n\t\t\t\t\tif(wasmImportedFuncCache3 === undefined) wasmImportedFuncCache3 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache3[\"__wbg_actualBoundingBoxAscent_263891fadd43361b\"](p0i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_actualBoundingBoxDescent_4b0b0ac59e164733\": function(p0i32) {\n\t\t\t\t\tif(wasmImportedFuncCache4 === undefined) wasmImportedFuncCache4 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache4[\"__wbg_actualBoundingBoxDescent_4b0b0ac59e164733\"](p0i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_new_abda76e883ba8a5f\": function() {\n\t\t\t\t\tif(wasmImportedFuncCache5 === undefined) wasmImportedFuncCache5 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache5[\"__wbg_new_abda76e883ba8a5f\"]();\n\t\t\t\t},\n\t\t\t\t\"__wbg_stack_658279fe44541cf6\": function(p0i32,p1i32) {\n\t\t\t\t\tif(wasmImportedFuncCache6 === undefined) wasmImportedFuncCache6 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache6[\"__wbg_stack_658279fe44541cf6\"](p0i32,p1i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_error_f851667af71bcfc6\": function(p0i32,p1i32) {\n\t\t\t\t\tif(wasmImportedFuncCache7 === undefined) wasmImportedFuncCache7 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache7[\"__wbg_error_f851667af71bcfc6\"](p0i32,p1i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_setstrokeStyle_899ea3720dae323b\": function(p0i32,p1i32) {\n\t\t\t\t\tif(wasmImportedFuncCache8 === undefined) wasmImportedFuncCache8 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache8[\"__wbg_setstrokeStyle_899ea3720dae323b\"](p0i32,p1i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_setfont_f55835290596888e\": function(p0i32,p1i32,p2i32) {\n\t\t\t\t\tif(wasmImportedFuncCache9 === undefined) wasmImportedFuncCache9 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache9[\"__wbg_setfont_f55835290596888e\"](p0i32,p1i32,p2i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_settextAlign_2ec9d955460e13ca\": function(p0i32,p1i32,p2i32) {\n\t\t\t\t\tif(wasmImportedFuncCache10 === undefined) wasmImportedFuncCache10 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache10[\"__wbg_settextAlign_2ec9d955460e13ca\"](p0i32,p1i32,p2i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_settextBaseline_d33235cd2782235c\": function(p0i32,p1i32,p2i32) {\n\t\t\t\t\tif(wasmImportedFuncCache11 === undefined) wasmImportedFuncCache11 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache11[\"__wbg_settextBaseline_d33235cd2782235c\"](p0i32,p1i32,p2i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_beginPath_4e91b7092d0d33d9\": function(p0i32) {\n\t\t\t\t\tif(wasmImportedFuncCache12 === undefined) wasmImportedFuncCache12 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache12[\"__wbg_beginPath_4e91b7092d0d33d9\"](p0i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_stroke_85dee7d87c4a6ead\": function(p0i32) {\n\t\t\t\t\tif(wasmImportedFuncCache13 === undefined) wasmImportedFuncCache13 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache13[\"__wbg_stroke_85dee7d87c4a6ead\"](p0i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_lineTo_dbe49320dd6e392a\": function(p0i32,p1f64,p2f64) {\n\t\t\t\t\tif(wasmImportedFuncCache14 === undefined) wasmImportedFuncCache14 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache14[\"__wbg_lineTo_dbe49320dd6e392a\"](p0i32,p1f64,p2f64);\n\t\t\t\t},\n\t\t\t\t\"__wbg_moveTo_15a09390bee05586\": function(p0i32,p1f64,p2f64) {\n\t\t\t\t\tif(wasmImportedFuncCache15 === undefined) wasmImportedFuncCache15 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache15[\"__wbg_moveTo_15a09390bee05586\"](p0i32,p1f64,p2f64);\n\t\t\t\t},\n\t\t\t\t\"__wbg_restore_556d7c38c007b3fe\": function(p0i32) {\n\t\t\t\t\tif(wasmImportedFuncCache16 === undefined) wasmImportedFuncCache16 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache16[\"__wbg_restore_556d7c38c007b3fe\"](p0i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_save_a9bb370fb49c5df7\": function(p0i32) {\n\t\t\t\t\tif(wasmImportedFuncCache17 === undefined) wasmImportedFuncCache17 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache17[\"__wbg_save_a9bb370fb49c5df7\"](p0i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_fillText_e5b1cef36b742bcc\": function(p0i32,p1i32,p2i32,p3f64,p4f64) {\n\t\t\t\t\tif(wasmImportedFuncCache18 === undefined) wasmImportedFuncCache18 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache18[\"__wbg_fillText_e5b1cef36b742bcc\"](p0i32,p1i32,p2i32,p3f64,p4f64);\n\t\t\t\t},\n\t\t\t\t\"__wbg_measureText_734acef1b5e2b3fd\": function(p0i32,p1i32,p2i32) {\n\t\t\t\t\tif(wasmImportedFuncCache19 === undefined) wasmImportedFuncCache19 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache19[\"__wbg_measureText_734acef1b5e2b3fd\"](p0i32,p1i32,p2i32);\n\t\t\t\t},\n\t\t\t\t\"__wbg_width_87b8dcd7cafaeec1\": function(p0i32) {\n\t\t\t\t\tif(wasmImportedFuncCache20 === undefined) wasmImportedFuncCache20 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache20[\"__wbg_width_87b8dcd7cafaeec1\"](p0i32);\n\t\t\t\t},\n\t\t\t\t\"__wbindgen_debug_string\": function(p0i32,p1i32) {\n\t\t\t\t\tif(wasmImportedFuncCache21 === undefined) wasmImportedFuncCache21 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache21[\"__wbindgen_debug_string\"](p0i32,p1i32);\n\t\t\t\t},\n\t\t\t\t\"__wbindgen_throw\": function(p0i32,p1i32) {\n\t\t\t\t\tif(wasmImportedFuncCache22 === undefined) wasmImportedFuncCache22 = __webpack_require__.c[\"../pkg/textwrap_wasm_demo_bg.js\"].exports;\n\t\t\t\t\treturn wasmImportedFuncCache22[\"__wbindgen_throw\"](p0i32,p1i32);\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t},\n};\n\nvar wasmModuleMap = {\n\t\"index_js\": [\n\t\t\"../pkg/textwrap_wasm_demo_bg.wasm\"\n\t]\n};\n\n// object with all WebAssembly.instance exports\n__webpack_require__.w = {};\n\n// Fetch + compile chunk loading for webassembly\n__webpack_require__.f.wasm = function(chunkId, promises) {\n\n\tvar wasmModules = wasmModuleMap[chunkId] || [];\n\n\twasmModules.forEach(function(wasmModuleId, idx) {\n\t\tvar installedWasmModuleData = installedWasmModules[wasmModuleId];\n\n\t\t// a Promise means \"currently loading\" or \"already loaded\".\n\t\tif(installedWasmModuleData)\n\t\t\tpromises.push(installedWasmModuleData);\n\t\telse {\n\t\t\tvar importObject = wasmImportObjects[wasmModuleId]();\n\t\t\tvar req = fetch(__webpack_require__.p + \"\" + {\"index_js\":{\"../pkg/textwrap_wasm_demo_bg.wasm\":\"084d3ce42db5012ed107\"}}[chunkId][wasmModuleId] + \".module.wasm\");\n\t\t\tvar promise;\n\t\t\tif(importObject && typeof importObject.then === 'function' && typeof WebAssembly.compileStreaming === 'function') {\n\t\t\t\tpromise = Promise.all([WebAssembly.compileStreaming(req), importObject]).then(function(items) {\n\t\t\t\t\treturn WebAssembly.instantiate(items[0], items[1]);\n\t\t\t\t});\n\t\t\t} else if(typeof WebAssembly.instantiateStreaming === 'function') {\n\t\t\t\tpromise = WebAssembly.instantiateStreaming(req, importObject);\n\t\t\t} else {\n\t\t\t\tvar bytesPromise = req.then(function(x) { return x.arrayBuffer(); });\n\t\t\t\tpromise = bytesPromise.then(function(bytes) {\n\t\t\t\t\treturn WebAssembly.instantiate(bytes, importObject);\n\t\t\t\t});\n\t\t\t}\n\t\t\tpromises.push(installedWasmModules[wasmModuleId] = promise.then(function(res) {\n\t\t\t\treturn __webpack_require__.w[wasmModuleId] = (res.instance || res).exports;\n\t\t\t}));\n\t\t}\n\t});\n};","","// module cache are used so entry inlining is disabled\n// startup\n// Load entry module and return exports\nvar __webpack_exports__ = __webpack_require__(\"./bootstrap.js\");\n",""],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/build-info.json b/build-info.json index 9755777..6b0d6d0 100644 --- a/build-info.json +++ b/build-info.json @@ -1 +1 @@ -{"date": "2024-02-16", "commit": "b656c0719a2cd25348a1e43861fbf2fa7e58c2ad"} +{"date": "2024-02-17", "commit": "39914e0fd7e9af79908c5b9a5cfbb303fe6778e8"}