dbui-assets 0.0.64

Embedded web assets for dbui
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[0],{

/***/ "../client.js":
/*!********************!*\
  !*** ../client.js ***!
  \********************/
/*! no static exports found */
/***/ (function(module, exports) {

eval("function on_event(t, k, v) {\n  window.dbui.client.on_event(t, k, v);\n};\n\nfunction activate_tab(id, idx) {\n  UIkit.tab(document.getElementById(id)).show(idx);\n};\n\nfunction wire_textarea(id) {\n  var el = document.getElementById(id);\n\n  var savedValue = el.value;\n  el.value = '';\n  el.baseScrollHeight = el.scrollHeight;\n  el.value = savedValue;\n\n  el.oninput = function() {\n    var minRows = this.getAttribute('data-min-rows')|0, rows;\n    this.rows = minRows;\n    rows = Math.ceil((this.scrollHeight - this.baseScrollHeight + 48) / 24);\n    this.rows = minRows + rows;\n  }\n  el.oninput();\n};\n\nfunction notify(level, content) {\n  UIkit.notification(content, { status: level });\n};\n\nwindow.dbui = {\n  on_event: on_event,\n  activate_tab: activate_tab,\n  wire_textarea: wire_textarea,\n  notify: notify\n};\n\n\n//# sourceURL=webpack:///../client.js?");

/***/ }),

/***/ "../pkg sync recursive":
/*!*******************!*\
  !*** ../pkg sync ***!
  \*******************/
/*! no static exports found */
/***/ (function(module, exports) {

eval("function webpackEmptyContext(req) {\n\tvar e = new Error(\"Cannot find module '\" + req + \"'\");\n\te.code = 'MODULE_NOT_FOUND';\n\tthrow e;\n}\nwebpackEmptyContext.keys = function() { return []; };\nwebpackEmptyContext.resolve = webpackEmptyContext;\nmodule.exports = webpackEmptyContext;\nwebpackEmptyContext.id = \"../pkg sync recursive\";\n\n//# sourceURL=webpack:///../pkg_sync?");

/***/ }),

/***/ "../pkg/dbui_client.js":
/*!*****************************!*\
  !*** ../pkg/dbui_client.js ***!
  \*****************************/
/*! exports provided: JsClient, __wbindgen_object_drop_ref, __wbg_notify_cddc0197c2e0a29d, __wbindgen_cb_forget, __wbg_log_a799d086f41e493d, __wbg_wiretextarea_dd52c337a51fd3bd, __wbg_activatetab_ee632df600be5b40, __wbg_new_59cb74e423758ede, __wbg_stack_558ba5917b466edd, __wbg_error_4bb6c2a97407129a, __widl_instanceof_Window, __widl_instanceof_Blob, __widl_f_create_element_Document, __widl_f_get_element_by_id_Document, __widl_f_location_Document, __widl_f_set_inner_html_Element, __widl_f_new_FileReader, __widl_f_read_as_array_buffer_FileReader, __widl_f_result_FileReader, __widl_f_set_onload_FileReader, __widl_instanceof_HTMLElement, __widl_f_focus_HTMLElement, __widl_f_set_inner_text_HTMLElement, __widl_instanceof_HTMLTextAreaElement, __widl_f_href_Location, __widl_f_data_MessageEvent, __widl_f_append_child_Node, __widl_f_new_WebSocket, __widl_f_send_with_str_WebSocket, __widl_f_send_with_u8_array_WebSocket, __widl_f_set_onopen_WebSocket, __widl_f_set_onerror_WebSocket, __widl_f_set_onclose_WebSocket, __widl_f_set_onmessage_WebSocket, __wbindgen_string_new, __widl_f_set_binary_type_WebSocket, __widl_f_document_Window, __wbg_call_1c71dead4ddfc1a7, __wbindgen_object_clone_ref, __wbg_instanceof_ArrayBuffer_f6bf19ca0c7d67eb, __wbg_newnoargs_ccf8cbd1628a0c21, __wbg_now_8a0c0bdb99aef95d, __wbg_globalThis_e18edfcaa69970d7, __wbg_self_c263ff272c9c2d42, __wbg_window_043622d0c8518027, __wbg_global_7e97ac1b8ea927d0, __wbindgen_is_undefined, __wbg_buffer_44cb68be3749d64e, __wbg_length_453ee8a17581c5a9, __wbg_new_d7a8a06e1f975d95, __wbg_set_c9c8c0859dad062c, __wbg_new_3a746f2619705add, __wbg_call_f54d3a6dadb199ca, __wbindgen_jsval_eq, __wbg_self_ac379e780a0d8b94, __wbg_crypto_1e4302b85d4f64a2, __wbg_getRandomValues_1b4ba144162a5c9e, __wbg_require_6461b1e9a0d7c34a, __wbg_randomFillSync_1b52c8482374c55b, __wbg_getRandomValues_1ef11e888e5228e9, __wbindgen_string_get, __wbindgen_debug_string, __wbindgen_throw, __wbindgen_memory, __wbindgen_closure_wrapper154, __wbindgen_closure_wrapper160, __wbindgen_closure_wrapper156, __wbindgen_closure_wrapper158 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {

"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* WEBPACK VAR INJECTION */(function(global) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"JsClient\", function() { return JsClient; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbindgen_object_drop_ref\", function() { return __wbindgen_object_drop_ref; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_notify_cddc0197c2e0a29d\", function() { return __wbg_notify_cddc0197c2e0a29d; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbindgen_cb_forget\", function() { return __wbindgen_cb_forget; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_log_a799d086f41e493d\", function() { return __wbg_log_a799d086f41e493d; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_wiretextarea_dd52c337a51fd3bd\", function() { return __wbg_wiretextarea_dd52c337a51fd3bd; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_activatetab_ee632df600be5b40\", function() { return __wbg_activatetab_ee632df600be5b40; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_new_59cb74e423758ede\", function() { return __wbg_new_59cb74e423758ede; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_stack_558ba5917b466edd\", function() { return __wbg_stack_558ba5917b466edd; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_error_4bb6c2a97407129a\", function() { return __wbg_error_4bb6c2a97407129a; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_instanceof_Window\", function() { return __widl_instanceof_Window; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_instanceof_Blob\", function() { return __widl_instanceof_Blob; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_create_element_Document\", function() { return __widl_f_create_element_Document; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_get_element_by_id_Document\", function() { return __widl_f_get_element_by_id_Document; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_location_Document\", function() { return __widl_f_location_Document; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_set_inner_html_Element\", function() { return __widl_f_set_inner_html_Element; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_new_FileReader\", function() { return __widl_f_new_FileReader; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_read_as_array_buffer_FileReader\", function() { return __widl_f_read_as_array_buffer_FileReader; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_result_FileReader\", function() { return __widl_f_result_FileReader; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_set_onload_FileReader\", function() { return __widl_f_set_onload_FileReader; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_instanceof_HTMLElement\", function() { return __widl_instanceof_HTMLElement; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_focus_HTMLElement\", function() { return __widl_f_focus_HTMLElement; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_set_inner_text_HTMLElement\", function() { return __widl_f_set_inner_text_HTMLElement; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_instanceof_HTMLTextAreaElement\", function() { return __widl_instanceof_HTMLTextAreaElement; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_href_Location\", function() { return __widl_f_href_Location; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_data_MessageEvent\", function() { return __widl_f_data_MessageEvent; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_append_child_Node\", function() { return __widl_f_append_child_Node; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_new_WebSocket\", function() { return __widl_f_new_WebSocket; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_send_with_str_WebSocket\", function() { return __widl_f_send_with_str_WebSocket; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_send_with_u8_array_WebSocket\", function() { return __widl_f_send_with_u8_array_WebSocket; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_set_onopen_WebSocket\", function() { return __widl_f_set_onopen_WebSocket; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_set_onerror_WebSocket\", function() { return __widl_f_set_onerror_WebSocket; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_set_onclose_WebSocket\", function() { return __widl_f_set_onclose_WebSocket; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_set_onmessage_WebSocket\", function() { return __widl_f_set_onmessage_WebSocket; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbindgen_string_new\", function() { return __wbindgen_string_new; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_set_binary_type_WebSocket\", function() { return __widl_f_set_binary_type_WebSocket; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__widl_f_document_Window\", function() { return __widl_f_document_Window; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_call_1c71dead4ddfc1a7\", function() { return __wbg_call_1c71dead4ddfc1a7; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbindgen_object_clone_ref\", function() { return __wbindgen_object_clone_ref; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_instanceof_ArrayBuffer_f6bf19ca0c7d67eb\", function() { return __wbg_instanceof_ArrayBuffer_f6bf19ca0c7d67eb; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_newnoargs_ccf8cbd1628a0c21\", function() { return __wbg_newnoargs_ccf8cbd1628a0c21; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_now_8a0c0bdb99aef95d\", function() { return __wbg_now_8a0c0bdb99aef95d; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_globalThis_e18edfcaa69970d7\", function() { return __wbg_globalThis_e18edfcaa69970d7; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_self_c263ff272c9c2d42\", function() { return __wbg_self_c263ff272c9c2d42; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_window_043622d0c8518027\", function() { return __wbg_window_043622d0c8518027; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_global_7e97ac1b8ea927d0\", function() { return __wbg_global_7e97ac1b8ea927d0; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbindgen_is_undefined\", function() { return __wbindgen_is_undefined; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_buffer_44cb68be3749d64e\", function() { return __wbg_buffer_44cb68be3749d64e; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_length_453ee8a17581c5a9\", function() { return __wbg_length_453ee8a17581c5a9; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_new_d7a8a06e1f975d95\", function() { return __wbg_new_d7a8a06e1f975d95; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_set_c9c8c0859dad062c\", function() { return __wbg_set_c9c8c0859dad062c; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_new_3a746f2619705add\", function() { return __wbg_new_3a746f2619705add; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_call_f54d3a6dadb199ca\", function() { return __wbg_call_f54d3a6dadb199ca; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbindgen_jsval_eq\", function() { return __wbindgen_jsval_eq; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_self_ac379e780a0d8b94\", function() { return __wbg_self_ac379e780a0d8b94; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_crypto_1e4302b85d4f64a2\", function() { return __wbg_crypto_1e4302b85d4f64a2; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_getRandomValues_1b4ba144162a5c9e\", function() { return __wbg_getRandomValues_1b4ba144162a5c9e; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_require_6461b1e9a0d7c34a\", function() { return __wbg_require_6461b1e9a0d7c34a; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_randomFillSync_1b52c8482374c55b\", function() { return __wbg_randomFillSync_1b52c8482374c55b; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbg_getRandomValues_1ef11e888e5228e9\", function() { return __wbg_getRandomValues_1ef11e888e5228e9; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbindgen_string_get\", function() { return __wbindgen_string_get; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbindgen_debug_string\", function() { return __wbindgen_debug_string; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbindgen_throw\", function() { return __wbindgen_throw; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbindgen_memory\", function() { return __wbindgen_memory; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbindgen_closure_wrapper154\", function() { return __wbindgen_closure_wrapper154; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbindgen_closure_wrapper160\", function() { return __wbindgen_closure_wrapper160; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbindgen_closure_wrapper156\", function() { return __wbindgen_closure_wrapper156; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"__wbindgen_closure_wrapper158\", function() { return __wbindgen_closure_wrapper158; });\n/* harmony import */ var _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./dbui_client_bg.wasm */ \"../pkg/dbui_client_bg.wasm\");\n\n\nconst heap = new Array(32);\n\nheap.fill(undefined);\n\nheap.push(undefined, null, true, false);\n\nlet heap_next = heap.length;\n\nfunction addHeapObject(obj) {\n    if (heap_next === heap.length) heap.push(heap.length + 1);\n    const idx = heap_next;\n    heap_next = heap[idx];\n\n    heap[idx] = obj;\n    return idx;\n}\nfunction __wbg_elem_binding0(arg0, arg1, arg2) {\n    _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"__wbg_function_table\"].get(63)(arg0, arg1, addHeapObject(arg2));\n}\nfunction __wbg_elem_binding1(arg0, arg1) {\n    _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"__wbg_function_table\"].get(69)(arg0, arg1);\n}\nfunction __wbg_elem_binding2(arg0, arg1, arg2) {\n    _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"__wbg_function_table\"].get(63)(arg0, arg1, addHeapObject(arg2));\n}\nfunction __wbg_elem_binding3(arg0, arg1, arg2) {\n    _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"__wbg_function_table\"].get(63)(arg0, arg1, addHeapObject(arg2));\n}\n\nlet WASM_VECTOR_LEN = 0;\n\nlet cachedTextEncoder = new TextEncoder('utf-8');\n\nconst encodeString = (typeof cachedTextEncoder.encodeInto === 'function'\n    ? function (arg, view) {\n    return cachedTextEncoder.encodeInto(arg, view);\n}\n    : function (arg, view) {\n    const buf = cachedTextEncoder.encode(arg);\n    view.set(buf);\n    return {\n        read: arg.length,\n        written: buf.length\n    };\n});\n\nlet cachegetUint8Memory = null;\nfunction getUint8Memory() {\n    if (cachegetUint8Memory === null || cachegetUint8Memory.buffer !== _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"memory\"].buffer) {\n        cachegetUint8Memory = new Uint8Array(_dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"memory\"].buffer);\n    }\n    return cachegetUint8Memory;\n}\n\nfunction passStringToWasm(arg) {\n\n    let len = arg.length;\n    let ptr = _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"__wbindgen_malloc\"](len);\n\n    const mem = getUint8Memory();\n\n    let offset = 0;\n\n    for (; offset < len; offset++) {\n        const code = arg.charCodeAt(offset);\n        if (code > 0x7F) break;\n        mem[ptr + offset] = code;\n    }\n\n    if (offset !== len) {\n        if (offset !== 0) {\n            arg = arg.slice(offset);\n        }\n        ptr = _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"__wbindgen_realloc\"](ptr, len, len = offset + arg.length * 3);\n        const view = getUint8Memory().subarray(ptr + offset, ptr + len);\n        const ret = encodeString(arg, view);\n\n        offset += ret.written;\n    }\n\n    WASM_VECTOR_LEN = offset;\n    return ptr;\n}\n\nfunction getObject(idx) { return heap[idx]; }\n\nfunction dropObject(idx) {\n    if (idx < 36) return;\n    heap[idx] = heap_next;\n    heap_next = idx;\n}\n\nfunction takeObject(idx) {\n    const ret = getObject(idx);\n    dropObject(idx);\n    return ret;\n}\n\nlet cachedTextDecoder = new TextDecoder('utf-8', { ignoreBOM: true, fatal: true });\n\ncachedTextDecoder.decode();\n\nfunction getStringFromWasm(ptr, len) {\n    return cachedTextDecoder.decode(getUint8Memory().subarray(ptr, ptr + len));\n}\n\nlet cachegetInt32Memory = null;\nfunction getInt32Memory() {\n    if (cachegetInt32Memory === null || cachegetInt32Memory.buffer !== _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"memory\"].buffer) {\n        cachegetInt32Memory = new Int32Array(_dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"memory\"].buffer);\n    }\n    return cachegetInt32Memory;\n}\n\nfunction handleError(e) {\n    _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"__wbindgen_exn_store\"](addHeapObject(e));\n}\n\nfunction isLikeNone(x) {\n    return x === undefined || x === null;\n}\n\nfunction getArrayU8FromWasm(ptr, len) {\n    return getUint8Memory().subarray(ptr / 1, ptr / 1 + len);\n}\n\nlet cachegetUint32Memory = null;\nfunction getUint32Memory() {\n    if (cachegetUint32Memory === null || cachegetUint32Memory.buffer !== _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"memory\"].buffer) {\n        cachegetUint32Memory = new Uint32Array(_dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"memory\"].buffer);\n    }\n    return cachegetUint32Memory;\n}\n\nfunction debugString(val) {\n    // primitive types\n    const type = typeof val;\n    if (type == 'number' || type == 'boolean' || val == null) {\n        return  `${val}`;\n    }\n    if (type == 'string') {\n        return `\"${val}\"`;\n    }\n    if (type == 'symbol') {\n        const description = val.description;\n        if (description == null) {\n            return 'Symbol';\n        } else {\n            return `Symbol(${description})`;\n        }\n    }\n    if (type == 'function') {\n        const name = val.name;\n        if (typeof name == 'string' && name.length > 0) {\n            return `Function(${name})`;\n        } else {\n            return 'Function';\n        }\n    }\n    // objects\n    if (Array.isArray(val)) {\n        const length = val.length;\n        let debug = '[';\n        if (length > 0) {\n            debug += debugString(val[0]);\n        }\n        for(let i = 1; i < length; i++) {\n            debug += ', ' + debugString(val[i]);\n        }\n        debug += ']';\n        return debug;\n    }\n    // Test for built-in\n    const builtInMatches = /\\[object ([^\\]]+)\\]/.exec(toString.call(val));\n    let className;\n    if (builtInMatches.length > 1) {\n        className = builtInMatches[1];\n    } else {\n        // Failed to match the standard '[object ClassName]'\n        return toString.call(val);\n    }\n    if (className == 'Object') {\n        // we're a user defined class or Object\n        // JSON.stringify avoids problems with cycles, and is generally much\n        // easier than looping through ownProperties of `val`.\n        try {\n            return 'Object(' + JSON.stringify(val) + ')';\n        } catch (_) {\n            return 'Object';\n        }\n    }\n    // errors\n    if (val instanceof Error) {\n        return `${val.name}: ${val.message}\\n${val.stack}`;\n    }\n    // TODO we could test for more things here, like `Set`s and `Map`s.\n    return className;\n}\n/**\n*/\nclass JsClient {\n\n    static __wrap(ptr) {\n        const obj = Object.create(JsClient.prototype);\n        obj.ptr = ptr;\n\n        return obj;\n    }\n\n    free() {\n        const ptr = this.ptr;\n        this.ptr = 0;\n\n        _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"__wbg_jsclient_free\"](ptr);\n    }\n    /**\n    * @returns {JsClient}\n    */\n    constructor() {\n        const ret = _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"jsclient_new\"]();\n        return JsClient.__wrap(ret);\n    }\n    /**\n    * @param {string} t\n    * @param {string} k\n    * @param {string} v\n    */\n    on_event(t, k, v) {\n        _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"jsclient_on_event\"](this.ptr, passStringToWasm(t), WASM_VECTOR_LEN, passStringToWasm(k), WASM_VECTOR_LEN, passStringToWasm(v), WASM_VECTOR_LEN);\n    }\n}\n\nconst __wbindgen_object_drop_ref = function(arg0) {\n    takeObject(arg0);\n};\n\nconst __wbg_notify_cddc0197c2e0a29d = function(arg0, arg1, arg2, arg3) {\n    dbui.notify(getStringFromWasm(arg0, arg1), getStringFromWasm(arg2, arg3));\n};\n\nconst __wbindgen_cb_forget = function(arg0) {\n    takeObject(arg0);\n};\n\nconst __wbg_log_a799d086f41e493d = function(arg0, arg1, arg2, arg3) {\n    console.log(getStringFromWasm(arg0, arg1), getStringFromWasm(arg2, arg3));\n};\n\nconst __wbg_wiretextarea_dd52c337a51fd3bd = function(arg0, arg1) {\n    dbui.wire_textarea(getStringFromWasm(arg0, arg1));\n};\n\nconst __wbg_activatetab_ee632df600be5b40 = function(arg0, arg1, arg2) {\n    dbui.activate_tab(getStringFromWasm(arg0, arg1), arg2 >>> 0);\n};\n\nconst __wbg_new_59cb74e423758ede = function() {\n    const ret = new Error();\n    return addHeapObject(ret);\n};\n\nconst __wbg_stack_558ba5917b466edd = function(arg0, arg1) {\n    const ret = getObject(arg1).stack;\n    const ret0 = passStringToWasm(ret);\n    const ret1 = WASM_VECTOR_LEN;\n    getInt32Memory()[arg0 / 4 + 0] = ret0;\n    getInt32Memory()[arg0 / 4 + 1] = ret1;\n};\n\nconst __wbg_error_4bb6c2a97407129a = function(arg0, arg1) {\n    const v0 = getStringFromWasm(arg0, arg1).slice();\n    _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"__wbindgen_free\"](arg0, arg1 * 1);\n    console.error(v0);\n};\n\nconst __widl_instanceof_Window = function(arg0) {\n    const ret = getObject(arg0) instanceof Window;\n    return ret;\n};\n\nconst __widl_instanceof_Blob = function(arg0) {\n    const ret = getObject(arg0) instanceof Blob;\n    return ret;\n};\n\nconst __widl_f_create_element_Document = function(arg0, arg1, arg2) {\n    try {\n        const ret = getObject(arg0).createElement(getStringFromWasm(arg1, arg2));\n        return addHeapObject(ret);\n    } catch (e) {\n        handleError(e)\n    }\n};\n\nconst __widl_f_get_element_by_id_Document = function(arg0, arg1, arg2) {\n    const ret = getObject(arg0).getElementById(getStringFromWasm(arg1, arg2));\n    return isLikeNone(ret) ? 0 : addHeapObject(ret);\n};\n\nconst __widl_f_location_Document = function(arg0) {\n    const ret = getObject(arg0).location;\n    return isLikeNone(ret) ? 0 : addHeapObject(ret);\n};\n\nconst __widl_f_set_inner_html_Element = function(arg0, arg1, arg2) {\n    getObject(arg0).innerHTML = getStringFromWasm(arg1, arg2);\n};\n\nconst __widl_f_new_FileReader = function() {\n    try {\n        const ret = new FileReader();\n        return addHeapObject(ret);\n    } catch (e) {\n        handleError(e)\n    }\n};\n\nconst __widl_f_read_as_array_buffer_FileReader = function(arg0, arg1) {\n    try {\n        getObject(arg0).readAsArrayBuffer(getObject(arg1));\n    } catch (e) {\n        handleError(e)\n    }\n};\n\nconst __widl_f_result_FileReader = function(arg0) {\n    try {\n        const ret = getObject(arg0).result;\n        return addHeapObject(ret);\n    } catch (e) {\n        handleError(e)\n    }\n};\n\nconst __widl_f_set_onload_FileReader = function(arg0, arg1) {\n    getObject(arg0).onload = getObject(arg1);\n};\n\nconst __widl_instanceof_HTMLElement = function(arg0) {\n    const ret = getObject(arg0) instanceof HTMLElement;\n    return ret;\n};\n\nconst __widl_f_focus_HTMLElement = function(arg0) {\n    try {\n        getObject(arg0).focus();\n    } catch (e) {\n        handleError(e)\n    }\n};\n\nconst __widl_f_set_inner_text_HTMLElement = function(arg0, arg1, arg2) {\n    getObject(arg0).innerText = getStringFromWasm(arg1, arg2);\n};\n\nconst __widl_instanceof_HTMLTextAreaElement = function(arg0) {\n    const ret = getObject(arg0) instanceof HTMLTextAreaElement;\n    return ret;\n};\n\nconst __widl_f_href_Location = function(arg0, arg1) {\n    try {\n        const ret = getObject(arg1).href;\n        const ret0 = passStringToWasm(ret);\n        const ret1 = WASM_VECTOR_LEN;\n        getInt32Memory()[arg0 / 4 + 0] = ret0;\n        getInt32Memory()[arg0 / 4 + 1] = ret1;\n    } catch (e) {\n        handleError(e)\n    }\n};\n\nconst __widl_f_data_MessageEvent = function(arg0) {\n    const ret = getObject(arg0).data;\n    return addHeapObject(ret);\n};\n\nconst __widl_f_append_child_Node = function(arg0, arg1) {\n    try {\n        const ret = getObject(arg0).appendChild(getObject(arg1));\n        return addHeapObject(ret);\n    } catch (e) {\n        handleError(e)\n    }\n};\n\nconst __widl_f_new_WebSocket = function(arg0, arg1) {\n    try {\n        const ret = new WebSocket(getStringFromWasm(arg0, arg1));\n        return addHeapObject(ret);\n    } catch (e) {\n        handleError(e)\n    }\n};\n\nconst __widl_f_send_with_str_WebSocket = function(arg0, arg1, arg2) {\n    try {\n        getObject(arg0).send(getStringFromWasm(arg1, arg2));\n    } catch (e) {\n        handleError(e)\n    }\n};\n\nconst __widl_f_send_with_u8_array_WebSocket = function(arg0, arg1, arg2) {\n    try {\n        getObject(arg0).send(getArrayU8FromWasm(arg1, arg2));\n    } catch (e) {\n        handleError(e)\n    }\n};\n\nconst __widl_f_set_onopen_WebSocket = function(arg0, arg1) {\n    getObject(arg0).onopen = getObject(arg1);\n};\n\nconst __widl_f_set_onerror_WebSocket = function(arg0, arg1) {\n    getObject(arg0).onerror = getObject(arg1);\n};\n\nconst __widl_f_set_onclose_WebSocket = function(arg0, arg1) {\n    getObject(arg0).onclose = getObject(arg1);\n};\n\nconst __widl_f_set_onmessage_WebSocket = function(arg0, arg1) {\n    getObject(arg0).onmessage = getObject(arg1);\n};\n\nconst __wbindgen_string_new = function(arg0, arg1) {\n    const ret = getStringFromWasm(arg0, arg1);\n    return addHeapObject(ret);\n};\n\nconst __widl_f_set_binary_type_WebSocket = function(arg0, arg1) {\n    getObject(arg0).binaryType = takeObject(arg1);\n};\n\nconst __widl_f_document_Window = function(arg0) {\n    const ret = getObject(arg0).document;\n    return isLikeNone(ret) ? 0 : addHeapObject(ret);\n};\n\nconst __wbg_call_1c71dead4ddfc1a7 = function(arg0, arg1) {\n    try {\n        const ret = getObject(arg0).call(getObject(arg1));\n        return addHeapObject(ret);\n    } catch (e) {\n        handleError(e)\n    }\n};\n\nconst __wbindgen_object_clone_ref = function(arg0) {\n    const ret = getObject(arg0);\n    return addHeapObject(ret);\n};\n\nconst __wbg_instanceof_ArrayBuffer_f6bf19ca0c7d67eb = function(arg0) {\n    const ret = getObject(arg0) instanceof ArrayBuffer;\n    return ret;\n};\n\nconst __wbg_newnoargs_ccf8cbd1628a0c21 = function(arg0, arg1) {\n    const ret = new Function(getStringFromWasm(arg0, arg1));\n    return addHeapObject(ret);\n};\n\nconst __wbg_now_8a0c0bdb99aef95d = function() {\n    const ret = Date.now();\n    return ret;\n};\n\nconst __wbg_globalThis_e18edfcaa69970d7 = function() {\n    try {\n        const ret = globalThis.globalThis;\n        return addHeapObject(ret);\n    } catch (e) {\n        handleError(e)\n    }\n};\n\nconst __wbg_self_c263ff272c9c2d42 = function() {\n    try {\n        const ret = self.self;\n        return addHeapObject(ret);\n    } catch (e) {\n        handleError(e)\n    }\n};\n\nconst __wbg_window_043622d0c8518027 = function() {\n    try {\n        const ret = window.window;\n        return addHeapObject(ret);\n    } catch (e) {\n        handleError(e)\n    }\n};\n\nconst __wbg_global_7e97ac1b8ea927d0 = function() {\n    try {\n        const ret = global.global;\n        return addHeapObject(ret);\n    } catch (e) {\n        handleError(e)\n    }\n};\n\nconst __wbindgen_is_undefined = function(arg0) {\n    const ret = getObject(arg0) === undefined;\n    return ret;\n};\n\nconst __wbg_buffer_44cb68be3749d64e = function(arg0) {\n    const ret = getObject(arg0).buffer;\n    return addHeapObject(ret);\n};\n\nconst __wbg_length_453ee8a17581c5a9 = function(arg0) {\n    const ret = getObject(arg0).length;\n    return ret;\n};\n\nconst __wbg_new_d7a8a06e1f975d95 = function(arg0) {\n    const ret = new Uint8Array(getObject(arg0));\n    return addHeapObject(ret);\n};\n\nconst __wbg_set_c9c8c0859dad062c = function(arg0, arg1, arg2) {\n    getObject(arg0).set(getObject(arg1), arg2 >>> 0);\n};\n\nconst __wbg_new_3a746f2619705add = function(arg0, arg1) {\n    const ret = new Function(getStringFromWasm(arg0, arg1));\n    return addHeapObject(ret);\n};\n\nconst __wbg_call_f54d3a6dadb199ca = function(arg0, arg1) {\n    const ret = getObject(arg0).call(getObject(arg1));\n    return addHeapObject(ret);\n};\n\nconst __wbindgen_jsval_eq = function(arg0, arg1) {\n    const ret = getObject(arg0) === getObject(arg1);\n    return ret;\n};\n\nconst __wbg_self_ac379e780a0d8b94 = function(arg0) {\n    const ret = getObject(arg0).self;\n    return addHeapObject(ret);\n};\n\nconst __wbg_crypto_1e4302b85d4f64a2 = function(arg0) {\n    const ret = getObject(arg0).crypto;\n    return addHeapObject(ret);\n};\n\nconst __wbg_getRandomValues_1b4ba144162a5c9e = function(arg0) {\n    const ret = getObject(arg0).getRandomValues;\n    return addHeapObject(ret);\n};\n\nconst __wbg_require_6461b1e9a0d7c34a = function(arg0, arg1) {\n    const ret = __webpack_require__(\"../pkg sync recursive\")(getStringFromWasm(arg0, arg1));\n    return addHeapObject(ret);\n};\n\nconst __wbg_randomFillSync_1b52c8482374c55b = function(arg0, arg1, arg2) {\n    getObject(arg0).randomFillSync(getArrayU8FromWasm(arg1, arg2));\n};\n\nconst __wbg_getRandomValues_1ef11e888e5228e9 = function(arg0, arg1, arg2) {\n    getObject(arg0).getRandomValues(getArrayU8FromWasm(arg1, arg2));\n};\n\nconst __wbindgen_string_get = function(arg0, arg1) {\n    const obj = getObject(arg0);\n    if (typeof(obj) !== 'string') return 0;\n    const ptr = passStringToWasm(obj);\n    getUint32Memory()[arg1 / 4] = WASM_VECTOR_LEN;\n    const ret = ptr;\n    return ret;\n};\n\nconst __wbindgen_debug_string = function(arg0, arg1) {\n    const ret = debugString(getObject(arg1));\n    const ret0 = passStringToWasm(ret);\n    const ret1 = WASM_VECTOR_LEN;\n    getInt32Memory()[arg0 / 4 + 0] = ret0;\n    getInt32Memory()[arg0 / 4 + 1] = ret1;\n};\n\nconst __wbindgen_throw = function(arg0, arg1) {\n    throw new Error(getStringFromWasm(arg0, arg1));\n};\n\nconst __wbindgen_memory = function() {\n    const ret = _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"memory\"];\n    return addHeapObject(ret);\n};\n\nconst __wbindgen_closure_wrapper154 = function(arg0, arg1, arg2) {\n    const state = { a: arg0, b: arg1, cnt: 1 };\n    const real = (arg0) => {\n        state.cnt++;\n        const a = state.a;\n        state.a = 0;\n        try {\n            return __wbg_elem_binding3(a, state.b, arg0);\n        } finally {\n            if (--state.cnt === 0) _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"__wbg_function_table\"].get(64)(a, state.b);\n            else state.a = a;\n        }\n    }\n    ;\n    real.original = state;\n    const ret = real;\n    return addHeapObject(ret);\n};\n\nconst __wbindgen_closure_wrapper160 = function(arg0, arg1, arg2) {\n    const state = { a: arg0, b: arg1, cnt: 1 };\n    const real = () => {\n        state.cnt++;\n        try {\n            return __wbg_elem_binding1(state.a, state.b, );\n        } finally {\n            if (--state.cnt === 0) {\n                _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"__wbg_function_table\"].get(64)(state.a, state.b);\n                state.a = 0;\n            }\n        }\n    }\n    ;\n    real.original = state;\n    const ret = real;\n    return addHeapObject(ret);\n};\n\nconst __wbindgen_closure_wrapper156 = function(arg0, arg1, arg2) {\n    const state = { a: arg0, b: arg1, cnt: 1 };\n    const real = (arg0) => {\n        state.cnt++;\n        const a = state.a;\n        state.a = 0;\n        try {\n            return __wbg_elem_binding0(a, state.b, arg0);\n        } finally {\n            if (--state.cnt === 0) _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"__wbg_function_table\"].get(64)(a, state.b);\n            else state.a = a;\n        }\n    }\n    ;\n    real.original = state;\n    const ret = real;\n    return addHeapObject(ret);\n};\n\nconst __wbindgen_closure_wrapper158 = function(arg0, arg1, arg2) {\n    const state = { a: arg0, b: arg1, cnt: 1 };\n    const real = (arg0) => {\n        state.cnt++;\n        const a = state.a;\n        state.a = 0;\n        try {\n            return __wbg_elem_binding2(a, state.b, arg0);\n        } finally {\n            if (--state.cnt === 0) _dbui_client_bg_wasm__WEBPACK_IMPORTED_MODULE_0__[\"__wbg_function_table\"].get(64)(a, state.b);\n            else state.a = a;\n        }\n    }\n    ;\n    real.original = state;\n    const ret = real;\n    return addHeapObject(ret);\n};\n\n\n/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../www/node_modules/webpack/buildin/global.js */ \"./node_modules/webpack/buildin/global.js\")))\n\n//# sourceURL=webpack:///../pkg/dbui_client.js?");

/***/ }),

