This commit is contained in:
thermokarst 2020-09-25 17:31:44 +00:00
parent 29cbe915fe
commit 26f17fba89
6 changed files with 50 additions and 28 deletions

View file

@ -1,5 +1,40 @@
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[0],{
/***/ "../pkg/gpx_web_utils.js":
/*!*******************************!*\
!*** ../pkg/gpx_web_utils.js ***!
\*******************************/
/*! exports provided: greet, __wbg_alert_4ad63c9979edd105 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _gpx_web_utils_bg_wasm__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./gpx_web_utils_bg.wasm */ \"../pkg/gpx_web_utils_bg.wasm\");\n/* harmony import */ var _gpx_web_utils_bg_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./gpx_web_utils_bg.js */ \"../pkg/gpx_web_utils_bg.js\");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"greet\", function() { return _gpx_web_utils_bg_js__WEBPACK_IMPORTED_MODULE_1__[\"greet\"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, \"__wbg_alert_4ad63c9979edd105\", function() { return _gpx_web_utils_bg_js__WEBPACK_IMPORTED_MODULE_1__[\"__wbg_alert_4ad63c9979edd105\"]; });\n\n\n\n\n//# sourceURL=webpack:///../pkg/gpx_web_utils.js?");
/***/ }),
/***/ "../pkg/gpx_web_utils_bg.js":
/*!**********************************!*\
!*** ../pkg/gpx_web_utils_bg.js ***!
\**********************************/
/*! exports provided: greet, __wbg_alert_4ad63c9979edd105 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* WEBPACK VAR INJECTION */(function(module) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"greet\", function() { return greet; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_alert_4ad63c9979edd105\", function() { return __wbg_alert_4ad63c9979edd105; });\n/* harmony import */ var _gpx_web_utils_bg_wasm__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./gpx_web_utils_bg.wasm */ \"../pkg/gpx_web_utils_bg.wasm\");\n\n\nconst lTextDecoder = typeof TextDecoder === 'undefined' ? (0, module.require)('util').TextDecoder : TextDecoder;\n\nlet cachedTextDecoder = new lTextDecoder('utf-8', { ignoreBOM: true, fatal: true });\n\ncachedTextDecoder.decode();\n\nlet cachegetUint8Memory0 = null;\nfunction getUint8Memory0() {\n if (cachegetUint8Memory0 === null || cachegetUint8Memory0.buffer !== _gpx_web_utils_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"memory\"].buffer) {\n cachegetUint8Memory0 = new Uint8Array(_gpx_web_utils_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"memory\"].buffer);\n }\n return cachegetUint8Memory0;\n}\n\nfunction getStringFromWasm0(ptr, len) {\n return cachedTextDecoder.decode(getUint8Memory0().subarray(ptr, ptr + len));\n}\n/**\n*/\nfunction greet() {\n _gpx_web_utils_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"greet\"]();\n}\n\nconst __wbg_alert_4ad63c9979edd105 = function(arg0, arg1) {\n alert(getStringFromWasm0(arg0, arg1));\n};\n\n\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../www/node_modules/webpack/buildin/harmony-module.js */ \"./node_modules/webpack/buildin/harmony-module.js\")(module)))\n\n//# sourceURL=webpack:///../pkg/gpx_web_utils_bg.js?");
/***/ }),
/***/ "../pkg/gpx_web_utils_bg.wasm":
/*!************************************!*\
!*** ../pkg/gpx_web_utils_bg.wasm ***!
\************************************/
/*! exports provided: memory, greet */
/***/ (function(module, exports, __webpack_require__) {
eval("\"use strict\";\n// Instantiate WebAssembly module\nvar wasmExports = __webpack_require__.w[module.i];\n__webpack_require__.r(exports);\n// export exports from WebAssembly module\nfor(var name in wasmExports) if(name != \"__webpack_init__\") exports[name] = wasmExports[name];\n// exec imports from WebAssembly module (for esm order)\n/* harmony import */ var m0 = __webpack_require__(/*! ./gpx_web_utils_bg.js */ \"../pkg/gpx_web_utils_bg.js\");\n\n\n// exec wasm module\nwasmExports[\"__webpack_init__\"]()\n\n//# sourceURL=webpack:///../pkg/gpx_web_utils_bg.wasm?");
/***/ }),
/***/ "./index.js":
/*!******************!*\
!*** ./index.js ***!
@ -8,30 +43,18 @@
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var hello_wasm_pack__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! hello-wasm-pack */ \"./node_modules/hello-wasm-pack/hello_wasm_pack.js\");\n\n\nhello_wasm_pack__WEBPACK_IMPORTED_MODULE_0__[\"greet\"]();\n\n\n//# sourceURL=webpack:///./index.js?");
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var gpx_web_utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! gpx-web-utils */ \"../pkg/gpx_web_utils.js\");\n\n\ngpx_web_utils__WEBPACK_IMPORTED_MODULE_0__[\"greet\"]();\n\n\n//# sourceURL=webpack:///./index.js?");
/***/ }),
/***/ "./node_modules/hello-wasm-pack/hello_wasm_pack.js":
/*!*********************************************************!*\
!*** ./node_modules/hello-wasm-pack/hello_wasm_pack.js ***!
\*********************************************************/
/*! exports provided: __wbg_alert_955be295a438967b, greet */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
/***/ "./node_modules/webpack/buildin/harmony-module.js":
/*!*******************************************!*\
!*** (webpack)/buildin/harmony-module.js ***!
\*******************************************/
/*! no static exports found */
/***/ (function(module, exports) {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_alert_955be295a438967b\", function() { return __wbg_alert_955be295a438967b; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"greet\", function() { return greet; });\n/* harmony import */ var _hello_wasm_pack_bg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./hello_wasm_pack_bg */ \"./node_modules/hello-wasm-pack/hello_wasm_pack_bg.wasm\");\n/* tslint:disable */\n\n\nlet cachedDecoder = new TextDecoder('utf-8');\n\nlet cachegetUint8Memory = null;\nfunction getUint8Memory() {\n if (cachegetUint8Memory === null || cachegetUint8Memory.buffer !== _hello_wasm_pack_bg__WEBPACK_IMPORTED_MODULE_0__[\"memory\"].buffer) {\n cachegetUint8Memory = new Uint8Array(_hello_wasm_pack_bg__WEBPACK_IMPORTED_MODULE_0__[\"memory\"].buffer);\n }\n return cachegetUint8Memory;\n}\n\nfunction getStringFromWasm(ptr, len) {\n return cachedDecoder.decode(getUint8Memory().subarray(ptr, ptr + len));\n}\n\nfunction __wbg_alert_955be295a438967b(arg0, arg1) {\n let varg0 = getStringFromWasm(arg0, arg1);\n alert(varg0);\n}\n/**\n* @returns {void}\n*/\nfunction greet() {\n return _hello_wasm_pack_bg__WEBPACK_IMPORTED_MODULE_0__[\"greet\"]();\n}\n\n\n\n//# sourceURL=webpack:///./node_modules/hello-wasm-pack/hello_wasm_pack.js?");
/***/ }),
/***/ "./node_modules/hello-wasm-pack/hello_wasm_pack_bg.wasm":
/*!**************************************************************!*\
!*** ./node_modules/hello-wasm-pack/hello_wasm_pack_bg.wasm ***!
\**************************************************************/
/*! exports provided: memory, __indirect_function_table, __heap_base, __data_end, greet */
/***/ (function(module, exports, __webpack_require__) {
eval("\"use strict\";\n// Instantiate WebAssembly module\nvar wasmExports = __webpack_require__.w[module.i];\n__webpack_require__.r(exports);\n// export exports from WebAssembly module\nfor(var name in wasmExports) if(name != \"__webpack_init__\") exports[name] = wasmExports[name];\n// exec imports from WebAssembly module (for esm order)\n/* harmony import */ var m0 = __webpack_require__(/*! ./hello_wasm_pack */ \"./node_modules/hello-wasm-pack/hello_wasm_pack.js\");\n\n\n// exec wasm module\nwasmExports[\"__webpack_init__\"]()\n\n//# sourceURL=webpack:///./node_modules/hello-wasm-pack/hello_wasm_pack_bg.wasm?");
eval("module.exports = function(originalModule) {\n\tif (!originalModule.webpackPolyfill) {\n\t\tvar module = Object.create(originalModule);\n\t\t// module.parent = undefined by default\n\t\tif (!module.children) module.children = [];\n\t\tObject.defineProperty(module, \"loaded\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.l;\n\t\t\t}\n\t\t});\n\t\tObject.defineProperty(module, \"id\", {\n\t\t\tenumerable: true,\n\t\t\tget: function() {\n\t\t\t\treturn module.i;\n\t\t\t}\n\t\t});\n\t\tObject.defineProperty(module, \"exports\", {\n\t\t\tenumerable: true\n\t\t});\n\t\tmodule.webpackPolyfill = 1;\n\t}\n\treturn module;\n};\n\n\n//# sourceURL=webpack:///(webpack)/buildin/harmony-module.js?");
/***/ })

