/* @ts-self-types="./mnote-leptos-tiptap-spike-island.d.ts" */ import { create, destroy, init_bridge_runtime } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/bridge_runtime.js'; import { register_blockquote } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_blockquote.js'; import { register_bold } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_bold.js'; import { register_bullet_list } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_bullet_list.js'; import { register_code } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_code.js'; import { register_code_block } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_code_block.js'; import { register_document } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_document.js'; import { register_dropcursor } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_dropcursor.js'; import { register_gapcursor } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_gapcursor.js'; import { register_hard_break } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_hard_break.js'; import { register_heading } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_heading.js'; import { register_highlight } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_highlight.js'; import { register_history } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_history.js'; import { register_horizontal_rule } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_horizontal_rule.js'; import { register_image } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_image.js'; import { register_italic } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_italic.js'; import { register_link } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_link.js'; import { register_list_item } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_list_item.js'; import { register_ordered_list } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_ordered_list.js'; import { register_paragraph } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_paragraph.js'; import { register_placeholder } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_placeholder.js'; import { register_strike } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_strike.js'; import { register_table } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_table.js'; import { register_table_cell } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_table_cell.js'; import { register_table_header } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_table_header.js'; import { register_table_row } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_table_row.js'; import { register_task_item } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_task_item.js'; import { register_task_list } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_task_list.js'; import { register_text } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_text.js'; import { register_text_align } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_text_align.js'; import { register_text_style } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_text_style.js'; import { register_toc_node } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_toc_node.js'; import { register_underline } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_underline.js'; import { register_youtube } from './snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/tiptap_youtube.js'; import { download_mnote_image_url, find_mnote_block_anchor, open_mnote_page_block_href, write_mnote_text_to_clipboard } from './snippets/mnote-leptos-tiptap-spike-fdb5779a1690afd2/inline0.js'; import * as import1 from "./snippets/mnote-leptos-tiptap-spike-fdb5779a1690afd2/inline0.js" import * as import2 from "./snippets/mnote-leptos-tiptap-spike-fdb5779a1690afd2/inline0.js" import * as import3 from "./snippets/mnote-leptos-tiptap-spike-fdb5779a1690afd2/inline0.js" import * as import4 from "./snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/bridge_runtime.js" import * as import5 from "./snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/bridge_runtime.js" export class IntoUnderlyingByteSource { __destroy_into_raw() { const ptr = this.__wbg_ptr; this.__wbg_ptr = 0; IntoUnderlyingByteSourceFinalization.unregister(this); return ptr; } free() { const ptr = this.__destroy_into_raw(); wasm.__wbg_intounderlyingbytesource_free(ptr, 0); } /** * @returns {number} */ get autoAllocateChunkSize() { const ret = wasm.intounderlyingbytesource_autoAllocateChunkSize(this.__wbg_ptr); return ret >>> 0; } cancel() { const ptr = this.__destroy_into_raw(); wasm.intounderlyingbytesource_cancel(ptr); } /** * @param {ReadableByteStreamController} controller * @returns {Promise} */ pull(controller) { const ret = wasm.intounderlyingbytesource_pull(this.__wbg_ptr, controller); return ret; } /** * @param {ReadableByteStreamController} controller */ start(controller) { wasm.intounderlyingbytesource_start(this.__wbg_ptr, controller); } /** * @returns {ReadableStreamType} */ get type() { const ret = wasm.intounderlyingbytesource_type(this.__wbg_ptr); return __wbindgen_enum_ReadableStreamType[ret]; } } if (Symbol.dispose) IntoUnderlyingByteSource.prototype[Symbol.dispose] = IntoUnderlyingByteSource.prototype.free; export class IntoUnderlyingSink { __destroy_into_raw() { const ptr = this.__wbg_ptr; this.__wbg_ptr = 0; IntoUnderlyingSinkFinalization.unregister(this); return ptr; } free() { const ptr = this.__destroy_into_raw(); wasm.__wbg_intounderlyingsink_free(ptr, 0); } /** * @param {any} reason * @returns {Promise} */ abort(reason) { const ptr = this.__destroy_into_raw(); const ret = wasm.intounderlyingsink_abort(ptr, reason); return ret; } /** * @returns {Promise} */ close() { const ptr = this.__destroy_into_raw(); const ret = wasm.intounderlyingsink_close(ptr); return ret; } /** * @param {any} chunk * @returns {Promise} */ write(chunk) { const ret = wasm.intounderlyingsink_write(this.__wbg_ptr, chunk); return ret; } } if (Symbol.dispose) IntoUnderlyingSink.prototype[Symbol.dispose] = IntoUnderlyingSink.prototype.free; export class IntoUnderlyingSource { __destroy_into_raw() { const ptr = this.__wbg_ptr; this.__wbg_ptr = 0; IntoUnderlyingSourceFinalization.unregister(this); return ptr; } free() { const ptr = this.__destroy_into_raw(); wasm.__wbg_intounderlyingsource_free(ptr, 0); } cancel() { const ptr = this.__destroy_into_raw(); wasm.intounderlyingsource_cancel(ptr); } /** * @param {ReadableStreamDefaultController} controller * @returns {Promise} */ pull(controller) { const ret = wasm.intounderlyingsource_pull(this.__wbg_ptr, controller); return ret; } } if (Symbol.dispose) IntoUnderlyingSource.prototype[Symbol.dispose] = IntoUnderlyingSource.prototype.free; /** * @param {Element} container * @param {any} options * @returns {number} */ export function mount(container, options) { const ret = wasm.mount(container, options); if (ret[2]) { throw takeFromExternrefTable0(ret[1]); } return ret[0] >>> 0; } /** * @param {Element} container * @param {any} options * @returns {number} */ export function mount_mindmap_shell(container, options) { const ret = wasm.mount_mindmap_shell(container, options); if (ret[2]) { throw takeFromExternrefTable0(ret[1]); } return ret[0] >>> 0; } /** * @param {number} mount_id */ export function unmount(mount_id) { const ret = wasm.unmount(mount_id); if (ret[1]) { throw takeFromExternrefTable0(ret[0]); } } /** * @param {number} mount_id */ export function unmount_mindmap_shell(mount_id) { const ret = wasm.unmount_mindmap_shell(mount_id); if (ret[1]) { throw takeFromExternrefTable0(ret[0]); } } function __wbg_get_imports() { const import0 = { __proto__: null, __wbg_Error_960c155d3d49e4c2: function(arg0, arg1) { const ret = Error(getStringFromWasm0(arg0, arg1)); return ret; }, __wbg_Number_32bf70a599af1d4b: function(arg0) { const ret = Number(arg0); return ret; }, __wbg_String_8564e559799eccda: function(arg0, arg1) { const ret = String(arg1); const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); const len1 = WASM_VECTOR_LEN; getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true); }, __wbg___wbindgen_bigint_get_as_i64_3d3aba5d616c6a51: function(arg0, arg1) { const v = arg1; const ret = typeof(v) === 'bigint' ? v : undefined; getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true); }, __wbg___wbindgen_boolean_get_6ea149f0a8dcc5ff: function(arg0) { const v = arg0; const ret = typeof(v) === 'boolean' ? v : undefined; return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0; }, __wbg___wbindgen_debug_string_ab4b34d23d6778bd: function(arg0, arg1) { const ret = debugString(arg1); const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); const len1 = WASM_VECTOR_LEN; getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true); }, __wbg___wbindgen_in_a5d8b22e52b24dd1: function(arg0, arg1) { const ret = arg0 in arg1; return ret; }, __wbg___wbindgen_is_bigint_ec25c7f91b4d9e93: function(arg0) { const ret = typeof(arg0) === 'bigint'; return ret; }, __wbg___wbindgen_is_falsy_c07bb72123e65555: function(arg0) { const ret = !arg0; return ret; }, __wbg___wbindgen_is_function_3baa9db1a987f47d: function(arg0) { const ret = typeof(arg0) === 'function'; return ret; }, __wbg___wbindgen_is_null_52ff4ec04186736f: function(arg0) { const ret = arg0 === null; return ret; }, __wbg___wbindgen_is_object_63322ec0cd6ea4ef: function(arg0) { const val = arg0; const ret = typeof(val) === 'object' && val !== null; return ret; }, __wbg___wbindgen_is_string_6df3bf7ef1164ed3: function(arg0) { const ret = typeof(arg0) === 'string'; return ret; }, __wbg___wbindgen_is_undefined_29a43b4d42920abd: function(arg0) { const ret = arg0 === undefined; return ret; }, __wbg___wbindgen_jsval_eq_d3465d8a07697228: function(arg0, arg1) { const ret = arg0 === arg1; return ret; }, __wbg___wbindgen_jsval_loose_eq_cac3565e89b4134c: function(arg0, arg1) { const ret = arg0 == arg1; return ret; }, __wbg___wbindgen_number_get_c7f42aed0525c451: function(arg0, arg1) { const obj = arg1; const ret = typeof(obj) === 'number' ? obj : undefined; getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true); }, __wbg___wbindgen_string_get_7ed5322991caaec5: function(arg0, arg1) { const obj = arg1; const ret = typeof(obj) === 'string' ? obj : undefined; var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); var len1 = WASM_VECTOR_LEN; getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true); }, __wbg___wbindgen_throw_6b64449b9b9ed33c: function(arg0, arg1) { throw new Error(getStringFromWasm0(arg0, arg1)); }, __wbg__wbg_cb_unref_b46c9b5a9f08ec37: function(arg0) { arg0._wbg_cb_unref(); }, __wbg_activeElement_737cd2e5ce862ac0: function(arg0) { const ret = arg0.activeElement; return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_addEventListener_2ed1344165a839a7: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) { arg0.addEventListener(getStringFromWasm0(arg1, arg2), arg3, arg4 !== 0); }, arguments); }, __wbg_addEventListener_8176dab41b09531c: function() { return handleError(function (arg0, arg1, arg2, arg3) { arg0.addEventListener(getStringFromWasm0(arg1, arg2), arg3); }, arguments); }, __wbg_addRange_de27d094b9bf29d8: function() { return handleError(function (arg0, arg1) { arg0.addRange(arg1); }, arguments); }, __wbg_altKey_c4f26b40f1b826b4: function(arg0) { const ret = arg0.altKey; return ret; }, __wbg_anchorNode_3a44321bc1cb148e: function(arg0) { const ret = arg0.anchorNode; return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_appendChild_e95c8b3b936d250a: function() { return handleError(function (arg0, arg1) { const ret = arg0.appendChild(arg1); return ret; }, arguments); }, __wbg_attachShadow_a3865128b06993cf: function() { return handleError(function (arg0, arg1) { const ret = arg0.attachShadow(arg1); return ret; }, arguments); }, __wbg_blur_583010b6b4026c5d: function() { return handleError(function (arg0) { arg0.blur(); }, arguments); }, __wbg_body_c7b35a55457167ba: function(arg0) { const ret = arg0.body; return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_bottom_12dded5de5311aff: function(arg0) { const ret = arg0.bottom; return ret; }, __wbg_buffer_d0f5ea0926a691fd: function(arg0) { const ret = arg0.buffer; return ret; }, __wbg_button_c794bf4b1dcd7c4c: function(arg0) { const ret = arg0.button; return ret; }, __wbg_buttons_9b45c5f89c8d91db: function(arg0) { const ret = arg0.buttons; return ret; }, __wbg_byobRequest_dc6aed9db01b12c6: function(arg0) { const ret = arg0.byobRequest; return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_byteLength_3e660e5661f3327e: function(arg0) { const ret = arg0.byteLength; return ret; }, __wbg_byteOffset_ecd62abe44dd28d4: function(arg0) { const ret = arg0.byteOffset; return ret; }, __wbg_call_14b169f759b26747: function() { return handleError(function (arg0, arg1) { const ret = arg0.call(arg1); return ret; }, arguments); }, __wbg_call_86e39d65afc3d9db: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) { const ret = arg0.call(arg1, arg2, arg3, arg4); return ret; }, arguments); }, __wbg_call_a24592a6f349a97e: function() { return handleError(function (arg0, arg1, arg2) { const ret = arg0.call(arg1, arg2); return ret; }, arguments); }, __wbg_cancelBubble_56aa5b315d711482: function(arg0) { const ret = arg0.cancelBubble; return ret; }, __wbg_children_9c299b52b2889289: function(arg0) { const ret = arg0.children; return ret; }, __wbg_click_bc40376705b1e04d: function(arg0) { arg0.click(); }, __wbg_clientHeight_01b31bebacb195f0: function(arg0) { const ret = arg0.clientHeight; return ret; }, __wbg_clientX_48ead8c93aa7a872: function(arg0) { const ret = arg0.clientX; return ret; }, __wbg_clientY_ddcce7762c925e13: function(arg0) { const ret = arg0.clientY; return ret; }, __wbg_cloneNode_50658ff5fec44693: function() { return handleError(function (arg0, arg1) { const ret = arg0.cloneNode(arg1 !== 0); return ret; }, arguments); }, __wbg_cloneNode_eb01fe238729dac4: function() { return handleError(function (arg0) { const ret = arg0.cloneNode(); return ret; }, arguments); }, __wbg_close_e6c8977a002e9e13: function() { return handleError(function (arg0) { arg0.close(); }, arguments); }, __wbg_close_fb954dfaf67b5732: function() { return handleError(function (arg0) { arg0.close(); }, arguments); }, __wbg_closest_7cf140b67f393018: function() { return handleError(function (arg0, arg1, arg2) { const ret = arg0.closest(getStringFromWasm0(arg1, arg2)); return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, arguments); }, __wbg_collapse_ba755876733fccfc: function(arg0, arg1) { arg0.collapse(arg1 !== 0); }, __wbg_composedPath_e2b9e0f5161335eb: function(arg0) { const ret = arg0.composedPath(); return ret; }, __wbg_content_13d0cb7e0ea91c39: function(arg0) { const ret = arg0.content; return ret; }, __wbg_createComment_592a0c17b1cf8cad: function(arg0, arg1, arg2) { const ret = arg0.createComment(getStringFromWasm0(arg1, arg2)); return ret; }, __wbg_createElementNS_e0e4bbb6e664f948: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) { const ret = arg0.createElementNS(arg1 === 0 ? undefined : getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4)); return ret; }, arguments); }, __wbg_createElement_bbd4c90086fe6f7b: function() { return handleError(function (arg0, arg1, arg2) { const ret = arg0.createElement(getStringFromWasm0(arg1, arg2)); return ret; }, arguments); }, __wbg_createRange_ff06800933ad1293: function() { return handleError(function (arg0) { const ret = arg0.createRange(); return ret; }, arguments); }, __wbg_createTextNode_7949043038fd9f7b: function(arg0, arg1, arg2) { const ret = arg0.createTextNode(getStringFromWasm0(arg1, arg2)); return ret; }, __wbg_create_057dfeb379c77c81: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) { create(arg0, arg1, arg2, arg3, arg4); }, arguments); }, __wbg_ctrlKey_31968cccd46bdef6: function(arg0) { const ret = arg0.ctrlKey; return ret; }, __wbg_currentTarget_fac617eb326a4ee6: function(arg0) { const ret = arg0.currentTarget; return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_deleteProperty_d5f7bd763acbdb44: function() { return handleError(function (arg0, arg1) { const ret = Reflect.deleteProperty(arg0, arg1); return ret; }, arguments); }, __wbg_deltaY_ca7744a8772482e1: function(arg0) { const ret = arg0.deltaY; return ret; }, __wbg_destroy_9b66fbc28176b62a: function(arg0, arg1) { let deferred0_0; let deferred0_1; try { deferred0_0 = arg0; deferred0_1 = arg1; destroy(getStringFromWasm0(arg0, arg1)); } finally { wasm.__wbindgen_free(deferred0_0, deferred0_1, 1); } }, __wbg_detail_c850e1ba165488a1: function(arg0) { const ret = arg0.detail; return ret; }, __wbg_dispatchEvent_d8729fc7c0462621: function() { return handleError(function (arg0, arg1) { const ret = arg0.dispatchEvent(arg1); return ret; }, arguments); }, __wbg_document_7a41071f2f439323: function(arg0) { const ret = arg0.document; return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_done_9158f7cc8751ba32: function(arg0) { const ret = arg0.done; return ret; }, __wbg_download_mnote_image_url_f3cfdff8b9b428d4: function(arg0, arg1, arg2, arg3) { const ret = download_mnote_image_url(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3)); return ret; }, __wbg_elementFromPoint_69f15053cea2ece4: function(arg0, arg1, arg2) { const ret = arg0.elementFromPoint(arg1, arg2); return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_enqueue_4767ce322820c94d: function() { return handleError(function (arg0, arg1) { arg0.enqueue(arg1); }, arguments); }, __wbg_entries_e0b73aa8571ddb56: function(arg0) { const ret = Object.entries(arg0); return ret; }, __wbg_error_a6fa202b58aa1cd3: function(arg0, arg1) { let deferred0_0; let deferred0_1; try { deferred0_0 = arg0; deferred0_1 = arg1; console.error(getStringFromWasm0(arg0, arg1)); } finally { wasm.__wbindgen_free(deferred0_0, deferred0_1, 1); } }, __wbg_fetch_3f6f4a922f97ca32: function(arg0, arg1, arg2, arg3) { const ret = arg0.fetch(getStringFromWasm0(arg1, arg2), arg3); return ret; }, __wbg_find_mnote_block_anchor_451c3d968e5e0147: function(arg0, arg1) { const ret = find_mnote_block_anchor(getStringFromWasm0(arg0, arg1)); return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_firstElementChild_f67647a589d437a2: function(arg0) { const ret = arg0.firstElementChild; return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_focusNode_13a1b4aca2ce0453: function(arg0) { const ret = arg0.focusNode; return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_getAttribute_8627dea35cdb7b06: function(arg0, arg1, arg2, arg3) { const ret = arg1.getAttribute(getStringFromWasm0(arg2, arg3)); var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); var len1 = WASM_VECTOR_LEN; getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true); }, __wbg_getBoundingClientRect_726f24ef9e4e7eaa: function(arg0) { const ret = arg0.getBoundingClientRect(); return ret; }, __wbg_getBoundingClientRect_ddac06b2c6b52b98: function(arg0) { const ret = arg0.getBoundingClientRect(); return ret; }, __wbg_getElementsByTagName_0307fb99c94d7de4: function(arg0, arg1, arg2) { const ret = arg0.getElementsByTagName(getStringFromWasm0(arg1, arg2)); return ret; }, __wbg_getItem_7fe1351b9ea3b2f3: function() { return handleError(function (arg0, arg1, arg2, arg3) { const ret = arg1.getItem(getStringFromWasm0(arg2, arg3)); var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); var len1 = WASM_VECTOR_LEN; getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true); }, arguments); }, __wbg_getRangeAt_b7ea59f2b148e5d9: function() { return handleError(function (arg0, arg1) { const ret = arg0.getRangeAt(arg1 >>> 0); return ret; }, arguments); }, __wbg_getSelection_dfd0ccff15057bd1: function() { return handleError(function (arg0) { const ret = arg0.getSelection(); return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, arguments); }, __wbg_get_1affdbdd5573b16a: function() { return handleError(function (arg0, arg1) { const ret = Reflect.get(arg0, arg1); return ret; }, arguments); }, __wbg_get_6011fa3a58f61074: function() { return handleError(function (arg0, arg1) { const ret = Reflect.get(arg0, arg1); return ret; }, arguments); }, __wbg_get_8360291721e2339f: function(arg0, arg1) { const ret = arg0[arg1 >>> 0]; return ret; }, __wbg_get_unchecked_17f53dad852b9588: function(arg0, arg1) { const ret = arg0[arg1 >>> 0]; return ret; }, __wbg_get_with_ref_key_6412cf3094599694: function(arg0, arg1) { const ret = arg0[arg1]; return ret; }, __wbg_hash_6b96fb5ff20f84b3: function() { return handleError(function (arg0, arg1) { const ret = arg1.hash; const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); const len1 = WASM_VECTOR_LEN; getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true); }, arguments); }, __wbg_height_cc0f4b9ec7073c11: function(arg0) { const ret = arg0.height; return ret; }, __wbg_host_207aa9237088c9e9: function(arg0) { const ret = arg0.host; return ret; }, __wbg_init_bridge_runtime_777169bfaa015be2: function() { return handleError(function () { init_bridge_runtime(); }, arguments); }, __wbg_innerHeight_72e7bb88c4b9ede8: function() { return handleError(function (arg0) { const ret = arg0.innerHeight; return ret; }, arguments); }, __wbg_innerWidth_c7446907ab672e41: function() { return handleError(function (arg0) { const ret = arg0.innerWidth; return ret; }, arguments); }, __wbg_insertBefore_38c7d835a2dcac23: function() { return handleError(function (arg0, arg1, arg2) { const ret = arg0.insertBefore(arg1, arg2); return ret; }, arguments); }, __wbg_instanceof_ArrayBuffer_7c8433c6ed14ffe3: function(arg0) { let result; try { result = arg0 instanceof ArrayBuffer; } catch (_) { result = false; } const ret = result; return ret; }, __wbg_instanceof_CustomEvent_7a9c6ffc1d87485e: function(arg0) { let result; try { result = arg0 instanceof CustomEvent; } catch (_) { result = false; } const ret = result; return ret; }, __wbg_instanceof_Element_56c8d987654f359e: function(arg0) { let result; try { result = arg0 instanceof Element; } catch (_) { result = false; } const ret = result; return ret; }, __wbg_instanceof_HtmlElement_47620edd062da622: function(arg0) { let result; try { result = arg0 instanceof HTMLElement; } catch (_) { result = false; } const ret = result; return ret; }, __wbg_instanceof_HtmlInputElement_8dc30e795ec4f2a5: function(arg0) { let result; try { result = arg0 instanceof HTMLInputElement; } catch (_) { result = false; } const ret = result; return ret; }, __wbg_instanceof_Map_1b76fd4635be43eb: function(arg0) { let result; try { result = arg0 instanceof Map; } catch (_) { result = false; } const ret = result; return ret; }, __wbg_instanceof_Node_d192134fe9a0b445: function(arg0) { let result; try { result = arg0 instanceof Node; } catch (_) { result = false; } const ret = result; return ret; }, __wbg_instanceof_Response_9b2d111407865ff2: function(arg0) { let result; try { result = arg0 instanceof Response; } catch (_) { result = false; } const ret = result; return ret; }, __wbg_instanceof_ShadowRoot_d26d95cd2363a2c1: function(arg0) { let result; try { result = arg0 instanceof ShadowRoot; } catch (_) { result = false; } const ret = result; return ret; }, __wbg_instanceof_Uint8Array_152ba1f289edcf3f: function(arg0) { let result; try { result = arg0 instanceof Uint8Array; } catch (_) { result = false; } const ret = result; return ret; }, __wbg_instanceof_Window_cc64c86c8ef9e02b: function(arg0) { let result; try { result = arg0 instanceof Window; } catch (_) { result = false; } const ret = result; return ret; }, __wbg_isArray_c3109d14ffc06469: function(arg0) { const ret = Array.isArray(arg0); return ret; }, __wbg_isCollapsed_465613ddcec18e68: function(arg0) { const ret = arg0.isCollapsed; return ret; }, __wbg_isSafeInteger_4fc213d1989d6d2a: function(arg0) { const ret = Number.isSafeInteger(arg0); return ret; }, __wbg_isSameNode_484f58633744648f: function(arg0, arg1) { const ret = arg0.isSameNode(arg1); return ret; }, __wbg_is_8f7ba86b7f249abd: function(arg0, arg1) { const ret = Object.is(arg0, arg1); return ret; }, __wbg_item_2756ef1395ab5dda: function(arg0, arg1) { const ret = arg0.item(arg1 >>> 0); return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_item_aa5667bdc8374f43: function(arg0, arg1) { const ret = arg0.item(arg1 >>> 0); return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_iterator_013bc09ec998c2a7: function() { const ret = Symbol.iterator; return ret; }, __wbg_json_cc3f4ccd040a504c: function() { return handleError(function (arg0) { const ret = arg0.json(); return ret; }, arguments); }, __wbg_key_2cbc38fa83cdb336: function(arg0, arg1) { const ret = arg1.key; const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); const len1 = WASM_VECTOR_LEN; getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true); }, __wbg_left_ea423c913972748d: function(arg0) { const ret = arg0.left; return ret; }, __wbg_length_3d4ecd04bd8d22f1: function(arg0) { const ret = arg0.length; return ret; }, __wbg_length_9107c083c5526b42: function(arg0) { const ret = arg0.length; return ret; }, __wbg_length_9f1775224cf1d815: function(arg0) { const ret = arg0.length; return ret; }, __wbg_length_c157a50ce35f2f72: function(arg0) { const ret = arg0.length; return ret; }, __wbg_localStorage_f5f66b1ffd2486bc: function() { return handleError(function (arg0) { const ret = arg0.localStorage; return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, arguments); }, __wbg_location_73c89ca5bb53ddf3: function(arg0) { const ret = arg0.location; return ret; }, __wbg_metaKey_665498d01ebfd062: function(arg0) { const ret = arg0.metaKey; return ret; }, __wbg_new_0c7403db6e782f19: function(arg0) { const ret = new Uint8Array(arg0); return ret; }, __wbg_new_227d7c05414eb861: function() { const ret = new Error(); return ret; }, __wbg_new_34d45cc8e36aaead: function() { const ret = new Map(); return ret; }, __wbg_new_5e360d2ff7b9e1c3: function(arg0, arg1) { const ret = new Error(getStringFromWasm0(arg0, arg1)); return ret; }, __wbg_new_682678e2f47e32bc: function() { const ret = new Array(); return ret; }, __wbg_new_aa8d0fa9762c29bd: function() { const ret = new Object(); return ret; }, __wbg_new_typed_323f37fd55ab048d: function(arg0, arg1) { try { var state0 = {a: arg0, b: arg1}; var cb0 = (arg0, arg1) => { const a = state0.a; state0.a = 0; try { return wasm_bindgen__convert__closures_____invoke__h0accad0f5d87788a(a, state0.b, arg0, arg1); } finally { state0.a = a; } }; const ret = new Promise(cb0); return ret; } finally { state0.a = 0; } }, __wbg_new_with_args_57b505df22335acd: function(arg0, arg1, arg2, arg3) { const ret = new Function(getStringFromWasm0(arg0, arg1), getStringFromWasm0(arg2, arg3)); return ret; }, __wbg_new_with_byte_offset_and_length_01848e8d6a3d49ad: function(arg0, arg1, arg2) { const ret = new Uint8Array(arg0, arg1 >>> 0, arg2 >>> 0); return ret; }, __wbg_new_with_event_init_dict_5f4f1e5009457f42: function() { return handleError(function (arg0, arg1, arg2) { const ret = new CustomEvent(getStringFromWasm0(arg0, arg1), arg2); return ret; }, arguments); }, __wbg_next_0340c4ae324393c3: function() { return handleError(function (arg0) { const ret = arg0.next(); return ret; }, arguments); }, __wbg_next_7646edaa39458ef7: function(arg0) { const ret = arg0.next; return ret; }, __wbg_ok_f7783a2e6ac7fe17: function(arg0) { const ret = arg0.ok; return ret; }, __wbg_open_mnote_page_block_href_a512603dfc2e4bad: function(arg0, arg1) { const ret = open_mnote_page_block_href(getStringFromWasm0(arg0, arg1)); return ret; }, __wbg_origin_1f038926109a2a37: function() { return handleError(function (arg0, arg1) { const ret = arg1.origin; const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); const len1 = WASM_VECTOR_LEN; getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true); }, arguments); }, __wbg_parentElement_d1271cca94202d1f: function(arg0) { const ret = arg0.parentElement; return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_parentNode_e94744054a57a837: function(arg0) { const ret = arg0.parentNode; return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_pathname_94c34ca840abb4f4: function() { return handleError(function (arg0, arg1) { const ret = arg1.pathname; const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); const len1 = WASM_VECTOR_LEN; getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true); }, arguments); }, __wbg_preventDefault_f55c01cb5fd2bcc0: function(arg0) { arg0.preventDefault(); }, __wbg_prompt_3034b934fde6d338: function() { return handleError(function (arg0, arg1, arg2, arg3) { const ret = arg1.prompt(getStringFromWasm0(arg2, arg3)); var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); var len1 = WASM_VECTOR_LEN; getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true); }, arguments); }, __wbg_prototypesetcall_a6b02eb00b0f4ce2: function(arg0, arg1, arg2) { Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2); }, __wbg_querySelectorAll_e9e3fbd41310476e: function() { return handleError(function (arg0, arg1, arg2) { const ret = arg0.querySelectorAll(getStringFromWasm0(arg1, arg2)); return ret; }, arguments); }, __wbg_querySelector_12b6c7cdf26a3483: function() { return handleError(function (arg0, arg1, arg2) { const ret = arg0.querySelector(getStringFromWasm0(arg1, arg2)); return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, arguments); }, __wbg_querySelector_8d395ebd237ebd46: function() { return handleError(function (arg0, arg1, arg2) { const ret = arg0.querySelector(getStringFromWasm0(arg1, arg2)); return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, arguments); }, __wbg_queueMicrotask_5d15a957e6aa920e: function(arg0) { queueMicrotask(arg0); }, __wbg_queueMicrotask_f8819e5ffc402f36: function(arg0) { const ret = arg0.queueMicrotask; return ret; }, __wbg_random_ce7f6871aed001dd: function() { const ret = Math.random(); return ret; }, __wbg_register_blockquote_fd046c8c627399c8: function() { return handleError(function () { register_blockquote(); }, arguments); }, __wbg_register_bold_2b13f7d8d32a68a6: function() { return handleError(function () { register_bold(); }, arguments); }, __wbg_register_bullet_list_23d19bbb247b29b2: function() { return handleError(function () { register_bullet_list(); }, arguments); }, __wbg_register_code_17538350657a84ff: function() { return handleError(function () { register_code(); }, arguments); }, __wbg_register_code_block_67cb3f10a65d47b1: function() { return handleError(function () { register_code_block(); }, arguments); }, __wbg_register_document_b09a29acea25aee7: function() { return handleError(function () { register_document(); }, arguments); }, __wbg_register_dropcursor_3e92acfad1f63121: function() { return handleError(function () { register_dropcursor(); }, arguments); }, __wbg_register_gapcursor_d7ccf87cc4edb016: function() { return handleError(function () { register_gapcursor(); }, arguments); }, __wbg_register_hard_break_07ddb05349884964: function() { return handleError(function () { register_hard_break(); }, arguments); }, __wbg_register_heading_e50200c58560edd7: function() { return handleError(function () { register_heading(); }, arguments); }, __wbg_register_highlight_c4d2879cceafc399: function() { return handleError(function () { register_highlight(); }, arguments); }, __wbg_register_history_198629931b125d1f: function() { return handleError(function () { register_history(); }, arguments); }, __wbg_register_horizontal_rule_98d8c5150b1280b8: function() { return handleError(function () { register_horizontal_rule(); }, arguments); }, __wbg_register_image_e7ab6b7e73c53a29: function() { return handleError(function () { register_image(); }, arguments); }, __wbg_register_italic_5f4ba7f902484959: function() { return handleError(function () { register_italic(); }, arguments); }, __wbg_register_link_22a39104d1bd5922: function() { return handleError(function () { register_link(); }, arguments); }, __wbg_register_list_item_6a490bd22eebd93e: function() { return handleError(function () { register_list_item(); }, arguments); }, __wbg_register_ordered_list_f34144c7789a446c: function() { return handleError(function () { register_ordered_list(); }, arguments); }, __wbg_register_paragraph_81a3d65f48231543: function() { return handleError(function () { register_paragraph(); }, arguments); }, __wbg_register_placeholder_fe16746e327b8095: function() { return handleError(function () { register_placeholder(); }, arguments); }, __wbg_register_strike_cd23a4801fbee3aa: function() { return handleError(function () { register_strike(); }, arguments); }, __wbg_register_table_590493ea4d3d2ed0: function() { return handleError(function () { register_table(); }, arguments); }, __wbg_register_table_cell_5c14e6780bc3c5d8: function() { return handleError(function () { register_table_cell(); }, arguments); }, __wbg_register_table_header_7194a6f98b99eb87: function() { return handleError(function () { register_table_header(); }, arguments); }, __wbg_register_table_row_d051d596b6164ab0: function() { return handleError(function () { register_table_row(); }, arguments); }, __wbg_register_task_item_f3bd8792f78774ac: function() { return handleError(function () { register_task_item(); }, arguments); }, __wbg_register_task_list_6148af4bfed5c47e: function() { return handleError(function () { register_task_list(); }, arguments); }, __wbg_register_text_align_a0b3ac6d1515da18: function() { return handleError(function () { register_text_align(); }, arguments); }, __wbg_register_text_b7263f896f7b1a7c: function() { return handleError(function () { register_text(); }, arguments); }, __wbg_register_text_style_61ece26a92563bc1: function() { return handleError(function () { register_text_style(); }, arguments); }, __wbg_register_toc_node_f7f31f30d7a88bdc: function() { return handleError(function () { register_toc_node(); }, arguments); }, __wbg_register_underline_f8cd359f982028f4: function() { return handleError(function () { register_underline(); }, arguments); }, __wbg_register_youtube_fd5d6301c55e98d7: function() { return handleError(function () { register_youtube(); }, arguments); }, __wbg_removeAllRanges_3d2e987f14b7d3ef: function() { return handleError(function (arg0) { arg0.removeAllRanges(); }, arguments); }, __wbg_removeAttribute_c75ac657c944b3f1: function() { return handleError(function (arg0, arg1, arg2) { arg0.removeAttribute(getStringFromWasm0(arg1, arg2)); }, arguments); }, __wbg_removeChild_172df530ec85cc8a: function() { return handleError(function (arg0, arg1) { const ret = arg0.removeChild(arg1); return ret; }, arguments); }, __wbg_removeEventListener_0069d57d090a1674: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) { arg0.removeEventListener(getStringFromWasm0(arg1, arg2), arg3, arg4 !== 0); }, arguments); }, __wbg_removeEventListener_7bdf07404d9b24bd: function() { return handleError(function (arg0, arg1, arg2, arg3) { arg0.removeEventListener(getStringFromWasm0(arg1, arg2), arg3); }, arguments); }, __wbg_removeProperty_af5e61d737797fcc: function() { return handleError(function (arg0, arg1, arg2, arg3) { const ret = arg1.removeProperty(getStringFromWasm0(arg2, arg3)); const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); const len1 = WASM_VECTOR_LEN; getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true); }, arguments); }, __wbg_remove_48cb93cf7a6c4260: function(arg0) { arg0.remove(); }, __wbg_remove_9ffcfa2a5664fa43: function(arg0) { arg0.remove(); }, __wbg_resolve_e6c466bc1052f16c: function(arg0) { const ret = Promise.resolve(arg0); return ret; }, __wbg_respond_008ca9525ae22847: function() { return handleError(function (arg0, arg1) { arg0.respond(arg1 >>> 0); }, arguments); }, __wbg_right_6096346a1fca4d04: function(arg0) { const ret = arg0.right; return ret; }, __wbg_scrollHeight_5fe8cbb97ae906d8: function(arg0) { const ret = arg0.scrollHeight; return ret; }, __wbg_scrollIntoView_7725227126cff177: function(arg0, arg1) { arg0.scrollIntoView(arg1 !== 0); }, __wbg_scrollTo_f357e55cd25f406f: function(arg0, arg1, arg2) { arg0.scrollTo(arg1, arg2); }, __wbg_scrollTop_f548101d48000fe9: function(arg0) { const ret = arg0.scrollTop; return ret; }, __wbg_scrollX_c821c038bb4594f3: function() { return handleError(function (arg0) { const ret = arg0.scrollX; return ret; }, arguments); }, __wbg_scrollY_e80bdf3571bdf5f3: function() { return handleError(function (arg0) { const ret = arg0.scrollY; return ret; }, arguments); }, __wbg_search_ceee70e1153af3ec: function() { return handleError(function (arg0, arg1) { const ret = arg1.search; const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); const len1 = WASM_VECTOR_LEN; getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true); }, arguments); }, __wbg_selectNodeContents_1f8f5798ebd4f1f4: function() { return handleError(function (arg0, arg1) { arg0.selectNodeContents(arg1); }, arguments); }, __wbg_setAttribute_6fde4098d274155c: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) { arg0.setAttribute(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4)); }, arguments); }, __wbg_setItem_e6399d3faae141dc: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) { arg0.setItem(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4)); }, arguments); }, __wbg_setProperty_0d903d23a71dfe70: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) { arg0.setProperty(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4)); }, arguments); }, __wbg_setTimeout_d8786dd31f90da0f: function() { return handleError(function (arg0, arg1, arg2) { const ret = arg0.setTimeout(arg1, arg2); return ret; }, arguments); }, __wbg_set_022bee52d0b05b19: function() { return handleError(function (arg0, arg1, arg2) { const ret = Reflect.set(arg0, arg1, arg2); return ret; }, arguments); }, __wbg_set_3bf1de9fab0cd644: function(arg0, arg1, arg2) { arg0[arg1 >>> 0] = arg2; }, __wbg_set_3d484eb794afec82: function(arg0, arg1, arg2) { arg0.set(getArrayU8FromWasm0(arg1, arg2)); }, __wbg_set_6be42768c690e380: function(arg0, arg1, arg2) { arg0[arg1] = arg2; }, __wbg_set_body_be11680f34217f75: function(arg0, arg1) { arg0.body = arg1; }, __wbg_set_bubbles_50e942fa177ba6bd: function(arg0, arg1) { arg0.bubbles = arg1 !== 0; }, __wbg_set_detail_68bec5c91196ba57: function(arg0, arg1) { arg0.detail = arg1; }, __wbg_set_fde2cec06c23692b: function(arg0, arg1, arg2) { const ret = arg0.set(arg1, arg2); return ret; }, __wbg_set_innerHTML_a3c82996073b31ea: function(arg0, arg1, arg2) { arg0.innerHTML = getStringFromWasm0(arg1, arg2); }, __wbg_set_method_c9f1f985f6b6c427: function(arg0, arg1, arg2) { arg0.method = getStringFromWasm0(arg1, arg2); }, __wbg_set_mode_43ec0c73d11c9dba: function(arg0, arg1) { arg0.mode = __wbindgen_enum_ShadowRootMode[arg1]; }, __wbg_set_mode_5e08d503428c06b9: function(arg0, arg1) { arg0.mode = __wbindgen_enum_RequestMode[arg1]; }, __wbg_set_nodeValue_f39ed00fc286b285: function(arg0, arg1, arg2) { arg0.nodeValue = arg1 === 0 ? undefined : getStringFromWasm0(arg1, arg2); }, __wbg_set_scrollTop_e931da7f2ad87c86: function(arg0, arg1) { arg0.scrollTop = arg1; }, __wbg_set_value_d84be184846d017b: function(arg0, arg1, arg2) { arg0.value = getStringFromWasm0(arg1, arg2); }, __wbg_shiftKey_e483c13c966878f6: function(arg0) { const ret = arg0.shiftKey; return ret; }, __wbg_stack_3b0d974bbf31e44f: function(arg0, arg1) { const ret = arg1.stack; const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); const len1 = WASM_VECTOR_LEN; getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true); }, __wbg_static_accessor_GLOBAL_8cfadc87a297ca02: function() { const ret = typeof global === 'undefined' ? null : global; return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_static_accessor_GLOBAL_THIS_602256ae5c8f42cf: function() { const ret = typeof globalThis === 'undefined' ? null : globalThis; return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_static_accessor_SELF_e445c1c7484aecc3: function() { const ret = typeof self === 'undefined' ? null : self; return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_static_accessor_WINDOW_f20e8576ef1e0f17: function() { const ret = typeof window === 'undefined' ? null : window; return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_status_43e0d2f15b22d69f: function(arg0) { const ret = arg0.status; return ret; }, __wbg_stopImmediatePropagation_2228838acf177dc6: function(arg0) { arg0.stopImmediatePropagation(); }, __wbg_stopPropagation_e088fca8231e68c4: function(arg0) { arg0.stopPropagation(); }, __wbg_style_c331a9f6564f8f62: function(arg0) { const ret = arg0.style; return ret; }, __wbg_tagName_a6d6785a7c70fca2: function(arg0, arg1) { const ret = arg1.tagName; const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); const len1 = WASM_VECTOR_LEN; getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true); }, __wbg_target_6d97e221d11b71b6: function(arg0) { const ret = arg0.target; return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_textContent_1f28330a124ec047: function(arg0, arg1) { const ret = arg1.textContent; var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); var len1 = WASM_VECTOR_LEN; getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true); }, __wbg_then_792e0c862b060889: function(arg0, arg1, arg2) { const ret = arg0.then(arg1, arg2); return ret; }, __wbg_then_8e16ee11f05e4827: function(arg0, arg1) { const ret = arg0.then(arg1); return ret; }, __wbg_toString_306ed0b9f320c1ca: function(arg0) { const ret = arg0.toString(); return ret; }, __wbg_top_158f7c4dd1427771: function(arg0) { const ret = arg0.top; return ret; }, __wbg_value_6079dd28568d83c9: function(arg0, arg1) { const ret = arg1.value; const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc); const len1 = WASM_VECTOR_LEN; getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true); getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true); }, __wbg_value_ee3a06f4579184fa: function(arg0) { const ret = arg0.value; return ret; }, __wbg_view_701664ffb3b1ce67: function(arg0) { const ret = arg0.view; return isLikeNone(ret) ? 0 : addToExternrefTable0(ret); }, __wbg_width_9673a519d7bd5a6a: function(arg0) { const ret = arg0.width; return ret; }, __wbg_write_mnote_text_to_clipboard_d233faf092e4e4c0: function() { return handleError(function (arg0, arg1) { let deferred0_0; let deferred0_1; try { deferred0_0 = arg0; deferred0_1 = arg1; const ret = write_mnote_text_to_clipboard(getStringFromWasm0(arg0, arg1)); return ret; } finally { wasm.__wbindgen_free(deferred0_0, deferred0_1, 1); } }, arguments); }, __wbindgen_cast_0000000000000001: function(arg0, arg1) { // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1062, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`. const ret = makeClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h87a7c2758b5f97bf); return ret; }, __wbindgen_cast_0000000000000002: function(arg0, arg1) { // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1209, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`. const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h43695889c03f47e9); return ret; }, __wbindgen_cast_0000000000000003: function(arg0, arg1) { // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1261, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`. const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h3a3182d847094e12); return ret; }, __wbindgen_cast_0000000000000004: function(arg0, arg1) { // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx: 1209, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`. const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h43695889c03f47e9_3); return ret; }, __wbindgen_cast_0000000000000005: function(arg0, arg1) { // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("KeyboardEvent")], shim_idx: 800, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`. const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h79038d3430a7951a); return ret; }, __wbindgen_cast_0000000000000006: function(arg0, arg1) { // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 1178, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`. const ret = makeClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h67ea3224860feb45); return ret; }, __wbindgen_cast_0000000000000007: function(arg0, arg1) { // Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 1212, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`. const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h29a925adc01712a5); return ret; }, __wbindgen_cast_0000000000000008: function(arg0) { // Cast intrinsic for `F64 -> Externref`. const ret = arg0; return ret; }, __wbindgen_cast_0000000000000009: function(arg0) { // Cast intrinsic for `I64 -> Externref`. const ret = arg0; return ret; }, __wbindgen_cast_000000000000000a: function(arg0, arg1) { // Cast intrinsic for `Ref(String) -> Externref`. const ret = getStringFromWasm0(arg0, arg1); return ret; }, __wbindgen_cast_000000000000000b: function(arg0) { // Cast intrinsic for `U64 -> Externref`. const ret = BigInt.asUintN(64, arg0); return ret; }, __wbindgen_init_externref_table: function() { const table = wasm.__wbindgen_externrefs; const offset = table.grow(4); table.set(0, undefined); table.set(offset + 0, undefined); table.set(offset + 1, null); table.set(offset + 2, true); table.set(offset + 3, false); }, }; return { __proto__: null, "./mnote-leptos-tiptap-spike-island_bg.js": import0, "./snippets/mnote-leptos-tiptap-spike-fdb5779a1690afd2/inline0.js": import1, "./snippets/mnote-leptos-tiptap-spike-fdb5779a1690afd2/inline0.js": import2, "./snippets/mnote-leptos-tiptap-spike-fdb5779a1690afd2/inline0.js": import3, "./snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/bridge_runtime.js": import4, "./snippets/leptos-tiptap-c355e6ec24c3df4c/src/js/generated/bridge_runtime.js": import5, }; } function wasm_bindgen__convert__closures_____invoke__h67ea3224860feb45(arg0, arg1) { wasm.wasm_bindgen__convert__closures_____invoke__h67ea3224860feb45(arg0, arg1); } function wasm_bindgen__convert__closures_____invoke__h29a925adc01712a5(arg0, arg1) { wasm.wasm_bindgen__convert__closures_____invoke__h29a925adc01712a5(arg0, arg1); } function wasm_bindgen__convert__closures_____invoke__h87a7c2758b5f97bf(arg0, arg1, arg2) { wasm.wasm_bindgen__convert__closures_____invoke__h87a7c2758b5f97bf(arg0, arg1, arg2); } function wasm_bindgen__convert__closures_____invoke__h43695889c03f47e9(arg0, arg1, arg2) { wasm.wasm_bindgen__convert__closures_____invoke__h43695889c03f47e9(arg0, arg1, arg2); } function wasm_bindgen__convert__closures_____invoke__h43695889c03f47e9_3(arg0, arg1, arg2) { wasm.wasm_bindgen__convert__closures_____invoke__h43695889c03f47e9_3(arg0, arg1, arg2); } function wasm_bindgen__convert__closures_____invoke__h79038d3430a7951a(arg0, arg1, arg2) { wasm.wasm_bindgen__convert__closures_____invoke__h79038d3430a7951a(arg0, arg1, arg2); } function wasm_bindgen__convert__closures_____invoke__h3a3182d847094e12(arg0, arg1, arg2) { const ret = wasm.wasm_bindgen__convert__closures_____invoke__h3a3182d847094e12(arg0, arg1, arg2); if (ret[1]) { throw takeFromExternrefTable0(ret[0]); } } function wasm_bindgen__convert__closures_____invoke__h0accad0f5d87788a(arg0, arg1, arg2, arg3) { wasm.wasm_bindgen__convert__closures_____invoke__h0accad0f5d87788a(arg0, arg1, arg2, arg3); } const __wbindgen_enum_ReadableStreamType = ["bytes"]; const __wbindgen_enum_RequestMode = ["same-origin", "no-cors", "cors", "navigate"]; const __wbindgen_enum_ShadowRootMode = ["open", "closed"]; const IntoUnderlyingByteSourceFinalization = (typeof FinalizationRegistry === 'undefined') ? { register: () => {}, unregister: () => {} } : new FinalizationRegistry(ptr => wasm.__wbg_intounderlyingbytesource_free(ptr >>> 0, 1)); const IntoUnderlyingSinkFinalization = (typeof FinalizationRegistry === 'undefined') ? { register: () => {}, unregister: () => {} } : new FinalizationRegistry(ptr => wasm.__wbg_intounderlyingsink_free(ptr >>> 0, 1)); const IntoUnderlyingSourceFinalization = (typeof FinalizationRegistry === 'undefined') ? { register: () => {}, unregister: () => {} } : new FinalizationRegistry(ptr => wasm.__wbg_intounderlyingsource_free(ptr >>> 0, 1)); function addToExternrefTable0(obj) { const idx = wasm.__externref_table_alloc(); wasm.__wbindgen_externrefs.set(idx, obj); return idx; } const CLOSURE_DTORS = (typeof FinalizationRegistry === 'undefined') ? { register: () => {}, unregister: () => {} } : new FinalizationRegistry(state => wasm.__wbindgen_destroy_closure(state.a, state.b)); function debugString(val) { // primitive types const type = typeof val; if (type == 'number' || type == 'boolean' || val == null) { return `${val}`; } if (type == 'string') { return `"${val}"`; } if (type == 'symbol') { const description = val.description; if (description == null) { return 'Symbol'; } else { return `Symbol(${description})`; } } if (type == 'function') { const name = val.name; if (typeof name == 'string' && name.length > 0) { return `Function(${name})`; } else { return 'Function'; } } // objects if (Array.isArray(val)) { const length = val.length; let debug = '['; if (length > 0) { debug += debugString(val[0]); } for(let i = 1; i < length; i++) { debug += ', ' + debugString(val[i]); } debug += ']'; return debug; } // Test for built-in const builtInMatches = /\[object ([^\]]+)\]/.exec(toString.call(val)); let className; if (builtInMatches && builtInMatches.length > 1) { className = builtInMatches[1]; } else { // Failed to match the standard '[object ClassName]' return toString.call(val); } if (className == 'Object') { // we're a user defined class or Object // JSON.stringify avoids problems with cycles, and is generally much // easier than looping through ownProperties of `val`. try { return 'Object(' + JSON.stringify(val) + ')'; } catch (_) { return 'Object'; } } // errors if (val instanceof Error) { return `${val.name}: ${val.message}\n${val.stack}`; } // TODO we could test for more things here, like `Set`s and `Map`s. return className; } function getArrayU8FromWasm0(ptr, len) { ptr = ptr >>> 0; return getUint8ArrayMemory0().subarray(ptr / 1, ptr / 1 + len); } let cachedDataViewMemory0 = null; function getDataViewMemory0() { if (cachedDataViewMemory0 === null || cachedDataViewMemory0.buffer.detached === true || (cachedDataViewMemory0.buffer.detached === undefined && cachedDataViewMemory0.buffer !== wasm.memory.buffer)) { cachedDataViewMemory0 = new DataView(wasm.memory.buffer); } return cachedDataViewMemory0; } function getStringFromWasm0(ptr, len) { ptr = ptr >>> 0; return decodeText(ptr, len); } let cachedUint8ArrayMemory0 = null; function getUint8ArrayMemory0() { if (cachedUint8ArrayMemory0 === null || cachedUint8ArrayMemory0.byteLength === 0) { cachedUint8ArrayMemory0 = new Uint8Array(wasm.memory.buffer); } return cachedUint8ArrayMemory0; } function handleError(f, args) { try { return f.apply(this, args); } catch (e) { const idx = addToExternrefTable0(e); wasm.__wbindgen_exn_store(idx); } } function isLikeNone(x) { return x === undefined || x === null; } function makeClosure(arg0, arg1, f) { const state = { a: arg0, b: arg1, cnt: 1 }; const real = (...args) => { // First up with a closure we increment the internal reference // count. This ensures that the Rust closure environment won't // be deallocated while we're invoking it. state.cnt++; try { return f(state.a, state.b, ...args); } finally { real._wbg_cb_unref(); } }; real._wbg_cb_unref = () => { if (--state.cnt === 0) { wasm.__wbindgen_destroy_closure(state.a, state.b); state.a = 0; CLOSURE_DTORS.unregister(state); } }; CLOSURE_DTORS.register(real, state, state); return real; } function makeMutClosure(arg0, arg1, f) { const state = { a: arg0, b: arg1, cnt: 1 }; const real = (...args) => { // First up with a closure we increment the internal reference // count. This ensures that the Rust closure environment won't // be deallocated while we're invoking it. state.cnt++; const a = state.a; state.a = 0; try { return f(a, state.b, ...args); } finally { state.a = a; real._wbg_cb_unref(); } }; real._wbg_cb_unref = () => { if (--state.cnt === 0) { wasm.__wbindgen_destroy_closure(state.a, state.b); state.a = 0; CLOSURE_DTORS.unregister(state); } }; CLOSURE_DTORS.register(real, state, state); return real; } function passStringToWasm0(arg, malloc, realloc) { if (realloc === undefined) { const buf = cachedTextEncoder.encode(arg); const ptr = malloc(buf.length, 1) >>> 0; getUint8ArrayMemory0().subarray(ptr, ptr + buf.length).set(buf); WASM_VECTOR_LEN = buf.length; return ptr; } let len = arg.length; let ptr = malloc(len, 1) >>> 0; const mem = getUint8ArrayMemory0(); let offset = 0; for (; offset < len; offset++) { const code = arg.charCodeAt(offset); if (code > 0x7F) break; mem[ptr + offset] = code; } if (offset !== len) { if (offset !== 0) { arg = arg.slice(offset); } ptr = realloc(ptr, len, len = offset + arg.length * 3, 1) >>> 0; const view = getUint8ArrayMemory0().subarray(ptr + offset, ptr + len); const ret = cachedTextEncoder.encodeInto(arg, view); offset += ret.written; ptr = realloc(ptr, len, offset, 1) >>> 0; } WASM_VECTOR_LEN = offset; return ptr; } function takeFromExternrefTable0(idx) { const value = wasm.__wbindgen_externrefs.get(idx); wasm.__externref_table_dealloc(idx); return value; } let cachedTextDecoder = new TextDecoder('utf-8', { ignoreBOM: true, fatal: true }); cachedTextDecoder.decode(); const MAX_SAFARI_DECODE_BYTES = 2146435072; let numBytesDecoded = 0; function decodeText(ptr, len) { numBytesDecoded += len; if (numBytesDecoded >= MAX_SAFARI_DECODE_BYTES) { cachedTextDecoder = new TextDecoder('utf-8', { ignoreBOM: true, fatal: true }); cachedTextDecoder.decode(); numBytesDecoded = len; } return cachedTextDecoder.decode(getUint8ArrayMemory0().subarray(ptr, ptr + len)); } const cachedTextEncoder = new TextEncoder(); if (!('encodeInto' in cachedTextEncoder)) { cachedTextEncoder.encodeInto = function (arg, view) { const buf = cachedTextEncoder.encode(arg); view.set(buf); return { read: arg.length, written: buf.length }; }; } let WASM_VECTOR_LEN = 0; let wasmModule, wasm; function __wbg_finalize_init(instance, module) { wasm = instance.exports; wasmModule = module; cachedDataViewMemory0 = null; cachedUint8ArrayMemory0 = null; wasm.__wbindgen_start(); return wasm; } async function __wbg_load(module, imports) { if (typeof Response === 'function' && module instanceof Response) { if (typeof WebAssembly.instantiateStreaming === 'function') { try { return await WebAssembly.instantiateStreaming(module, imports); } catch (e) { const validResponse = module.ok && expectedResponseType(module.type); if (validResponse && module.headers.get('Content-Type') !== 'application/wasm') { console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve Wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n", e); } else { throw e; } } } const bytes = await module.arrayBuffer(); return await WebAssembly.instantiate(bytes, imports); } else { const instance = await WebAssembly.instantiate(module, imports); if (instance instanceof WebAssembly.Instance) { return { instance, module }; } else { return instance; } } function expectedResponseType(type) { switch (type) { case 'basic': case 'cors': case 'default': return true; } return false; } } function initSync(module) { if (wasm !== undefined) return wasm; if (module !== undefined) { if (Object.getPrototypeOf(module) === Object.prototype) { ({module} = module) } else { console.warn('using deprecated parameters for `initSync()`; pass a single object instead') } } const imports = __wbg_get_imports(); if (!(module instanceof WebAssembly.Module)) { module = new WebAssembly.Module(module); } const instance = new WebAssembly.Instance(module, imports); return __wbg_finalize_init(instance, module); } async function __wbg_init(module_or_path) { if (wasm !== undefined) return wasm; if (module_or_path !== undefined) { if (Object.getPrototypeOf(module_or_path) === Object.prototype) { ({module_or_path} = module_or_path) } else { console.warn('using deprecated parameters for the initialization function; pass a single object instead') } } if (module_or_path === undefined) { module_or_path = new URL('mnote-leptos-tiptap-spike-island_bg.wasm', import.meta.url); } const imports = __wbg_get_imports(); if (typeof module_or_path === 'string' || (typeof Request === 'function' && module_or_path instanceof Request) || (typeof URL === 'function' && module_or_path instanceof URL)) { module_or_path = fetch(module_or_path); } const { instance, module } = await __wbg_load(await module_or_path, imports); return __wbg_finalize_init(instance, module); } export { initSync, __wbg_init as default };