/***/ "../pkg/dbui_client_bg.wasm":
/*!**********************************!*\
  !*** ../pkg/dbui_client_bg.wasm ***!
  \**********************************/
/*! exports provided: memory, __wbg_jsclient_free, jsclient_new, jsclient_on_event, __wbindgen_exn_store, __wbindgen_malloc, __wbindgen_realloc, __wbindgen_free, __wbg_function_table */
/***/ (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__(/*! ./dbui_client.js */ \"../pkg/dbui_client.js\");\n\n\n// exec wasm module\nwasmExports[\"__webpack_init__\"]()\n\n//# sourceURL=webpack:///../pkg/dbui_client_bg.wasm?");

/***/ }),

/***/ "./index.js":
/*!******************!*\
  !*** ./index.js ***!
  \******************/
/*! no exports provided */
/***/ (function(module, __webpack_exports__, __webpack_require__) {

"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _pkg_dbui_client__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../pkg/dbui_client */ \"../pkg/dbui_client.js\");\n/* harmony import */ var _client_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../client.js */ \"../client.js\");\n/* harmony import */ var _client_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_client_js__WEBPACK_IMPORTED_MODULE_1__);\n\n\n\n\nwindow.dbui.client = new _pkg_dbui_client__WEBPACK_IMPORTED_MODULE_0__[\"JsClient\"]();\n\n\n//# sourceURL=webpack:///./index.js?");

/***/ }),