Binary file not shown.

Binary file not shown.

1
CNAME
View file

@ -1 +0,0 @@
gpx.thermokar.st

12
bootstrap.js vendored
View file

@ -52,11 +52,11 @@
/******/ function promiseResolve() { return Promise.resolve(); }
/******/
/******/ var wasmImportObjects = {
/******/ "./node_modules/hello-wasm-pack/hello_wasm_pack_bg.wasm": function() {
/******/ "../pkg/gpx_web_utils_bg.wasm": function() {
/******/ return {
/******/ "./hello_wasm_pack": {
/******/ "__wbg_alert_955be295a438967b": function(p0i32,p1i32) {
/******/ return installedModules["./node_modules/hello-wasm-pack/hello_wasm_pack.js"].exports["__wbg_alert_955be295a438967b"](p0i32,p1i32);
/******/ "./gpx_web_utils_bg.js": {
/******/ "__wbg_alert_4ad63c9979edd105": function(p0i32,p1i32) {
/******/ return installedModules["../pkg/gpx_web_utils_bg.js"].exports["__wbg_alert_4ad63c9979edd105"](p0i32,p1i32);
/******/ }
/******/ }
/******/ };
@ -149,7 +149,7 @@
/******/
/******/ // Fetch + compile chunk loading for webassembly
/******/
/******/ var wasmModules = {"0":["./node_modules/hello-wasm-pack/hello_wasm_pack_bg.wasm"]}[chunkId] || [];
/******/ var wasmModules = {"0":["../pkg/gpx_web_utils_bg.wasm"]}[chunkId] || [];
/******/
/******/ wasmModules.forEach(function(wasmModuleId) {
/******/ var installedWasmModuleData = installedWasmModules[wasmModuleId];
@ -159,7 +159,7 @@
/******/ promises.push(installedWasmModuleData);
/******/ else {
/******/ var importObject = wasmImportObjects[wasmModuleId]();
/******/ var req = fetch(__webpack_require__.p + "" + {"./node_modules/hello-wasm-pack/hello_wasm_pack_bg.wasm":"8e8fa9289c240ac706a1"}[wasmModuleId] + ".module.wasm");
/******/ var req = fetch(__webpack_require__.p + "" + {"../pkg/gpx_web_utils_bg.wasm":"2e9be17d99a523dc8ae9"}[wasmModuleId] + ".module.wasm");
/******/ var promise;
/******/ if(importObject instanceof Promise && typeof WebAssembly.compileStreaming === 'function') {
/******/ promise = Promise.all([WebAssembly.compileStreaming(req), importObject]).then(function(items) {

View file

@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Hello wasm-pack!</title>
<title>gpx web utils</title>
</head>
<body>
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>