1174 lines
46 KiB
JavaScript
1174 lines
46 KiB
JavaScript
|
|
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<any>}
|
||
|
|
*/
|
||
|
|
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<any>}
|
||
|
|
*/
|
||
|
|
abort(reason) {
|
||
|
|
const ptr = this.__destroy_into_raw();
|
||
|
|
const ret = wasm.intounderlyingsink_abort(ptr, reason);
|
||
|
|
return ret;
|
||
|
|
}
|
||
|
|
/**
|
||
|
|
* @returns {Promise<any>}
|
||
|
|
*/
|
||
|
|
close() {
|
||
|
|
const ptr = this.__destroy_into_raw();
|
||
|
|
const ret = wasm.intounderlyingsink_close(ptr);
|
||
|
|
return ret;
|
||
|
|
}
|
||
|
|
/**
|
||
|
|
* @param {any} chunk
|
||
|
|
* @returns {Promise<any>}
|
||
|
|
*/
|
||
|
|
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<any>}
|
||
|
|
*/
|
||
|
|
pull(controller) {
|
||
|
|
const ret = wasm.intounderlyingsource_pull(this.__wbg_ptr, controller);
|
||
|
|
return ret;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
if (Symbol.dispose) IntoUnderlyingSource.prototype[Symbol.dispose] = IntoUnderlyingSource.prototype.free;
|
||
|
|
function __wbg_get_imports() {
|
||
|
|
const import0 = {
|
||
|
|
__proto__: null,
|
||
|
|
__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_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_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_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_addEventListener_79f868f51ae88579: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
||
|
|
arg0.addEventListener(getStringFromWasm0(arg1, arg2), arg3, arg4);
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_addEventListener_8176dab41b09531c: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
||
|
|
arg0.addEventListener(getStringFromWasm0(arg1, arg2), arg3);
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_add_0cfb2ab24caa9888: function() { return handleError(function (arg0, arg1, arg2) {
|
||
|
|
arg0.add(getStringFromWasm0(arg1, arg2));
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_body_c7b35a55457167ba: function(arg0) {
|
||
|
|
const ret = arg0.body;
|
||
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
||
|
|
},
|
||
|
|
__wbg_buffer_d0f5ea0926a691fd: function(arg0) {
|
||
|
|
const ret = arg0.buffer;
|
||
|
|
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_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_classList_a4e8d7553b666e6d: function(arg0) {
|
||
|
|
const ret = arg0.classList;
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_clearTimeout_113b1cde814ec762: function(arg0) {
|
||
|
|
const ret = clearTimeout(arg0);
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_clearTimeout_1a62f3563b1611b3: function(arg0, arg1) {
|
||
|
|
arg0.clearTimeout(arg1);
|
||
|
|
},
|
||
|
|
__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_0aa6756f298a2c2d: function(arg0) {
|
||
|
|
arg0.close();
|
||
|
|
},
|
||
|
|
__wbg_close_88106990eea7f544: function() { return handleError(function (arg0) {
|
||
|
|
arg0.close();
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_close_e6c8977a002e9e13: function() { return handleError(function (arg0) {
|
||
|
|
arg0.close();
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_close_fb954dfaf67b5732: function() { return handleError(function (arg0) {
|
||
|
|
arg0.close();
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_composedPath_e2b9e0f5161335eb: function(arg0) {
|
||
|
|
const ret = arg0.composedPath();
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_connect_301bfaee317657e7: function() { return handleError(function (arg0, arg1) {
|
||
|
|
const ret = arg0.connect(arg1);
|
||
|
|
return ret;
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_content_13d0cb7e0ea91c39: function(arg0) {
|
||
|
|
const ret = arg0.content;
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_cookie_d587a65145c1f3ba: function() { return handleError(function (arg0, arg1) {
|
||
|
|
const ret = arg1.cookie;
|
||
|
|
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_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_createGain_9f1346a2369109e0: function() { return handleError(function (arg0) {
|
||
|
|
const ret = arg0.createGain();
|
||
|
|
return ret;
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_createOscillator_d891cd791ce0b814: function() { return handleError(function (arg0) {
|
||
|
|
const ret = arg0.createOscillator();
|
||
|
|
return ret;
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_createTextNode_7949043038fd9f7b: function(arg0, arg1, arg2) {
|
||
|
|
const ret = arg0.createTextNode(getStringFromWasm0(arg1, arg2));
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_currentTime_8e9bfa251075a7d7: function(arg0) {
|
||
|
|
const ret = arg0.currentTime;
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_data_bb9dffdd1e99cf2d: function(arg0) {
|
||
|
|
const ret = arg0.data;
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_deleteProperty_d5f7bd763acbdb44: function() { return handleError(function (arg0, arg1) {
|
||
|
|
const ret = Reflect.deleteProperty(arg0, arg1);
|
||
|
|
return ret;
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_destination_7aa167ec1225162d: function(arg0) {
|
||
|
|
const ret = arg0.destination;
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_documentElement_08ce5ecd9e8b21e1: function(arg0) {
|
||
|
|
const ret = arg0.documentElement;
|
||
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
||
|
|
},
|
||
|
|
__wbg_document_7a41071f2f439323: function(arg0) {
|
||
|
|
const ret = arg0.document;
|
||
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
||
|
|
},
|
||
|
|
__wbg_enqueue_4767ce322820c94d: function() { return handleError(function (arg0, arg1) {
|
||
|
|
arg0.enqueue(arg1);
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_error_2001591ad2463697: function(arg0) {
|
||
|
|
console.error(arg0);
|
||
|
|
},
|
||
|
|
__wbg_exponentialRampToValueAtTime_00c2f1771a4804bd: function() { return handleError(function (arg0, arg1, arg2) {
|
||
|
|
const ret = arg0.exponentialRampToValueAtTime(arg1, arg2);
|
||
|
|
return ret;
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_firstChild_d4bf03999a23e79a: function(arg0) {
|
||
|
|
const ret = arg0.firstChild;
|
||
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
||
|
|
},
|
||
|
|
__wbg_firstElementChild_f67647a589d437a2: function(arg0) {
|
||
|
|
const ret = arg0.firstElementChild;
|
||
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
||
|
|
},
|
||
|
|
__wbg_frequency_4f71c695f55b6a54: function(arg0) {
|
||
|
|
const ret = arg0.frequency;
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_gain_af09f4ecb5d66a4e: function(arg0) {
|
||
|
|
const ret = arg0.gain;
|
||
|
|
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_getRandomValues_3f44b700395062e5: function() { return handleError(function (arg0, arg1) {
|
||
|
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
||
|
|
}, 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_head_77bab63b2165751c: function(arg0) {
|
||
|
|
const ret = arg0.head;
|
||
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
||
|
|
},
|
||
|
|
__wbg_host_207aa9237088c9e9: function(arg0) {
|
||
|
|
const ret = arg0.host;
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__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_Blob_10148a11a16aee87: function(arg0) {
|
||
|
|
let result;
|
||
|
|
try {
|
||
|
|
result = arg0 instanceof Blob;
|
||
|
|
} 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_Error_6872d63ba7922898: function(arg0) {
|
||
|
|
let result;
|
||
|
|
try {
|
||
|
|
result = arg0 instanceof Error;
|
||
|
|
} 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_Window_cc64c86c8ef9e02b: function(arg0) {
|
||
|
|
let result;
|
||
|
|
try {
|
||
|
|
result = arg0 instanceof Window;
|
||
|
|
} catch (_) {
|
||
|
|
result = false;
|
||
|
|
}
|
||
|
|
const ret = result;
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_languages_53e97082086045ce: function(arg0) {
|
||
|
|
const ret = arg0.languages;
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_length_9f1775224cf1d815: 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_log_7e1aa9064a1dbdbd: function(arg0) {
|
||
|
|
console.log(arg0);
|
||
|
|
},
|
||
|
|
__wbg_message_cb4f84ee66e5e341: function(arg0) {
|
||
|
|
const ret = arg0.message;
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_name_d3c35622d14bb080: function(arg0) {
|
||
|
|
const ret = arg0.name;
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_navigator_bc077756492232c5: function(arg0) {
|
||
|
|
const ret = arg0.navigator;
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_new_0a8d011ad814b95a: function() { return handleError(function () {
|
||
|
|
const ret = new FileReader();
|
||
|
|
return ret;
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_new_0c7403db6e782f19: function(arg0) {
|
||
|
|
const ret = new Uint8Array(arg0);
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_new_2a6e9133304ae2bf: function() { return handleError(function (arg0, arg1) {
|
||
|
|
const ret = new WebSocket(getStringFromWasm0(arg0, arg1));
|
||
|
|
return ret;
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_new_5e360d2ff7b9e1c3: function(arg0, arg1) {
|
||
|
|
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_new_aa8d0fa9762c29bd: function() {
|
||
|
|
const ret = new Object();
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_new_aadb2b3f13e701cf: function() { return handleError(function (arg0, arg1) {
|
||
|
|
const ret = new BroadcastChannel(getStringFromWasm0(arg0, arg1));
|
||
|
|
return ret;
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_new_df431d05bd05ed26: function() { return handleError(function () {
|
||
|
|
const ret = new lAudioContext();
|
||
|
|
return ret;
|
||
|
|
}, arguments); },
|
||
|
|
__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__h42c7f62e44be4353(a, state0.b, arg0, arg1);
|
||
|
|
} finally {
|
||
|
|
state0.a = a;
|
||
|
|
}
|
||
|
|
};
|
||
|
|
const ret = new Promise(cb0);
|
||
|
|
return ret;
|
||
|
|
} finally {
|
||
|
|
state0.a = 0;
|
||
|
|
}
|
||
|
|
},
|
||
|
|
__wbg_new_with_byte_offset_and_length_01848e8d6a3d49ad: function(arg0, arg1, arg2) {
|
||
|
|
const ret = new Uint8Array(arg0, arg1 >>> 0, arg2 >>> 0);
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_nextSibling_58f635df24be0787: function(arg0) {
|
||
|
|
const ret = arg0.nextSibling;
|
||
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
||
|
|
},
|
||
|
|
__wbg_nodeType_1e98f026e15a17e5: function(arg0) {
|
||
|
|
const ret = arg0.nodeType;
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_now_a9b7df1cbee90986: function() {
|
||
|
|
const ret = Date.now();
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_now_e7c6795a7f81e10f: function(arg0) {
|
||
|
|
const ret = arg0.now();
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_parentNode_e94744054a57a837: function(arg0) {
|
||
|
|
const ret = arg0.parentNode;
|
||
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
||
|
|
},
|
||
|
|
__wbg_performance_3fcf6e32a7e1ed0a: function(arg0) {
|
||
|
|
const ret = arg0.performance;
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_postMessage_f9ee88e3c733baf9: function() { return handleError(function (arg0, arg1) {
|
||
|
|
arg0.postMessage(arg1);
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_preventDefault_f55c01cb5fd2bcc0: function(arg0) {
|
||
|
|
arg0.preventDefault();
|
||
|
|
},
|
||
|
|
__wbg_prototypesetcall_a6b02eb00b0f4ce2: function(arg0, arg1, arg2) {
|
||
|
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
||
|
|
},
|
||
|
|
__wbg_queueMicrotask_5d15a957e6aa920e: function(arg0) {
|
||
|
|
queueMicrotask(arg0);
|
||
|
|
},
|
||
|
|
__wbg_queueMicrotask_f8819e5ffc402f36: function(arg0) {
|
||
|
|
const ret = arg0.queueMicrotask;
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_readAsArrayBuffer_7f1359e61bc15108: function() { return handleError(function (arg0, arg1) {
|
||
|
|
arg0.readAsArrayBuffer(arg1);
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_removeAttribute_c75ac657c944b3f1: function() { return handleError(function (arg0, arg1, arg2) {
|
||
|
|
arg0.removeAttribute(getStringFromWasm0(arg1, arg2));
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_removeEventListener_61405fc9de7dfd6b: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
||
|
|
arg0.removeEventListener(getStringFromWasm0(arg1, arg2), arg3, arg4);
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_removeEventListener_7bdf07404d9b24bd: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
||
|
|
arg0.removeEventListener(getStringFromWasm0(arg1, arg2), arg3);
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_removeItem_487c385a3066a8ed: function() { return handleError(function (arg0, arg1, arg2) {
|
||
|
|
arg0.removeItem(getStringFromWasm0(arg1, arg2));
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_remove_48cb93cf7a6c4260: function(arg0) {
|
||
|
|
arg0.remove();
|
||
|
|
},
|
||
|
|
__wbg_remove_8aa602fc502f0448: function() { return handleError(function (arg0, arg1, arg2) {
|
||
|
|
arg0.remove(getStringFromWasm0(arg1, arg2));
|
||
|
|
}, arguments); },
|
||
|
|
__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_result_cadfbcadd3b04647: function() { return handleError(function (arg0) {
|
||
|
|
const ret = arg0.result;
|
||
|
|
return ret;
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_run_0b0a622deae25fda: function(arg0, arg1, arg2) {
|
||
|
|
try {
|
||
|
|
var state0 = {a: arg1, b: arg2};
|
||
|
|
var cb0 = () => {
|
||
|
|
const a = state0.a;
|
||
|
|
state0.a = 0;
|
||
|
|
try {
|
||
|
|
return wasm_bindgen__convert__closures_____invoke__hf0f977607302985a(a, state0.b, );
|
||
|
|
} finally {
|
||
|
|
state0.a = a;
|
||
|
|
}
|
||
|
|
};
|
||
|
|
const ret = arg0.run(cb0);
|
||
|
|
return ret;
|
||
|
|
} finally {
|
||
|
|
state0.a = 0;
|
||
|
|
}
|
||
|
|
},
|
||
|
|
__wbg_send_15358dbe221c6258: function() { return handleError(function (arg0, arg1, arg2) {
|
||
|
|
arg0.send(getStringFromWasm0(arg1, arg2));
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_send_186c85704c7f2d00: function() { return handleError(function (arg0, arg1, arg2) {
|
||
|
|
arg0.send(getArrayU8FromWasm0(arg1, arg2));
|
||
|
|
}, 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_setTimeout_d8786dd31f90da0f: function() { return handleError(function (arg0, arg1, arg2) {
|
||
|
|
const ret = arg0.setTimeout(arg1, arg2);
|
||
|
|
return ret;
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_setTimeout_ef24d2fc3ad97385: function() { return handleError(function (arg0, arg1) {
|
||
|
|
const ret = setTimeout(arg0, arg1);
|
||
|
|
return ret;
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_setValueAtTime_f2282afd259bb493: function() { return handleError(function (arg0, arg1, arg2) {
|
||
|
|
const ret = arg0.setValueAtTime(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_3d484eb794afec82: function(arg0, arg1, arg2) {
|
||
|
|
arg0.set(getArrayU8FromWasm0(arg1, arg2));
|
||
|
|
},
|
||
|
|
__wbg_set_binaryType_770e68648ca5e83d: function(arg0, arg1) {
|
||
|
|
arg0.binaryType = __wbindgen_enum_BinaryType[arg1];
|
||
|
|
},
|
||
|
|
__wbg_set_capture_6a782955ea62ac61: function(arg0, arg1) {
|
||
|
|
arg0.capture = arg1 !== 0;
|
||
|
|
},
|
||
|
|
__wbg_set_cookie_b230bb282b0c6f43: function() { return handleError(function (arg0, arg1, arg2) {
|
||
|
|
arg0.cookie = getStringFromWasm0(arg1, arg2);
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_set_innerHTML_a3c82996073b31ea: function(arg0, arg1, arg2) {
|
||
|
|
arg0.innerHTML = getStringFromWasm0(arg1, arg2);
|
||
|
|
},
|
||
|
|
__wbg_set_nodeValue_f39ed00fc286b285: function(arg0, arg1, arg2) {
|
||
|
|
arg0.nodeValue = arg1 === 0 ? undefined : getStringFromWasm0(arg1, arg2);
|
||
|
|
},
|
||
|
|
__wbg_set_once_e747a93482f65a72: function(arg0, arg1) {
|
||
|
|
arg0.once = arg1 !== 0;
|
||
|
|
},
|
||
|
|
__wbg_set_onclose_17fa3bbcc4ba3541: function(arg0, arg1) {
|
||
|
|
arg0.onclose = arg1;
|
||
|
|
},
|
||
|
|
__wbg_set_onerror_da99c4232662a084: function(arg0, arg1) {
|
||
|
|
arg0.onerror = arg1;
|
||
|
|
},
|
||
|
|
__wbg_set_onloadend_353e1e891cf72c27: function(arg0, arg1) {
|
||
|
|
arg0.onloadend = arg1;
|
||
|
|
},
|
||
|
|
__wbg_set_onmessage_c1db358b9c38e3f1: function(arg0, arg1) {
|
||
|
|
arg0.onmessage = arg1;
|
||
|
|
},
|
||
|
|
__wbg_set_onopen_cd47b8fb1d92dee9: function(arg0, arg1) {
|
||
|
|
arg0.onopen = arg1;
|
||
|
|
},
|
||
|
|
__wbg_set_passive_69f5c7d4e21e69c3: function(arg0, arg1) {
|
||
|
|
arg0.passive = arg1 !== 0;
|
||
|
|
},
|
||
|
|
__wbg_set_type_e10300c35573ac85: function(arg0, arg1) {
|
||
|
|
arg0.type = __wbindgen_enum_OscillatorType[arg1];
|
||
|
|
},
|
||
|
|
__wbg_set_value_701931da23e8bae7: function(arg0, arg1) {
|
||
|
|
arg0.value = arg1;
|
||
|
|
},
|
||
|
|
__wbg_slice_5fffd132e3ff5262: function(arg0, arg1) {
|
||
|
|
const ret = arg1.slice();
|
||
|
|
const ptr1 = passArrayJsValueToWasm0(ret, wasm.__wbindgen_malloc);
|
||
|
|
const len1 = WASM_VECTOR_LEN;
|
||
|
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
||
|
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
||
|
|
},
|
||
|
|
__wbg_start_ccf4b52f03e06e0a: function() { return handleError(function (arg0, arg1) {
|
||
|
|
arg0.start(arg1);
|
||
|
|
}, arguments); },
|
||
|
|
__wbg_static_accessor_CREATE_TASK_f3ab6a6954bda493: function() {
|
||
|
|
const ret = typeof console === 'undefined' ? null : console?.createTask;
|
||
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
||
|
|
},
|
||
|
|
__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_stopPropagation_e088fca8231e68c4: function(arg0) {
|
||
|
|
arg0.stopPropagation();
|
||
|
|
},
|
||
|
|
__wbg_stop_b0230bbe32583fd2: function() { return handleError(function (arg0, arg1) {
|
||
|
|
arg0.stop(arg1);
|
||
|
|
}, arguments); },
|
||
|
|
__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_8e16ee11f05e4827: function(arg0, arg1) {
|
||
|
|
const ret = arg0.then(arg1);
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbg_toString_6dc1a94e0bdba378: function(arg0) {
|
||
|
|
const ret = arg0.toString();
|
||
|
|
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_view_701664ffb3b1ce67: function(arg0) {
|
||
|
|
const ret = arg0.view;
|
||
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
||
|
|
},
|
||
|
|
__wbg_warn_3cc416af27dbdc02: function(arg0) {
|
||
|
|
console.warn(arg0);
|
||
|
|
},
|
||
|
|
__wbg_warn_bd0f407277b102f4: function(arg0, arg1, arg2) {
|
||
|
|
console.warn(arg0, arg1, arg2);
|
||
|
|
},
|
||
|
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
||
|
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1089, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
||
|
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h631ca3ab15db92ac);
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
||
|
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 1146, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
||
|
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__heaa42c2d614740c5);
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
||
|
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 987, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
||
|
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h6c85d08fbcdf5b5a);
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
||
|
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("ErrorEvent")], shim_idx: 985, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
||
|
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h8604f84d7f7e1085);
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
||
|
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx: 1090, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
||
|
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hdb75aae9aec73406);
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbindgen_cast_0000000000000006: function(arg0, arg1) {
|
||
|
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 988, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
||
|
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h0ba230b615670f92);
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbindgen_cast_0000000000000007: function(arg0, arg1) {
|
||
|
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("ProgressEvent")], shim_idx: 986, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
||
|
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h662b7d6967267d18);
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbindgen_cast_0000000000000008: function(arg0, arg1) {
|
||
|
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 1024, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
||
|
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h3420984fa2fe04e3);
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbindgen_cast_0000000000000009: function(arg0, arg1) {
|
||
|
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 965, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
||
|
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__hd6fed3fae7865fee);
|
||
|
|
return ret;
|
||
|
|
},
|
||
|
|
__wbindgen_cast_000000000000000a: function(arg0, arg1) {
|
||
|
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
||
|
|
const ret = getStringFromWasm0(arg0, arg1);
|
||
|
|
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,
|
||
|
|
"./client_web_bg.js": import0,
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
const lAudioContext = (typeof AudioContext !== 'undefined' ? AudioContext : (typeof webkitAudioContext !== 'undefined' ? webkitAudioContext : undefined));
|
||
|
|
function wasm_bindgen__convert__closures_____invoke__h3420984fa2fe04e3(arg0, arg1) {
|
||
|
|
wasm.wasm_bindgen__convert__closures_____invoke__h3420984fa2fe04e3(arg0, arg1);
|
||
|
|
}
|
||
|
|
|
||
|
|
function wasm_bindgen__convert__closures_____invoke__hd6fed3fae7865fee(arg0, arg1) {
|
||
|
|
wasm.wasm_bindgen__convert__closures_____invoke__hd6fed3fae7865fee(arg0, arg1);
|
||
|
|
}
|
||
|
|
|
||
|
|
function wasm_bindgen__convert__closures_____invoke__hf0f977607302985a(arg0, arg1) {
|
||
|
|
const ret = wasm.wasm_bindgen__convert__closures_____invoke__hf0f977607302985a(arg0, arg1);
|
||
|
|
return ret !== 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
function wasm_bindgen__convert__closures_____invoke__h631ca3ab15db92ac(arg0, arg1, arg2) {
|
||
|
|
wasm.wasm_bindgen__convert__closures_____invoke__h631ca3ab15db92ac(arg0, arg1, arg2);
|
||
|
|
}
|
||
|
|
|
||
|
|
function wasm_bindgen__convert__closures_____invoke__h6c85d08fbcdf5b5a(arg0, arg1, arg2) {
|
||
|
|
wasm.wasm_bindgen__convert__closures_____invoke__h6c85d08fbcdf5b5a(arg0, arg1, arg2);
|
||
|
|
}
|
||
|
|
|
||
|
|
function wasm_bindgen__convert__closures_____invoke__h8604f84d7f7e1085(arg0, arg1, arg2) {
|
||
|
|
wasm.wasm_bindgen__convert__closures_____invoke__h8604f84d7f7e1085(arg0, arg1, arg2);
|
||
|
|
}
|
||
|
|
|
||
|
|
function wasm_bindgen__convert__closures_____invoke__hdb75aae9aec73406(arg0, arg1, arg2) {
|
||
|
|
wasm.wasm_bindgen__convert__closures_____invoke__hdb75aae9aec73406(arg0, arg1, arg2);
|
||
|
|
}
|
||
|
|
|
||
|
|
function wasm_bindgen__convert__closures_____invoke__h0ba230b615670f92(arg0, arg1, arg2) {
|
||
|
|
wasm.wasm_bindgen__convert__closures_____invoke__h0ba230b615670f92(arg0, arg1, arg2);
|
||
|
|
}
|
||
|
|
|
||
|
|
function wasm_bindgen__convert__closures_____invoke__h662b7d6967267d18(arg0, arg1, arg2) {
|
||
|
|
wasm.wasm_bindgen__convert__closures_____invoke__h662b7d6967267d18(arg0, arg1, arg2);
|
||
|
|
}
|
||
|
|
|
||
|
|
function wasm_bindgen__convert__closures_____invoke__heaa42c2d614740c5(arg0, arg1, arg2) {
|
||
|
|
const ret = wasm.wasm_bindgen__convert__closures_____invoke__heaa42c2d614740c5(arg0, arg1, arg2);
|
||
|
|
if (ret[1]) {
|
||
|
|
throw takeFromExternrefTable0(ret[0]);
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
function wasm_bindgen__convert__closures_____invoke__h42c7f62e44be4353(arg0, arg1, arg2, arg3) {
|
||
|
|
wasm.wasm_bindgen__convert__closures_____invoke__h42c7f62e44be4353(arg0, arg1, arg2, arg3);
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
const __wbindgen_enum_BinaryType = ["blob", "arraybuffer"];
|
||
|
|
|
||
|
|
|
||
|
|
const __wbindgen_enum_OscillatorType = ["sine", "square", "sawtooth", "triangle", "custom"];
|
||
|
|
|
||
|
|
|
||
|
|
const __wbindgen_enum_ReadableStreamType = ["bytes"];
|
||
|
|
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 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 passArrayJsValueToWasm0(array, malloc) {
|
||
|
|
const ptr = malloc(array.length * 4, 4) >>> 0;
|
||
|
|
for (let i = 0; i < array.length; i++) {
|
||
|
|
const add = addToExternrefTable0(array[i]);
|
||
|
|
getDataViewMemory0().setUint32(ptr + 4 * i, add, true);
|
||
|
|
}
|
||
|
|
WASM_VECTOR_LEN = array.length;
|
||
|
|
return ptr;
|
||
|
|
}
|
||
|
|
|
||
|
|
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('client_web_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 };
|