/***/ "./node_modules/webpack/buildin/global.js":
/*!***********************************!*\
  !*** (webpack)/buildin/global.js ***!
  \***********************************/
/*! no static exports found */
/***/ (function(module, exports) {

eval("var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n\n\n//# sourceURL=webpack:///(webpack)/buildin/global.js?");

/***/ })

}]);/******/ (function(modules) { // webpackBootstrap
/******/ 	// install a JSONP callback for chunk loading
/******/ 	function webpackJsonpCallback(data) {
/******/ 		var chunkIds = data[0];
/******/ 		var moreModules = data[1];
/******/
/******/
/******/ 		// add "moreModules" to the modules object,
/******/ 		// then flag all "chunkIds" as loaded and fire callback
/******/ 		var moduleId, chunkId, i = 0, resolves = [];
/******/ 		for(;i < chunkIds.length; i++) {
/******/ 			chunkId = chunkIds[i];
/******/ 			if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {
/******/ 				resolves.push(installedChunks[chunkId][0]);
/******/ 			}
/******/ 			installedChunks[chunkId] = 0;
/******/ 		}
/******/ 		for(moduleId in moreModules) {
/******/ 			if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {
/******/ 				modules[moduleId] = moreModules[moduleId];
/******/ 			}
/******/ 		}
/******/ 		if(parentJsonpFunction) parentJsonpFunction(data);
/******/
/******/ 		while(resolves.length) {
/******/ 			resolves.shift()();
/******/ 		}
/******/
/******/ 	};
/******/
/******/
/******/ 	// The module cache
/******/ 	var installedModules = {};
/******/
/******/ 	// object to store loaded and loading chunks
/******/ 	// undefined = chunk not loaded, null = chunk preloaded/prefetched
/******/ 	// Promise = chunk loading, 0 = chunk loaded
/******/ 	var installedChunks = {
/******/ 		"main": 0
/******/ 	};
/******/
/******/
/******/
/******/ 	// script path function
/******/ 	function jsonpScriptSrc(chunkId) {
/******/ 		return __webpack_require__.p + "" + chunkId + ".bootstrap.js"
/******/ 	}
/******/
/******/ 	// object to store loaded and loading wasm modules
/******/ 	var installedWasmModules = {};
/******/
/******/ 	function promiseResolve() { return Promise.resolve(); }
/******/
/******/ 	var wasmImportObjects = {
/******/ 		"../pkg/dbui_client_bg.wasm": function() {
/******/ 			return {
/******/ 				"./dbui_client.js": {
/******/ 					"__wbindgen_object_drop_ref": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbindgen_object_drop_ref"](p0i32);
/******/ 					},
/******/ 					"__wbg_notify_cddc0197c2e0a29d": function(p0i32,p1i32,p2i32,p3i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_notify_cddc0197c2e0a29d"](p0i32,p1i32,p2i32,p3i32);
/******/ 					},
/******/ 					"__wbindgen_cb_forget": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbindgen_cb_forget"](p0i32);
/******/ 					},
/******/ 					"__wbg_log_a799d086f41e493d": function(p0i32,p1i32,p2i32,p3i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_log_a799d086f41e493d"](p0i32,p1i32,p2i32,p3i32);
/******/ 					},
/******/ 					"__wbg_wiretextarea_dd52c337a51fd3bd": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_wiretextarea_dd52c337a51fd3bd"](p0i32,p1i32);
/******/ 					},
/******/ 					"__wbg_activatetab_ee632df600be5b40": function(p0i32,p1i32,p2i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_activatetab_ee632df600be5b40"](p0i32,p1i32,p2i32);
/******/ 					},
/******/ 					"__wbg_new_59cb74e423758ede": function() {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_new_59cb74e423758ede"]();
/******/ 					},
/******/ 					"__wbg_stack_558ba5917b466edd": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_stack_558ba5917b466edd"](p0i32,p1i32);
/******/ 					},
/******/ 					"__wbg_error_4bb6c2a97407129a": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_error_4bb6c2a97407129a"](p0i32,p1i32);
/******/ 					},
/******/ 					"__widl_instanceof_Window": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_instanceof_Window"](p0i32);
/******/ 					},
/******/ 					"__widl_instanceof_Blob": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_instanceof_Blob"](p0i32);
/******/ 					},
/******/ 					"__widl_f_create_element_Document": function(p0i32,p1i32,p2i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_create_element_Document"](p0i32,p1i32,p2i32);
/******/ 					},
/******/ 					"__widl_f_get_element_by_id_Document": function(p0i32,p1i32,p2i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_get_element_by_id_Document"](p0i32,p1i32,p2i32);
/******/ 					},
/******/ 					"__widl_f_location_Document": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_location_Document"](p0i32);
/******/ 					},
/******/ 					"__widl_f_set_inner_html_Element": function(p0i32,p1i32,p2i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_set_inner_html_Element"](p0i32,p1i32,p2i32);
/******/ 					},
/******/ 					"__widl_f_new_FileReader": function() {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_new_FileReader"]();
/******/ 					},
/******/ 					"__widl_f_read_as_array_buffer_FileReader": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_read_as_array_buffer_FileReader"](p0i32,p1i32);
/******/ 					},
/******/ 					"__widl_f_result_FileReader": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_result_FileReader"](p0i32);
/******/ 					},
/******/ 					"__widl_f_set_onload_FileReader": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_set_onload_FileReader"](p0i32,p1i32);
/******/ 					},
/******/ 					"__widl_instanceof_HTMLElement": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_instanceof_HTMLElement"](p0i32);
/******/ 					},
/******/ 					"__widl_f_focus_HTMLElement": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_focus_HTMLElement"](p0i32);
/******/ 					},
/******/ 					"__widl_f_set_inner_text_HTMLElement": function(p0i32,p1i32,p2i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_set_inner_text_HTMLElement"](p0i32,p1i32,p2i32);
/******/ 					},
/******/ 					"__widl_instanceof_HTMLTextAreaElement": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_instanceof_HTMLTextAreaElement"](p0i32);
/******/ 					},
/******/ 					"__widl_f_href_Location": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_href_Location"](p0i32,p1i32);
/******/ 					},
/******/ 					"__widl_f_data_MessageEvent": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_data_MessageEvent"](p0i32);
/******/ 					},
/******/ 					"__widl_f_append_child_Node": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_append_child_Node"](p0i32,p1i32);
/******/ 					},
/******/ 					"__widl_f_new_WebSocket": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_new_WebSocket"](p0i32,p1i32);
/******/ 					},
/******/ 					"__widl_f_send_with_str_WebSocket": function(p0i32,p1i32,p2i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_send_with_str_WebSocket"](p0i32,p1i32,p2i32);
/******/ 					},
/******/ 					"__widl_f_send_with_u8_array_WebSocket": function(p0i32,p1i32,p2i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_send_with_u8_array_WebSocket"](p0i32,p1i32,p2i32);
/******/ 					},
/******/ 					"__widl_f_set_onopen_WebSocket": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_set_onopen_WebSocket"](p0i32,p1i32);
/******/ 					},
/******/ 					"__widl_f_set_onerror_WebSocket": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_set_onerror_WebSocket"](p0i32,p1i32);
/******/ 					},
/******/ 					"__widl_f_set_onclose_WebSocket": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_set_onclose_WebSocket"](p0i32,p1i32);
/******/ 					},
/******/ 					"__widl_f_set_onmessage_WebSocket": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_set_onmessage_WebSocket"](p0i32,p1i32);
/******/ 					},
/******/ 					"__wbindgen_string_new": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbindgen_string_new"](p0i32,p1i32);
/******/ 					},
/******/ 					"__widl_f_set_binary_type_WebSocket": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_set_binary_type_WebSocket"](p0i32,p1i32);
/******/ 					},
/******/ 					"__widl_f_document_Window": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__widl_f_document_Window"](p0i32);
/******/ 					},
/******/ 					"__wbg_call_1c71dead4ddfc1a7": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_call_1c71dead4ddfc1a7"](p0i32,p1i32);
/******/ 					},
/******/ 					"__wbindgen_object_clone_ref": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbindgen_object_clone_ref"](p0i32);
/******/ 					},
/******/ 					"__wbg_instanceof_ArrayBuffer_f6bf19ca0c7d67eb": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_instanceof_ArrayBuffer_f6bf19ca0c7d67eb"](p0i32);
/******/ 					},
/******/ 					"__wbg_newnoargs_ccf8cbd1628a0c21": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_newnoargs_ccf8cbd1628a0c21"](p0i32,p1i32);
/******/ 					},
/******/ 					"__wbg_now_8a0c0bdb99aef95d": function() {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_now_8a0c0bdb99aef95d"]();
/******/ 					},
/******/ 					"__wbg_globalThis_e18edfcaa69970d7": function() {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_globalThis_e18edfcaa69970d7"]();
/******/ 					},
/******/ 					"__wbg_self_c263ff272c9c2d42": function() {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_self_c263ff272c9c2d42"]();
/******/ 					},
/******/ 					"__wbg_window_043622d0c8518027": function() {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_window_043622d0c8518027"]();
/******/ 					},
/******/ 					"__wbg_global_7e97ac1b8ea927d0": function() {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_global_7e97ac1b8ea927d0"]();
/******/ 					},
/******/ 					"__wbindgen_is_undefined": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbindgen_is_undefined"](p0i32);
/******/ 					},
/******/ 					"__wbg_buffer_44cb68be3749d64e": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_buffer_44cb68be3749d64e"](p0i32);
/******/ 					},
/******/ 					"__wbg_length_453ee8a17581c5a9": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_length_453ee8a17581c5a9"](p0i32);
/******/ 					},
/******/ 					"__wbg_new_d7a8a06e1f975d95": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_new_d7a8a06e1f975d95"](p0i32);
/******/ 					},
/******/ 					"__wbg_set_c9c8c0859dad062c": function(p0i32,p1i32,p2i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_set_c9c8c0859dad062c"](p0i32,p1i32,p2i32);
/******/ 					},
/******/ 					"__wbg_new_3a746f2619705add": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_new_3a746f2619705add"](p0i32,p1i32);
/******/ 					},
/******/ 					"__wbg_call_f54d3a6dadb199ca": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_call_f54d3a6dadb199ca"](p0i32,p1i32);
/******/ 					},
/******/ 					"__wbindgen_jsval_eq": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbindgen_jsval_eq"](p0i32,p1i32);
/******/ 					},
/******/ 					"__wbg_self_ac379e780a0d8b94": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_self_ac379e780a0d8b94"](p0i32);
/******/ 					},
/******/ 					"__wbg_crypto_1e4302b85d4f64a2": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_crypto_1e4302b85d4f64a2"](p0i32);
/******/ 					},
/******/ 					"__wbg_getRandomValues_1b4ba144162a5c9e": function(p0i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_getRandomValues_1b4ba144162a5c9e"](p0i32);
/******/ 					},
/******/ 					"__wbg_require_6461b1e9a0d7c34a": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_require_6461b1e9a0d7c34a"](p0i32,p1i32);
/******/ 					},
/******/ 					"__wbg_randomFillSync_1b52c8482374c55b": function(p0i32,p1i32,p2i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_randomFillSync_1b52c8482374c55b"](p0i32,p1i32,p2i32);
/******/ 					},
/******/ 					"__wbg_getRandomValues_1ef11e888e5228e9": function(p0i32,p1i32,p2i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbg_getRandomValues_1ef11e888e5228e9"](p0i32,p1i32,p2i32);
/******/ 					},
/******/ 					"__wbindgen_string_get": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbindgen_string_get"](p0i32,p1i32);
/******/ 					},
/******/ 					"__wbindgen_debug_string": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbindgen_debug_string"](p0i32,p1i32);
/******/ 					},
/******/ 					"__wbindgen_throw": function(p0i32,p1i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbindgen_throw"](p0i32,p1i32);
/******/ 					},
/******/ 					"__wbindgen_memory": function() {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbindgen_memory"]();
/******/ 					},
/******/ 					"__wbindgen_closure_wrapper154": function(p0i32,p1i32,p2i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbindgen_closure_wrapper154"](p0i32,p1i32,p2i32);
/******/ 					},
/******/ 					"__wbindgen_closure_wrapper160": function(p0i32,p1i32,p2i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbindgen_closure_wrapper160"](p0i32,p1i32,p2i32);
/******/ 					},
/******/ 					"__wbindgen_closure_wrapper156": function(p0i32,p1i32,p2i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbindgen_closure_wrapper156"](p0i32,p1i32,p2i32);
/******/ 					},
/******/ 					"__wbindgen_closure_wrapper158": function(p0i32,p1i32,p2i32) {
/******/ 						return installedModules["../pkg/dbui_client.js"].exports["__wbindgen_closure_wrapper158"](p0i32,p1i32,p2i32);
/******/ 					}
/******/ 				}
/******/ 			};
/******/ 		},
/******/ 	};
/******/
/******/ 	// The require function
/******/ 	function __webpack_require__(moduleId) {
/******/
/******/ 		// Check if module is in cache
/******/ 		if(installedModules[moduleId]) {
/******/ 			return installedModules[moduleId].exports;
/******/ 		}
/******/ 		// Create a new module (and put it into the cache)
/******/ 		var module = installedModules[moduleId] = {
/******/ 			i: moduleId,
/******/ 			l: false,
/******/ 			exports: {}
/******/ 		};
/******/
/******/ 		// Execute the module function
/******/ 		modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/
/******/ 		// Flag the module as loaded
/******/ 		module.l = true;
/******/
/******/ 		// Return the exports of the module
/******/ 		return module.exports;
/******/ 	}
/******/
/******/ 	// This file contains only the entry chunk.
/******/ 	// The chunk loading function for additional chunks
/******/ 	__webpack_require__.e = function requireEnsure(chunkId) {
/******/ 		var promises = [];
/******/
/******/
/******/ 		// JSONP chunk loading for javascript
/******/
/******/ 		var installedChunkData = installedChunks[chunkId];
/******/ 		if(installedChunkData !== 0) { // 0 means "already installed".
/******/
/******/ 			// a Promise means "currently loading".
/******/ 			if(installedChunkData) {
/******/ 				promises.push(installedChunkData[2]);
/******/ 			} else {
/******/ 				// setup Promise in chunk cache
/******/ 				var promise = new Promise(function(resolve, reject) {
/******/ 					installedChunkData = installedChunks[chunkId] = [resolve, reject];
/******/ 				});
/******/ 				promises.push(installedChunkData[2] = promise);
/******/
/******/ 				// start chunk loading
/******/ 				var script = document.createElement('script');
/******/ 				var onScriptComplete;
/******/
/******/ 				script.charset = 'utf-8';
/******/ 				script.timeout = 120;
/******/ 				if (__webpack_require__.nc) {
/******/ 					script.setAttribute("nonce", __webpack_require__.nc);
/******/ 				}
/******/ 				script.src = jsonpScriptSrc(chunkId);
/******/
/******/ 				// create error before stack unwound to get useful stacktrace later
/******/ 				var error = new Error();
/******/ 				onScriptComplete = function (event) {
/******/ 					// avoid mem leaks in IE.
/******/ 					script.onerror = script.onload = null;
/******/ 					clearTimeout(timeout);
/******/ 					var chunk = installedChunks[chunkId];
/******/ 					if(chunk !== 0) {
/******/ 						if(chunk) {
/******/ 							var errorType = event && (event.type === 'load' ? 'missing' : event.type);
/******/ 							var realSrc = event && event.target && event.target.src;
/******/ 							error.message = 'Loading chunk ' + chunkId + ' failed.\n(' + errorType + ': ' + realSrc + ')';
/******/ 							error.name = 'ChunkLoadError';
/******/ 							error.type = errorType;
/******/ 							error.request = realSrc;
/******/ 							chunk[1](error);
/******/ 						}
/******/ 						installedChunks[chunkId] = undefined;
/******/ 					}
/******/ 				};
/******/ 				var timeout = setTimeout(function(){
/******/ 					onScriptComplete({ type: 'timeout', target: script });
/******/ 				}, 120000);
/******/ 				script.onerror = script.onload = onScriptComplete;
/******/ 				document.head.appendChild(script);
/******/ 			}
/******/ 		}
/******/
/******/ 		// Fetch + compile chunk loading for webassembly
/******/
/******/ 		var wasmModules = {"0":["../pkg/dbui_client_bg.wasm"]}[chunkId] || [];
/******/
/******/ 		wasmModules.forEach(function(wasmModuleId) {
/******/ 			var installedWasmModuleData = installedWasmModules[wasmModuleId];
/******/
/******/ 			// a Promise means "currently loading" or "already loaded".
/******/ 			if(installedWasmModuleData)
/******/ 				promises.push(installedWasmModuleData);
/******/ 			else {
/******/ 				var importObject = wasmImportObjects[wasmModuleId]();
/******/ 				var req = fetch(__webpack_require__.p + "" + {"../pkg/dbui_client_bg.wasm":"dbui"}[wasmModuleId] + ".module.wasm");
/******/ 				var promise;
/******/ 				if(importObject instanceof Promise && typeof WebAssembly.compileStreaming === 'function') {
/******/ 					promise = Promise.all([WebAssembly.compileStreaming(req), importObject]).then(function(items) {
/******/ 						return WebAssembly.instantiate(items[0], items[1]);
/******/ 					});
/******/ 				} else if(typeof WebAssembly.instantiateStreaming === 'function') {
/******/ 					promise = WebAssembly.instantiateStreaming(req, importObject);
/******/ 				} else {
/******/ 					var bytesPromise = req.then(function(x) { return x.arrayBuffer(); });
/******/ 					promise = bytesPromise.then(function(bytes) {
/******/ 						return WebAssembly.instantiate(bytes, importObject);
/******/ 					});
/******/ 				}
/******/ 				promises.push(installedWasmModules[wasmModuleId] = promise.then(function(res) {
/******/ 					return __webpack_require__.w[wasmModuleId] = (res.instance || res).exports;
/******/ 				}));
/******/ 			}
/******/ 		});
/******/ 		return Promise.all(promises);
/******/ 	};
/******/
/******/ 	// expose the modules object (__webpack_modules__)
/******/ 	__webpack_require__.m = modules;
/******/
/******/ 	// expose the module cache
/******/ 	__webpack_require__.c = installedModules;
/******/
/******/ 	// define getter function for harmony exports
/******/ 	__webpack_require__.d = function(exports, name, getter) {
/******/ 		if(!__webpack_require__.o(exports, name)) {
/******/ 			Object.defineProperty(exports, name, { enumerable: true, get: getter });
/******/ 		}
/******/ 	};
/******/
/******/ 	// define __esModule on exports
/******/ 	__webpack_require__.r = function(exports) {
/******/ 		if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ 			Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ 		}
/******/ 		Object.defineProperty(exports, '__esModule', { value: true });
/******/ 	};
/******/
/******/ 	// create a fake namespace object
/******/ 	// mode & 1: value is a module id, require it
/******/ 	// mode & 2: merge all properties of value into the ns
/******/ 	// mode & 4: return value when already ns object
/******/ 	// mode & 8|1: behave like require
/******/ 	__webpack_require__.t = function(value, mode) {
/******/ 		if(mode & 1) value = __webpack_require__(value);
/******/ 		if(mode & 8) return value;
/******/ 		if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
/******/ 		var ns = Object.create(null);
/******/ 		__webpack_require__.r(ns);
/******/ 		Object.defineProperty(ns, 'default', { enumerable: true, value: value });
/******/ 		if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
/******/ 		return ns;
/******/ 	};
/******/
/******/ 	// getDefaultExport function for compatibility with non-harmony modules
/******/ 	__webpack_require__.n = function(module) {
/******/ 		var getter = module && module.__esModule ?
/******/ 			function getDefault() { return module['default']; } :
/******/ 			function getModuleExports() { return module; };
/******/ 		__webpack_require__.d(getter, 'a', getter);
/******/ 		return getter;
/******/ 	};
/******/
/******/ 	// Object.prototype.hasOwnProperty.call
/******/ 	__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
/******/
/******/ 	// __webpack_public_path__
/******/ 	__webpack_require__.p = "/static/wasm/";
/******/
/******/ 	// on error function for async loading
/******/ 	__webpack_require__.oe = function(err) { console.error(err); throw err; };
/******/
/******/ 	// object with all WebAssembly.instance exports
/******/ 	__webpack_require__.w = {};
/******/
/******/ 	var jsonpArray = window["webpackJsonp"] = window["webpackJsonp"] || [];
/******/ 	var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);
/******/ 	jsonpArray.push = webpackJsonpCallback;
/******/ 	jsonpArray = jsonpArray.slice();
/******/ 	for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);
/******/ 	var parentJsonpFunction = oldJsonpFunction;
/******/
/******/
/******/ 	// Load entry module and return exports
/******/ 	return __webpack_require__(__webpack_require__.s = "./bootstrap.js");
/******/ })
/************************************************************************/
/******/ ({

/***/ "./bootstrap.js":
/*!**********************!*\
  !*** ./bootstrap.js ***!
  \**********************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {

eval("// 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.\n__webpack_require__.e(/*! import() */ 0).then(__webpack_require__.bind(null, /*! ./index.js */ \"./index.js\"))\n  .catch(e => console.error(\"Error importing `index.js`:\", e));\n\n\n//# sourceURL=webpack:///./bootstrap.js?");

/***/ })

/******/ });