Vanha frontend siirretty temp/. Uusi rakenne: - StatusBar.astro, Terminal.astro, Editor.astro, Guide.astro - global.css erillinen - Wasm pääsäikeessä (ei Worker — yksinkertainen, debugattava) - Tab-completion, dropdown, projektikortti, Monaco, GUIDE.md - Ei tokenisointia eikä koodilaboratoriota Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1742 lines
70 KiB
JavaScript
1742 lines
70 KiB
JavaScript
/* @ts-self-types="./node.d.ts" */
|
|
|
|
/**
|
|
* @param {boolean} enabled
|
|
*/
|
|
export function set_auto_tasks(enabled) {
|
|
wasm.set_auto_tasks(enabled);
|
|
}
|
|
|
|
/**
|
|
* @param {number} load
|
|
*/
|
|
export function set_gpu_load(load) {
|
|
wasm.set_gpu_load(load);
|
|
}
|
|
|
|
/**
|
|
* @param {string} hub_url
|
|
* @param {boolean} has_webgpu
|
|
* @param {string} device_info_json
|
|
* @param {number} task_id
|
|
* @returns {Promise<void>}
|
|
*/
|
|
export function start_agent_node(hub_url, has_webgpu, device_info_json, task_id) {
|
|
const ptr0 = passStringToWasm0(hub_url, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
const len0 = WASM_VECTOR_LEN;
|
|
const ptr1 = passStringToWasm0(device_info_json, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
const len1 = WASM_VECTOR_LEN;
|
|
const ret = wasm.start_agent_node(ptr0, len0, has_webgpu, ptr1, len1, task_id);
|
|
return ret;
|
|
}
|
|
|
|
/**
|
|
* JS-exportti: tokenisoi tekstin ja palauttaa JSON-merkkijonon
|
|
* Tokenizer ladataan IndexedDB:stä (täytyy olla ladattu aiemmin)
|
|
* @param {string} text
|
|
* @returns {Promise<string>}
|
|
*/
|
|
export function tokenize_js(text) {
|
|
const ptr0 = passStringToWasm0(text, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
const len0 = WASM_VECTOR_LEN;
|
|
const ret = wasm.tokenize_js(ptr0, len0);
|
|
return ret;
|
|
}
|
|
|
|
function __wbg_get_imports() {
|
|
const import0 = {
|
|
__proto__: null,
|
|
__wbg_Window_06e90eea4c7df280: function(arg0) {
|
|
const ret = arg0.Window;
|
|
return ret;
|
|
},
|
|
__wbg_WorkerGlobalScope_defda269b75e179a: function(arg0) {
|
|
const ret = arg0.WorkerGlobalScope;
|
|
return ret;
|
|
},
|
|
__wbg___wbindgen_boolean_get_a86c216575a75c30: function(arg0) {
|
|
const v = arg0;
|
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
},
|
|
__wbg___wbindgen_debug_string_dd5d2d07ce9e6c57: 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_is_function_49868bde5eb1e745: function(arg0) {
|
|
const ret = typeof(arg0) === 'function';
|
|
return ret;
|
|
},
|
|
__wbg___wbindgen_is_null_344c8750a8525473: function(arg0) {
|
|
const ret = arg0 === null;
|
|
return ret;
|
|
},
|
|
__wbg___wbindgen_is_object_40c5a80572e8f9d3: function(arg0) {
|
|
const val = arg0;
|
|
const ret = typeof(val) === 'object' && val !== null;
|
|
return ret;
|
|
},
|
|
__wbg___wbindgen_is_string_b29b5c5a8065ba1a: function(arg0) {
|
|
const ret = typeof(arg0) === 'string';
|
|
return ret;
|
|
},
|
|
__wbg___wbindgen_is_undefined_c0cca72b82b86f4d: function(arg0) {
|
|
const ret = arg0 === undefined;
|
|
return ret;
|
|
},
|
|
__wbg___wbindgen_number_get_7579aab02a8a620c: 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_914df97fcfa788f2: 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_81fc77679af83bc6: function(arg0, arg1) {
|
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
},
|
|
__wbg__wbg_cb_unref_3c3b4f651835fbcb: function(arg0) {
|
|
arg0._wbg_cb_unref();
|
|
},
|
|
__wbg_abort_5ee4083ce26e0b01: function(arg0) {
|
|
arg0.abort();
|
|
},
|
|
__wbg_abort_7a67cb8f9383baa1: function(arg0, arg1) {
|
|
arg0.abort(arg1);
|
|
},
|
|
__wbg_append_c015600138ae60bb: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
arg0.append(getStringFromWasm0(arg1, arg2), getStringFromWasm0(arg3, arg4));
|
|
}, arguments); },
|
|
__wbg_arrayBuffer_dae084a298aa5fe0: function() { return handleError(function (arg0) {
|
|
const ret = arg0.arrayBuffer();
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_beginComputePass_5d05bddfd3eb7ba4: function(arg0, arg1) {
|
|
const ret = arg0.beginComputePass(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_beginRenderPass_9a7bf53d588737dc: function(arg0, arg1) {
|
|
const ret = arg0.beginRenderPass(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_body_9a25d64338506fbe: function(arg0) {
|
|
const ret = arg0.body;
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
},
|
|
__wbg_buffer_a77cc90da4bdb503: function(arg0) {
|
|
const ret = arg0.buffer;
|
|
return ret;
|
|
},
|
|
__wbg_call_7f2987183bb62793: function() { return handleError(function (arg0, arg1) {
|
|
const ret = arg0.call(arg1);
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_call_d578befcc3145dee: function() { return handleError(function (arg0, arg1, arg2) {
|
|
const ret = arg0.call(arg1, arg2);
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_clearBuffer_b08b15b7ee3c9d57: function(arg0, arg1, arg2) {
|
|
arg0.clearBuffer(arg1, arg2);
|
|
},
|
|
__wbg_clearBuffer_f24f8de43db597ec: function(arg0, arg1, arg2, arg3) {
|
|
arg0.clearBuffer(arg1, arg2, arg3);
|
|
},
|
|
__wbg_clearTimeout_6b8d9a38b9263d65: function(arg0) {
|
|
const ret = clearTimeout(arg0);
|
|
return ret;
|
|
},
|
|
__wbg_close_040c0e5be6c74f11: function(arg0) {
|
|
arg0.close();
|
|
},
|
|
__wbg_configure_6e1ccd3ac31b721c: function(arg0, arg1) {
|
|
arg0.configure(arg1);
|
|
},
|
|
__wbg_copyBufferToBuffer_d52339f5d639af9b: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
arg0.copyBufferToBuffer(arg1, arg2, arg3, arg4, arg5);
|
|
},
|
|
__wbg_copyBufferToTexture_48aa78a412b2a467: function(arg0, arg1, arg2, arg3) {
|
|
arg0.copyBufferToTexture(arg1, arg2, arg3);
|
|
},
|
|
__wbg_copyExternalImageToTexture_eebbba3aa85a0b95: function(arg0, arg1, arg2, arg3) {
|
|
arg0.copyExternalImageToTexture(arg1, arg2, arg3);
|
|
},
|
|
__wbg_copyTextureToBuffer_5aef45a98e34a97e: function(arg0, arg1, arg2, arg3) {
|
|
arg0.copyTextureToBuffer(arg1, arg2, arg3);
|
|
},
|
|
__wbg_copyTextureToTexture_97d0e9333a1e1008: function(arg0, arg1, arg2, arg3) {
|
|
arg0.copyTextureToTexture(arg1, arg2, arg3);
|
|
},
|
|
__wbg_createBindGroupLayout_e37f9323c278f93f: function(arg0, arg1) {
|
|
const ret = arg0.createBindGroupLayout(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_createBindGroup_876adbf7e329ce2e: function(arg0, arg1) {
|
|
const ret = arg0.createBindGroup(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_createBuffer_e3f8b2bd8b492498: function(arg0, arg1) {
|
|
const ret = arg0.createBuffer(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_createCommandEncoder_e617922978f8b4de: function(arg0, arg1) {
|
|
const ret = arg0.createCommandEncoder(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_createComputePipeline_6794bf24c6c03583: function(arg0, arg1) {
|
|
const ret = arg0.createComputePipeline(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_createIndex_3b7d978a2177a0cf: function() { return handleError(function (arg0, arg1, arg2, arg3, arg4) {
|
|
const ret = arg0.createIndex(getStringFromWasm0(arg1, arg2), arg3, arg4);
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_createObjectStore_6e567b25160be2fa: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
const ret = arg0.createObjectStore(getStringFromWasm0(arg1, arg2), arg3);
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_createPipelineLayout_1a8ea1f550cfa5e7: function(arg0, arg1) {
|
|
const ret = arg0.createPipelineLayout(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_createQuerySet_6050df2adcb1f167: function(arg0, arg1) {
|
|
const ret = arg0.createQuerySet(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_createRenderBundleEncoder_a98ecb1771e99ab3: function(arg0, arg1) {
|
|
const ret = arg0.createRenderBundleEncoder(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_createRenderPipeline_921034ccba195ffe: function(arg0, arg1) {
|
|
const ret = arg0.createRenderPipeline(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_createSampler_cb4137c4e97c7098: function(arg0, arg1) {
|
|
const ret = arg0.createSampler(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_createShaderModule_912a19a8ccc2aa1a: function(arg0, arg1) {
|
|
const ret = arg0.createShaderModule(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_createTexture_1a3ebeb1ddd7a035: function(arg0, arg1) {
|
|
const ret = arg0.createTexture(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_createView_c227b9af7bd5f441: function(arg0, arg1) {
|
|
const ret = arg0.createView(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_crypto_38df2bab126b63dc: function(arg0) {
|
|
const ret = arg0.crypto;
|
|
return ret;
|
|
},
|
|
__wbg_data_60b50110c5bd9349: function(arg0) {
|
|
const ret = arg0.data;
|
|
return ret;
|
|
},
|
|
__wbg_deleteIndex_af52038711dd78b2: function() { return handleError(function (arg0, arg1, arg2) {
|
|
arg0.deleteIndex(getStringFromWasm0(arg1, arg2));
|
|
}, arguments); },
|
|
__wbg_deleteObjectStore_42c1e82fe6d8a028: function() { return handleError(function (arg0, arg1, arg2) {
|
|
arg0.deleteObjectStore(getStringFromWasm0(arg1, arg2));
|
|
}, arguments); },
|
|
__wbg_destroy_50767c0458f7c8d1: function(arg0) {
|
|
arg0.destroy();
|
|
},
|
|
__wbg_destroy_80182ff6e496228e: function(arg0) {
|
|
arg0.destroy();
|
|
},
|
|
__wbg_destroy_a2c0702c5d1269b5: function(arg0) {
|
|
arg0.destroy();
|
|
},
|
|
__wbg_dispatchWorkgroupsIndirect_64be0198a6df9be7: function(arg0, arg1, arg2) {
|
|
arg0.dispatchWorkgroupsIndirect(arg1, arg2);
|
|
},
|
|
__wbg_dispatchWorkgroups_c122d0482fa3f389: function(arg0, arg1, arg2, arg3) {
|
|
arg0.dispatchWorkgroups(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0);
|
|
},
|
|
__wbg_document_a28a21ae315de4ea: function(arg0) {
|
|
const ret = arg0.document;
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
},
|
|
__wbg_done_547d467e97529006: function(arg0) {
|
|
const ret = arg0.done;
|
|
return ret;
|
|
},
|
|
__wbg_drawIndexedIndirect_888ac46c4c23516f: function(arg0, arg1, arg2) {
|
|
arg0.drawIndexedIndirect(arg1, arg2);
|
|
},
|
|
__wbg_drawIndexedIndirect_fcc6ecbd3d698094: function(arg0, arg1, arg2) {
|
|
arg0.drawIndexedIndirect(arg1, arg2);
|
|
},
|
|
__wbg_drawIndexed_55f6bf3bda0212ad: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
arg0.drawIndexed(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
|
|
},
|
|
__wbg_drawIndexed_9c9719597507e735: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
arg0.drawIndexed(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
|
|
},
|
|
__wbg_drawIndirect_73df189881970a43: function(arg0, arg1, arg2) {
|
|
arg0.drawIndirect(arg1, arg2);
|
|
},
|
|
__wbg_drawIndirect_a2f7c719957f8ec9: function(arg0, arg1, arg2) {
|
|
arg0.drawIndirect(arg1, arg2);
|
|
},
|
|
__wbg_draw_57caf8f0bc1ea050: function(arg0, arg1, arg2, arg3, arg4) {
|
|
arg0.draw(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
},
|
|
__wbg_draw_ce5e8b8ad56571cb: function(arg0, arg1, arg2, arg3, arg4) {
|
|
arg0.draw(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
},
|
|
__wbg_end_54134488dbc5b7a9: function(arg0) {
|
|
arg0.end();
|
|
},
|
|
__wbg_end_57a2746c247f499a: function(arg0) {
|
|
arg0.end();
|
|
},
|
|
__wbg_error_2acb88afe0ad9a3e: function(arg0) {
|
|
const ret = arg0.error;
|
|
return ret;
|
|
},
|
|
__wbg_error_58469b8474e13592: function() { return handleError(function (arg0) {
|
|
const ret = arg0.error;
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
}, arguments); },
|
|
__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_error_c57846662bf0e748: function(arg0) {
|
|
const ret = arg0.error;
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
},
|
|
__wbg_executeBundles_2905636f81aabf99: function(arg0, arg1) {
|
|
arg0.executeBundles(arg1);
|
|
},
|
|
__wbg_features_30a76d141781ad80: function(arg0) {
|
|
const ret = arg0.features;
|
|
return ret;
|
|
},
|
|
__wbg_features_fdbd3daed26aa468: function(arg0) {
|
|
const ret = arg0.features;
|
|
return ret;
|
|
},
|
|
__wbg_fetch_1a731e18c5e21884: function(arg0, arg1) {
|
|
const ret = arg0.fetch(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_fetch_9dad4fe911207b37: function(arg0) {
|
|
const ret = fetch(arg0);
|
|
return ret;
|
|
},
|
|
__wbg_finish_35be15c58b55a95b: function(arg0, arg1) {
|
|
const ret = arg0.finish(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_finish_41491ca602373cde: function(arg0) {
|
|
const ret = arg0.finish();
|
|
return ret;
|
|
},
|
|
__wbg_finish_eb06372cc93f8d50: function(arg0, arg1) {
|
|
const ret = arg0.finish(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_finish_ee515f526784acd5: function(arg0) {
|
|
const ret = arg0.finish();
|
|
return ret;
|
|
},
|
|
__wbg_getBindGroupLayout_aba26df848b4322d: function(arg0, arg1) {
|
|
const ret = arg0.getBindGroupLayout(arg1 >>> 0);
|
|
return ret;
|
|
},
|
|
__wbg_getBindGroupLayout_b9533489f3ee14df: function(arg0, arg1) {
|
|
const ret = arg0.getBindGroupLayout(arg1 >>> 0);
|
|
return ret;
|
|
},
|
|
__wbg_getCompilationInfo_b41435ddc0bb40c8: function(arg0) {
|
|
const ret = arg0.getCompilationInfo();
|
|
return ret;
|
|
},
|
|
__wbg_getContext_8ab47e12b2ed57e5: function() { return handleError(function (arg0, arg1, arg2) {
|
|
const ret = arg0.getContext(getStringFromWasm0(arg1, arg2));
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
}, arguments); },
|
|
__wbg_getContext_8f1ff363618c55da: function() { return handleError(function (arg0, arg1, arg2) {
|
|
const ret = arg0.getContext(getStringFromWasm0(arg1, arg2));
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
}, arguments); },
|
|
__wbg_getCurrentTexture_6dc2cdde9bdc098d: function(arg0) {
|
|
const ret = arg0.getCurrentTexture();
|
|
return ret;
|
|
},
|
|
__wbg_getMappedRange_11ec4cfce4df1e72: function(arg0, arg1, arg2) {
|
|
const ret = arg0.getMappedRange(arg1, arg2);
|
|
return ret;
|
|
},
|
|
__wbg_getPreferredCanvasFormat_4314f4e4f5895771: function(arg0) {
|
|
const ret = arg0.getPreferredCanvasFormat();
|
|
return (__wbindgen_enum_GpuTextureFormat.indexOf(ret) + 1 || 96) - 1;
|
|
},
|
|
__wbg_getRandomValues_c44a50d8cfdaebeb: function() { return handleError(function (arg0, arg1) {
|
|
arg0.getRandomValues(arg1);
|
|
}, arguments); },
|
|
__wbg_getReader_3bcb712b2f3b80aa: function(arg0) {
|
|
const ret = arg0.getReader();
|
|
return ret;
|
|
},
|
|
__wbg_get_4848e350b40afc16: function(arg0, arg1) {
|
|
const ret = arg0[arg1 >>> 0];
|
|
return ret;
|
|
},
|
|
__wbg_get_560cb483e5c0133e: function() { return handleError(function (arg0, arg1) {
|
|
const ret = arg0.get(arg1);
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_get_5caaa5a9aae7e0b1: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
const ret = arg1.get(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_get_753152eb19d860b1: function(arg0, arg1) {
|
|
const ret = arg0[arg1 >>> 0];
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
},
|
|
__wbg_get_dba5fa38b6597b3f: function(arg0, arg1, arg2) {
|
|
const ret = arg1[arg2 >>> 0];
|
|
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_get_ed0642c4b9d31ddf: function() { return handleError(function (arg0, arg1) {
|
|
const ret = Reflect.get(arg0, arg1);
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_get_f96702c6245e4ef9: function() { return handleError(function (arg0, arg1) {
|
|
const ret = Reflect.get(arg0, arg1);
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_gpu_d9721d200584e919: function(arg0) {
|
|
const ret = arg0.gpu;
|
|
return ret;
|
|
},
|
|
__wbg_has_2184fc4b845f2b5f: function(arg0, arg1, arg2) {
|
|
const ret = arg0.has(getStringFromWasm0(arg1, arg2));
|
|
return ret;
|
|
},
|
|
__wbg_has_3ec5c22db2e5237a: function() { return handleError(function (arg0, arg1) {
|
|
const ret = Reflect.has(arg0, arg1);
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_headers_e08dcb5aa09b9a63: function(arg0) {
|
|
const ret = arg0.headers;
|
|
return ret;
|
|
},
|
|
__wbg_indexNames_82c4167bffa4c333: function(arg0) {
|
|
const ret = arg0.indexNames;
|
|
return ret;
|
|
},
|
|
__wbg_index_ce5a38731ba42f0d: function() { return handleError(function (arg0, arg1, arg2) {
|
|
const ret = arg0.index(getStringFromWasm0(arg1, arg2));
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_instanceof_GpuAdapter_8825bf3533b2dc81: function(arg0) {
|
|
let result;
|
|
try {
|
|
result = arg0 instanceof GPUAdapter;
|
|
} catch (_) {
|
|
result = false;
|
|
}
|
|
const ret = result;
|
|
return ret;
|
|
},
|
|
__wbg_instanceof_GpuCanvasContext_8867fd6a49dfb80b: function(arg0) {
|
|
let result;
|
|
try {
|
|
result = arg0 instanceof GPUCanvasContext;
|
|
} catch (_) {
|
|
result = false;
|
|
}
|
|
const ret = result;
|
|
return ret;
|
|
},
|
|
__wbg_instanceof_GpuDeviceLostInfo_9385c1b1d1700172: function(arg0) {
|
|
let result;
|
|
try {
|
|
result = arg0 instanceof GPUDeviceLostInfo;
|
|
} catch (_) {
|
|
result = false;
|
|
}
|
|
const ret = result;
|
|
return ret;
|
|
},
|
|
__wbg_instanceof_GpuOutOfMemoryError_ad32cc08223bf570: function(arg0) {
|
|
let result;
|
|
try {
|
|
result = arg0 instanceof GPUOutOfMemoryError;
|
|
} catch (_) {
|
|
result = false;
|
|
}
|
|
const ret = result;
|
|
return ret;
|
|
},
|
|
__wbg_instanceof_GpuValidationError_2828a9f6f4ea2c0b: function(arg0) {
|
|
let result;
|
|
try {
|
|
result = arg0 instanceof GPUValidationError;
|
|
} catch (_) {
|
|
result = false;
|
|
}
|
|
const ret = result;
|
|
return ret;
|
|
},
|
|
__wbg_instanceof_IdbDatabase_0af111edb4be95f4: function(arg0) {
|
|
let result;
|
|
try {
|
|
result = arg0 instanceof IDBDatabase;
|
|
} catch (_) {
|
|
result = false;
|
|
}
|
|
const ret = result;
|
|
return ret;
|
|
},
|
|
__wbg_instanceof_IdbFactory_7c303c3d8528cef3: function(arg0) {
|
|
let result;
|
|
try {
|
|
result = arg0 instanceof IDBFactory;
|
|
} catch (_) {
|
|
result = false;
|
|
}
|
|
const ret = result;
|
|
return ret;
|
|
},
|
|
__wbg_instanceof_IdbOpenDbRequest_92df356941adf31e: function(arg0) {
|
|
let result;
|
|
try {
|
|
result = arg0 instanceof IDBOpenDBRequest;
|
|
} catch (_) {
|
|
result = false;
|
|
}
|
|
const ret = result;
|
|
return ret;
|
|
},
|
|
__wbg_instanceof_IdbRequest_fc5918c726448f04: function(arg0) {
|
|
let result;
|
|
try {
|
|
result = arg0 instanceof IDBRequest;
|
|
} catch (_) {
|
|
result = false;
|
|
}
|
|
const ret = result;
|
|
return ret;
|
|
},
|
|
__wbg_instanceof_IdbTransaction_de69712ce07dde97: function(arg0) {
|
|
let result;
|
|
try {
|
|
result = arg0 instanceof IDBTransaction;
|
|
} catch (_) {
|
|
result = false;
|
|
}
|
|
const ret = result;
|
|
return ret;
|
|
},
|
|
__wbg_instanceof_Object_72ee0c53dd8f0726: function(arg0) {
|
|
let result;
|
|
try {
|
|
result = arg0 instanceof Object;
|
|
} catch (_) {
|
|
result = false;
|
|
}
|
|
const ret = result;
|
|
return ret;
|
|
},
|
|
__wbg_instanceof_ReadableStreamDefaultReader_10d3f15a012b70d7: function(arg0) {
|
|
let result;
|
|
try {
|
|
result = arg0 instanceof ReadableStreamDefaultReader;
|
|
} catch (_) {
|
|
result = false;
|
|
}
|
|
const ret = result;
|
|
return ret;
|
|
},
|
|
__wbg_instanceof_Response_06795eab66cc4036: function(arg0) {
|
|
let result;
|
|
try {
|
|
result = arg0 instanceof Response;
|
|
} catch (_) {
|
|
result = false;
|
|
}
|
|
const ret = result;
|
|
return ret;
|
|
},
|
|
__wbg_instanceof_Window_c0fee4c064502536: function(arg0) {
|
|
let result;
|
|
try {
|
|
result = arg0 instanceof Window;
|
|
} catch (_) {
|
|
result = false;
|
|
}
|
|
const ret = result;
|
|
return ret;
|
|
},
|
|
__wbg_isArray_db61795ad004c139: function(arg0) {
|
|
const ret = Array.isArray(arg0);
|
|
return ret;
|
|
},
|
|
__wbg_iterator_de403ef31815a3e6: function() {
|
|
const ret = Symbol.iterator;
|
|
return ret;
|
|
},
|
|
__wbg_keyPath_137bba25d08d22b9: function() { return handleError(function (arg0) {
|
|
const ret = arg0.keyPath;
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_label_cdc2b7a875dc5123: function(arg0, arg1) {
|
|
const ret = arg1.label;
|
|
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_length_0c32cb8543c8e4c8: function(arg0) {
|
|
const ret = arg0.length;
|
|
return ret;
|
|
},
|
|
__wbg_length_3804262ff442a7a3: function(arg0) {
|
|
const ret = arg0.length;
|
|
return ret;
|
|
},
|
|
__wbg_length_6e821edde497a532: function(arg0) {
|
|
const ret = arg0.length;
|
|
return ret;
|
|
},
|
|
__wbg_length_87e0297027dd7802: function(arg0) {
|
|
const ret = arg0.length;
|
|
return ret;
|
|
},
|
|
__wbg_limits_5b3783fcc0d36428: function(arg0) {
|
|
const ret = arg0.limits;
|
|
return ret;
|
|
},
|
|
__wbg_limits_becc24c879d87717: function(arg0) {
|
|
const ret = arg0.limits;
|
|
return ret;
|
|
},
|
|
__wbg_lineNum_24517b98f306fcae: function(arg0) {
|
|
const ret = arg0.lineNum;
|
|
return ret;
|
|
},
|
|
__wbg_log_4c0baeb8af2f8f89: function(arg0) {
|
|
console.log(arg0);
|
|
},
|
|
__wbg_lost_2c34651e3317be8b: function(arg0) {
|
|
const ret = arg0.lost;
|
|
return ret;
|
|
},
|
|
__wbg_mapAsync_8d0ffc031e86e9a0: function(arg0, arg1, arg2, arg3) {
|
|
const ret = arg0.mapAsync(arg1 >>> 0, arg2, arg3);
|
|
return ret;
|
|
},
|
|
__wbg_maxBindGroups_5d3409c14d2756b5: function(arg0) {
|
|
const ret = arg0.maxBindGroups;
|
|
return ret;
|
|
},
|
|
__wbg_maxBindingsPerBindGroup_512a63ba20ee714c: function(arg0) {
|
|
const ret = arg0.maxBindingsPerBindGroup;
|
|
return ret;
|
|
},
|
|
__wbg_maxBufferSize_8cef5a2e6fae09fa: function(arg0) {
|
|
const ret = arg0.maxBufferSize;
|
|
return ret;
|
|
},
|
|
__wbg_maxColorAttachmentBytesPerSample_54d9c60b6cdd092a: function(arg0) {
|
|
const ret = arg0.maxColorAttachmentBytesPerSample;
|
|
return ret;
|
|
},
|
|
__wbg_maxColorAttachments_378f5fb1c453321d: function(arg0) {
|
|
const ret = arg0.maxColorAttachments;
|
|
return ret;
|
|
},
|
|
__wbg_maxComputeInvocationsPerWorkgroup_d8877398fe435d24: function(arg0) {
|
|
const ret = arg0.maxComputeInvocationsPerWorkgroup;
|
|
return ret;
|
|
},
|
|
__wbg_maxComputeWorkgroupSizeX_b6f88bafac1581bf: function(arg0) {
|
|
const ret = arg0.maxComputeWorkgroupSizeX;
|
|
return ret;
|
|
},
|
|
__wbg_maxComputeWorkgroupSizeY_e1a1ecdbdc9d75d8: function(arg0) {
|
|
const ret = arg0.maxComputeWorkgroupSizeY;
|
|
return ret;
|
|
},
|
|
__wbg_maxComputeWorkgroupSizeZ_fe66cf9606e1a594: function(arg0) {
|
|
const ret = arg0.maxComputeWorkgroupSizeZ;
|
|
return ret;
|
|
},
|
|
__wbg_maxComputeWorkgroupStorageSize_49c38f3e08b0f760: function(arg0) {
|
|
const ret = arg0.maxComputeWorkgroupStorageSize;
|
|
return ret;
|
|
},
|
|
__wbg_maxComputeWorkgroupsPerDimension_8cb3348843013a6b: function(arg0) {
|
|
const ret = arg0.maxComputeWorkgroupsPerDimension;
|
|
return ret;
|
|
},
|
|
__wbg_maxDynamicStorageBuffersPerPipelineLayout_6974d29539996dc2: function(arg0) {
|
|
const ret = arg0.maxDynamicStorageBuffersPerPipelineLayout;
|
|
return ret;
|
|
},
|
|
__wbg_maxDynamicUniformBuffersPerPipelineLayout_ade9d0536439985a: function(arg0) {
|
|
const ret = arg0.maxDynamicUniformBuffersPerPipelineLayout;
|
|
return ret;
|
|
},
|
|
__wbg_maxInterStageShaderComponents_d6dbbdabbd40588b: function(arg0) {
|
|
const ret = arg0.maxInterStageShaderComponents;
|
|
return ret;
|
|
},
|
|
__wbg_maxSampledTexturesPerShaderStage_e560c5b5b6029c57: function(arg0) {
|
|
const ret = arg0.maxSampledTexturesPerShaderStage;
|
|
return ret;
|
|
},
|
|
__wbg_maxSamplersPerShaderStage_28a8a2de2a3d656e: function(arg0) {
|
|
const ret = arg0.maxSamplersPerShaderStage;
|
|
return ret;
|
|
},
|
|
__wbg_maxStorageBufferBindingSize_984825203efcccc6: function(arg0) {
|
|
const ret = arg0.maxStorageBufferBindingSize;
|
|
return ret;
|
|
},
|
|
__wbg_maxStorageBuffersPerShaderStage_b81c4449fbcb39c3: function(arg0) {
|
|
const ret = arg0.maxStorageBuffersPerShaderStage;
|
|
return ret;
|
|
},
|
|
__wbg_maxStorageTexturesPerShaderStage_175a5e42917aedd2: function(arg0) {
|
|
const ret = arg0.maxStorageTexturesPerShaderStage;
|
|
return ret;
|
|
},
|
|
__wbg_maxTextureArrayLayers_8503bb6fd0cdb150: function(arg0) {
|
|
const ret = arg0.maxTextureArrayLayers;
|
|
return ret;
|
|
},
|
|
__wbg_maxTextureDimension1D_983c9a563c1855d9: function(arg0) {
|
|
const ret = arg0.maxTextureDimension1D;
|
|
return ret;
|
|
},
|
|
__wbg_maxTextureDimension2D_a0a2be37afbde706: function(arg0) {
|
|
const ret = arg0.maxTextureDimension2D;
|
|
return ret;
|
|
},
|
|
__wbg_maxTextureDimension3D_53aefd0d779b193e: function(arg0) {
|
|
const ret = arg0.maxTextureDimension3D;
|
|
return ret;
|
|
},
|
|
__wbg_maxUniformBufferBindingSize_8fc7ea016caf650c: function(arg0) {
|
|
const ret = arg0.maxUniformBufferBindingSize;
|
|
return ret;
|
|
},
|
|
__wbg_maxUniformBuffersPerShaderStage_b159f3442e264f35: function(arg0) {
|
|
const ret = arg0.maxUniformBuffersPerShaderStage;
|
|
return ret;
|
|
},
|
|
__wbg_maxVertexAttributes_9c129ee44a6fa783: function(arg0) {
|
|
const ret = arg0.maxVertexAttributes;
|
|
return ret;
|
|
},
|
|
__wbg_maxVertexBufferArrayStride_1d0f177a1fdcdf3c: function(arg0) {
|
|
const ret = arg0.maxVertexBufferArrayStride;
|
|
return ret;
|
|
},
|
|
__wbg_maxVertexBuffers_e5cf174a3497d472: function(arg0) {
|
|
const ret = arg0.maxVertexBuffers;
|
|
return ret;
|
|
},
|
|
__wbg_message_1b27ea1ad3998a9f: function(arg0, arg1) {
|
|
const ret = arg1.message;
|
|
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_message_a77e1a9202609622: function(arg0, arg1) {
|
|
const ret = arg1.message;
|
|
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_message_f762db05c1294eca: function(arg0, arg1) {
|
|
const ret = arg1.message;
|
|
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_messages_4e98c7e63c5efe7b: function(arg0) {
|
|
const ret = arg0.messages;
|
|
return ret;
|
|
},
|
|
__wbg_minStorageBufferOffsetAlignment_fe964dbc6a6d7ff3: function(arg0) {
|
|
const ret = arg0.minStorageBufferOffsetAlignment;
|
|
return ret;
|
|
},
|
|
__wbg_minUniformBufferOffsetAlignment_327ef98e308ca208: function(arg0) {
|
|
const ret = arg0.minUniformBufferOffsetAlignment;
|
|
return ret;
|
|
},
|
|
__wbg_msCrypto_bd5a034af96bcba6: function(arg0) {
|
|
const ret = arg0.msCrypto;
|
|
return ret;
|
|
},
|
|
__wbg_multiEntry_9d4ec9fa9fa5a9d5: function(arg0) {
|
|
const ret = arg0.multiEntry;
|
|
return ret;
|
|
},
|
|
__wbg_navigator_9b09ea705d03d227: function(arg0) {
|
|
const ret = arg0.navigator;
|
|
return ret;
|
|
},
|
|
__wbg_navigator_af52153252bdf29d: function(arg0) {
|
|
const ret = arg0.navigator;
|
|
return ret;
|
|
},
|
|
__wbg_new_227d7c05414eb861: function() {
|
|
const ret = new Error();
|
|
return ret;
|
|
},
|
|
__wbg_new_3a112826a89cb962: function() { return handleError(function () {
|
|
const ret = new Headers();
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_new_40792555590ec35c: 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__h737e63bacb96714d(a, state0.b, arg0, arg1);
|
|
} finally {
|
|
state0.a = a;
|
|
}
|
|
};
|
|
const ret = new Promise(cb0);
|
|
return ret;
|
|
} finally {
|
|
state0.a = 0;
|
|
}
|
|
},
|
|
__wbg_new_4f9fafbb3909af72: function() {
|
|
const ret = new Object();
|
|
return ret;
|
|
},
|
|
__wbg_new_9abbf7148481485e: function() { return handleError(function () {
|
|
const ret = new AbortController();
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_new_a2d8434834334bbf: function() { return handleError(function (arg0, arg1) {
|
|
const ret = new WebSocket(getStringFromWasm0(arg0, arg1));
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_new_a560378ea1240b14: function(arg0) {
|
|
const ret = new Uint8Array(arg0);
|
|
return ret;
|
|
},
|
|
__wbg_new_f3c9df4f38f3f798: function() {
|
|
const ret = new Array();
|
|
return ret;
|
|
},
|
|
__wbg_new_from_slice_2580ff33d0d10520: function(arg0, arg1) {
|
|
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
return ret;
|
|
},
|
|
__wbg_new_typed_14d7cc391ce53d2c: 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__h737e63bacb96714d(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_6bfc75833d6170c8: function(arg0, arg1, arg2) {
|
|
const ret = new Uint8Array(arg0, arg1 >>> 0, arg2 >>> 0);
|
|
return ret;
|
|
},
|
|
__wbg_new_with_length_9cedd08484b73942: function(arg0) {
|
|
const ret = new Uint8Array(arg0 >>> 0);
|
|
return ret;
|
|
},
|
|
__wbg_new_with_str_and_init_f663b6d334baa878: function() { return handleError(function (arg0, arg1, arg2) {
|
|
const ret = new Request(getStringFromWasm0(arg0, arg1), arg2);
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_next_01132ed6134b8ef5: function(arg0) {
|
|
const ret = arg0.next;
|
|
return ret;
|
|
},
|
|
__wbg_next_b3713ec761a9dbfd: function() { return handleError(function (arg0) {
|
|
const ret = arg0.next();
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_node_84ea875411254db1: function(arg0) {
|
|
const ret = arg0.node;
|
|
return ret;
|
|
},
|
|
__wbg_now_88621c9c9a4f3ffc: function() {
|
|
const ret = Date.now();
|
|
return ret;
|
|
},
|
|
__wbg_now_e7c6795a7f81e10f: function(arg0) {
|
|
const ret = arg0.now();
|
|
return ret;
|
|
},
|
|
__wbg_objectStoreNames_990d8e55c661828b: function(arg0) {
|
|
const ret = arg0.objectStoreNames;
|
|
return ret;
|
|
},
|
|
__wbg_objectStore_3d4cade4416cd432: function() { return handleError(function (arg0, arg1, arg2) {
|
|
const ret = arg0.objectStore(getStringFromWasm0(arg1, arg2));
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_offset_164492575e959c94: function(arg0) {
|
|
const ret = arg0.offset;
|
|
return ret;
|
|
},
|
|
__wbg_ok_36f7b13b74596c24: function(arg0) {
|
|
const ret = arg0.ok;
|
|
return ret;
|
|
},
|
|
__wbg_open_254d9b392262d9ef: function() { return handleError(function (arg0, arg1, arg2) {
|
|
const ret = arg0.open(getStringFromWasm0(arg1, arg2));
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_open_ac04ec9d75d0eeaf: function() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
const ret = arg0.open(getStringFromWasm0(arg1, arg2), arg3 >>> 0);
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_performance_3fcf6e32a7e1ed0a: function(arg0) {
|
|
const ret = arg0.performance;
|
|
return ret;
|
|
},
|
|
__wbg_popErrorScope_2869a89dd4626f0c: function(arg0) {
|
|
const ret = arg0.popErrorScope();
|
|
return ret;
|
|
},
|
|
__wbg_process_44c7a14e11e9f69e: function(arg0) {
|
|
const ret = arg0.process;
|
|
return ret;
|
|
},
|
|
__wbg_prototypesetcall_3e05eb9545565046: function(arg0, arg1, arg2) {
|
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
},
|
|
__wbg_pushErrorScope_72e651b0f8f64c0e: function(arg0, arg1) {
|
|
arg0.pushErrorScope(__wbindgen_enum_GpuErrorFilter[arg1]);
|
|
},
|
|
__wbg_push_6bdbc990be5ac37b: function(arg0, arg1) {
|
|
const ret = arg0.push(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_put_015a7e88e46a2502: function() { return handleError(function (arg0, arg1) {
|
|
const ret = arg0.put(arg1);
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_put_4485a4012273f7ef: function() { return handleError(function (arg0, arg1, arg2) {
|
|
const ret = arg0.put(arg1, arg2);
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_querySelectorAll_301982e9e4864dfa: function() { return handleError(function (arg0, arg1, arg2) {
|
|
const ret = arg0.querySelectorAll(getStringFromWasm0(arg1, arg2));
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_queueMicrotask_abaf92f0bd4e80a4: function(arg0) {
|
|
const ret = arg0.queueMicrotask;
|
|
return ret;
|
|
},
|
|
__wbg_queueMicrotask_df5a6dac26d818f3: function(arg0) {
|
|
queueMicrotask(arg0);
|
|
},
|
|
__wbg_queue_6b07ccdd49a6ba90: function(arg0) {
|
|
const ret = arg0.queue;
|
|
return ret;
|
|
},
|
|
__wbg_randomFillSync_6c25eac9869eb53c: function() { return handleError(function (arg0, arg1) {
|
|
arg0.randomFillSync(arg1);
|
|
}, arguments); },
|
|
__wbg_read_316bf844c93a6ccc: function(arg0) {
|
|
const ret = arg0.read();
|
|
return ret;
|
|
},
|
|
__wbg_reason_d7f4ddcad86f8d99: function(arg0) {
|
|
const ret = arg0.reason;
|
|
return (__wbindgen_enum_GpuDeviceLostReason.indexOf(ret) + 1 || 3) - 1;
|
|
},
|
|
__wbg_requestAdapter_e4b32f2647c66726: function(arg0, arg1) {
|
|
const ret = arg0.requestAdapter(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_requestDevice_6130c3ba10d633f9: function(arg0, arg1) {
|
|
const ret = arg0.requestDevice(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_require_b4edbdcf3e2a1ef0: function() { return handleError(function () {
|
|
const ret = module.require;
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_resolveQuerySet_217f20ef3ebd6aed: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
arg0.resolveQuerySet(arg1, arg2 >>> 0, arg3 >>> 0, arg4, arg5 >>> 0);
|
|
},
|
|
__wbg_resolve_0a79de24e9d2267b: function(arg0) {
|
|
const ret = Promise.resolve(arg0);
|
|
return ret;
|
|
},
|
|
__wbg_result_452c1006fc727317: function() { return handleError(function (arg0) {
|
|
const ret = arg0.result;
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_send_4f53c94146f0274d: function() { return handleError(function (arg0, arg1, arg2) {
|
|
arg0.send(getStringFromWasm0(arg1, arg2));
|
|
}, arguments); },
|
|
__wbg_setBindGroup_1602c955be9b2eaa: function(arg0, arg1, arg2) {
|
|
arg0.setBindGroup(arg1 >>> 0, arg2);
|
|
},
|
|
__wbg_setBindGroup_6149584f04998372: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
|
|
},
|
|
__wbg_setBindGroup_8d384b1c5ed329f4: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
|
|
},
|
|
__wbg_setBindGroup_9877b57492cb7e1c: function(arg0, arg1, arg2) {
|
|
arg0.setBindGroup(arg1 >>> 0, arg2);
|
|
},
|
|
__wbg_setBindGroup_f4d552dcef65a491: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
arg0.setBindGroup(arg1 >>> 0, arg2, getArrayU32FromWasm0(arg3, arg4), arg5, arg6 >>> 0);
|
|
},
|
|
__wbg_setBindGroup_f930832baeb4279b: function(arg0, arg1, arg2) {
|
|
arg0.setBindGroup(arg1 >>> 0, arg2);
|
|
},
|
|
__wbg_setBlendConstant_257274277b0e3153: function(arg0, arg1) {
|
|
arg0.setBlendConstant(arg1);
|
|
},
|
|
__wbg_setIndexBuffer_4219294fa3e2d59b: function(arg0, arg1, arg2, arg3, arg4) {
|
|
arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3, arg4);
|
|
},
|
|
__wbg_setIndexBuffer_5eb14c0c19ab80c2: function(arg0, arg1, arg2, arg3) {
|
|
arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3);
|
|
},
|
|
__wbg_setIndexBuffer_7e208bb69310ed01: function(arg0, arg1, arg2, arg3) {
|
|
arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3);
|
|
},
|
|
__wbg_setIndexBuffer_f0ab50b0e1d8658c: function(arg0, arg1, arg2, arg3, arg4) {
|
|
arg0.setIndexBuffer(arg1, __wbindgen_enum_GpuIndexFormat[arg2], arg3, arg4);
|
|
},
|
|
__wbg_setPipeline_481f34ae14c49d67: function(arg0, arg1) {
|
|
arg0.setPipeline(arg1);
|
|
},
|
|
__wbg_setPipeline_723820e1c5cc61e7: function(arg0, arg1) {
|
|
arg0.setPipeline(arg1);
|
|
},
|
|
__wbg_setPipeline_f2cf83769bb33769: function(arg0, arg1) {
|
|
arg0.setPipeline(arg1);
|
|
},
|
|
__wbg_setScissorRect_0578b1de90caf434: function(arg0, arg1, arg2, arg3, arg4) {
|
|
arg0.setScissorRect(arg1 >>> 0, arg2 >>> 0, arg3 >>> 0, arg4 >>> 0);
|
|
},
|
|
__wbg_setStencilReference_7616273572b1075e: function(arg0, arg1) {
|
|
arg0.setStencilReference(arg1 >>> 0);
|
|
},
|
|
__wbg_setTimeout_5293c36db3d263c4: function(arg0, arg1) {
|
|
setTimeout(arg0, arg1);
|
|
},
|
|
__wbg_setTimeout_f757f00851f76c42: function(arg0, arg1) {
|
|
const ret = setTimeout(arg0, arg1);
|
|
return ret;
|
|
},
|
|
__wbg_setVertexBuffer_54536e0e73bfc91e: function(arg0, arg1, arg2, arg3, arg4) {
|
|
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3, arg4);
|
|
},
|
|
__wbg_setVertexBuffer_8dd1cb9fbc714a98: function(arg0, arg1, arg2, arg3) {
|
|
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3);
|
|
},
|
|
__wbg_setVertexBuffer_c643d7ac0abf4554: function(arg0, arg1, arg2, arg3, arg4) {
|
|
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3, arg4);
|
|
},
|
|
__wbg_setVertexBuffer_caad1ac6b71dea4a: function(arg0, arg1, arg2, arg3) {
|
|
arg0.setVertexBuffer(arg1 >>> 0, arg2, arg3);
|
|
},
|
|
__wbg_setViewport_94128a2b1a708040: function(arg0, arg1, arg2, arg3, arg4, arg5, arg6) {
|
|
arg0.setViewport(arg1, arg2, arg3, arg4, arg5, arg6);
|
|
},
|
|
__wbg_set_62f340d5d135b4db: function(arg0, arg1, arg2) {
|
|
arg0.set(arg1, arg2 >>> 0);
|
|
},
|
|
__wbg_set_8ee2d34facb8466e: function() { return handleError(function (arg0, arg1, arg2) {
|
|
const ret = Reflect.set(arg0, arg1, arg2);
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_set_auto_increment_37227907cc70bd30: function(arg0, arg1) {
|
|
arg0.autoIncrement = arg1 !== 0;
|
|
},
|
|
__wbg_set_body_a304d09cb50cefbe: function(arg0, arg1) {
|
|
arg0.body = arg1;
|
|
},
|
|
__wbg_set_cache_cc687e2b96e9608c: function(arg0, arg1) {
|
|
arg0.cache = __wbindgen_enum_RequestCache[arg1];
|
|
},
|
|
__wbg_set_credentials_7693e63055f5e838: function(arg0, arg1) {
|
|
arg0.credentials = __wbindgen_enum_RequestCredentials[arg1];
|
|
},
|
|
__wbg_set_headers_6ab1105e542834e2: function(arg0, arg1) {
|
|
arg0.headers = arg1;
|
|
},
|
|
__wbg_set_height_26ab95ff99e2b620: function(arg0, arg1) {
|
|
arg0.height = arg1 >>> 0;
|
|
},
|
|
__wbg_set_height_7d0bbaf691aeef8f: function(arg0, arg1) {
|
|
arg0.height = arg1 >>> 0;
|
|
},
|
|
__wbg_set_key_path_6edd6ee0e8d75af3: function(arg0, arg1) {
|
|
arg0.keyPath = arg1;
|
|
},
|
|
__wbg_set_method_1971272fe557e972: function(arg0, arg1, arg2) {
|
|
arg0.method = getStringFromWasm0(arg1, arg2);
|
|
},
|
|
__wbg_set_mode_d1b643087602281a: function(arg0, arg1) {
|
|
arg0.mode = __wbindgen_enum_RequestMode[arg1];
|
|
},
|
|
__wbg_set_multi_entry_791aace5b9c7b692: function(arg0, arg1) {
|
|
arg0.multiEntry = arg1 !== 0;
|
|
},
|
|
__wbg_set_name_87619993a0cec565: function(arg0, arg1, arg2) {
|
|
arg0.name = getStringFromWasm0(arg1, arg2);
|
|
},
|
|
__wbg_set_onabort_6b6df7a41aa97c23: function(arg0, arg1) {
|
|
arg0.onabort = arg1;
|
|
},
|
|
__wbg_set_oncomplete_20fb27150b4ee0d4: function(arg0, arg1) {
|
|
arg0.oncomplete = arg1;
|
|
},
|
|
__wbg_set_onerror_2b7dfa4e6dea4159: function(arg0, arg1) {
|
|
arg0.onerror = arg1;
|
|
},
|
|
__wbg_set_onerror_3c4b5087146b11b6: function(arg0, arg1) {
|
|
arg0.onerror = arg1;
|
|
},
|
|
__wbg_set_onmessage_45bd33b110c54f5b: function(arg0, arg1) {
|
|
arg0.onmessage = arg1;
|
|
},
|
|
__wbg_set_onopen_7ffeb01f8a628209: function(arg0, arg1) {
|
|
arg0.onopen = arg1;
|
|
},
|
|
__wbg_set_onsuccess_f7e5b5cbed5008b1: function(arg0, arg1) {
|
|
arg0.onsuccess = arg1;
|
|
},
|
|
__wbg_set_onuncapturederror_729c2e42c36923f4: function(arg0, arg1) {
|
|
arg0.onuncapturederror = arg1;
|
|
},
|
|
__wbg_set_onupgradeneeded_d7e8e03a1999bf5d: function(arg0, arg1) {
|
|
arg0.onupgradeneeded = arg1;
|
|
},
|
|
__wbg_set_onversionchange_f7822a34e73e2769: function(arg0, arg1) {
|
|
arg0.onversionchange = arg1;
|
|
},
|
|
__wbg_set_signal_8564a226c5c6853c: function(arg0, arg1) {
|
|
arg0.signal = arg1;
|
|
},
|
|
__wbg_set_unique_e8b9acd5c7c23d7a: function(arg0, arg1) {
|
|
arg0.unique = arg1 !== 0;
|
|
},
|
|
__wbg_set_width_1ae13bf0b65e6395: function(arg0, arg1) {
|
|
arg0.width = arg1 >>> 0;
|
|
},
|
|
__wbg_set_width_81fa781e87b17891: function(arg0, arg1) {
|
|
arg0.width = arg1 >>> 0;
|
|
},
|
|
__wbg_signal_9172c3282bfba2f5: function(arg0) {
|
|
const ret = arg0.signal;
|
|
return ret;
|
|
},
|
|
__wbg_size_1dfbf7241f9df1cc: function(arg0) {
|
|
const ret = arg0.size;
|
|
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_THIS_a1248013d790bf5f: function() {
|
|
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
},
|
|
__wbg_static_accessor_GLOBAL_f2e0f995a21329ff: function() {
|
|
const ret = typeof global === 'undefined' ? null : global;
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
},
|
|
__wbg_static_accessor_SELF_24f78b6d23f286ea: function() {
|
|
const ret = typeof self === 'undefined' ? null : self;
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
},
|
|
__wbg_static_accessor_WINDOW_59fd959c540fe405: function() {
|
|
const ret = typeof window === 'undefined' ? null : window;
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
},
|
|
__wbg_status_44ecb0ac1da253f4: function(arg0) {
|
|
const ret = arg0.status;
|
|
return ret;
|
|
},
|
|
__wbg_stringify_a2c39d991e1bf91d: function() { return handleError(function (arg0) {
|
|
const ret = JSON.stringify(arg0);
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_subarray_0f98d3fb634508ad: function(arg0, arg1, arg2) {
|
|
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
return ret;
|
|
},
|
|
__wbg_submit_60f2469dc00130cc: function(arg0, arg1) {
|
|
arg0.submit(arg1);
|
|
},
|
|
__wbg_target_732d56b173b7e87c: function(arg0) {
|
|
const ret = arg0.target;
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
},
|
|
__wbg_then_00eed3ac0b8e82cb: function(arg0, arg1, arg2) {
|
|
const ret = arg0.then(arg1, arg2);
|
|
return ret;
|
|
},
|
|
__wbg_then_479d77cb064907ee: function(arg0, arg1, arg2) {
|
|
const ret = arg0.then(arg1, arg2);
|
|
return ret;
|
|
},
|
|
__wbg_then_50c1ba21bde9ae37: function(arg0, arg1) {
|
|
const ret = arg0.then(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_then_a0c8db0381c8994c: function(arg0, arg1) {
|
|
const ret = arg0.then(arg1);
|
|
return ret;
|
|
},
|
|
__wbg_transaction_904b9a3920efb0b5: function() { return handleError(function (arg0, arg1, arg2) {
|
|
const ret = arg0.transaction(arg1, __wbindgen_enum_IdbTransactionMode[arg2]);
|
|
return ret;
|
|
}, arguments); },
|
|
__wbg_transaction_9c41d998bb80d12a: function(arg0) {
|
|
const ret = arg0.transaction;
|
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
},
|
|
__wbg_type_4b0a304ebc25e195: function(arg0) {
|
|
const ret = arg0.type;
|
|
return (__wbindgen_enum_GpuCompilationMessageType.indexOf(ret) + 1 || 4) - 1;
|
|
},
|
|
__wbg_unique_ae0d9cc0f38a6784: function(arg0) {
|
|
const ret = arg0.unique;
|
|
return ret;
|
|
},
|
|
__wbg_unmap_4aa38f8c5283cc1d: function(arg0) {
|
|
arg0.unmap();
|
|
},
|
|
__wbg_url_95d8a83d33709572: function(arg0, arg1) {
|
|
const ret = arg1.url;
|
|
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_usage_ee2982f59567c06f: function(arg0) {
|
|
const ret = arg0.usage;
|
|
return ret;
|
|
},
|
|
__wbg_valueOf_4a6bac551a5efb8f: function(arg0) {
|
|
const ret = arg0.valueOf();
|
|
return ret;
|
|
},
|
|
__wbg_value_7f6052747ccf940f: function(arg0) {
|
|
const ret = arg0.value;
|
|
return ret;
|
|
},
|
|
__wbg_versions_276b2795b1c6a219: function(arg0) {
|
|
const ret = arg0.versions;
|
|
return ret;
|
|
},
|
|
__wbg_writeBuffer_b5e6e8f3f93629bc: function(arg0, arg1, arg2, arg3, arg4, arg5) {
|
|
arg0.writeBuffer(arg1, arg2, arg3, arg4, arg5);
|
|
},
|
|
__wbg_writeTexture_57e41dd94bac65c4: function(arg0, arg1, arg2, arg3, arg4) {
|
|
arg0.writeTexture(arg1, arg2, arg3, arg4);
|
|
},
|
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 2635, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__ha390eb51fa5285b4);
|
|
return ret;
|
|
},
|
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 2685, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h6ec112f0342d232e);
|
|
return ret;
|
|
},
|
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx: 2280, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h9cacd8a9a6ca46c2);
|
|
return ret;
|
|
},
|
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("GPUUncapturedErrorEvent")], shim_idx: 2635, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__ha390eb51fa5285b4_3);
|
|
return ret;
|
|
},
|
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 536, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h0afc19def95e993a);
|
|
return ret;
|
|
},
|
|
__wbindgen_cast_0000000000000006: function(arg0, arg1) {
|
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 536, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h0afc19def95e993a_5);
|
|
return ret;
|
|
},
|
|
__wbindgen_cast_0000000000000007: function(arg0, arg1) {
|
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 720, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
const ret = makeMutClosure(arg0, arg1, wasm_bindgen__convert__closures_____invoke__h698aa4c8c2e7db1b);
|
|
return ret;
|
|
},
|
|
__wbindgen_cast_0000000000000008: function(arg0) {
|
|
// Cast intrinsic for `F64 -> Externref`.
|
|
const ret = arg0;
|
|
return ret;
|
|
},
|
|
__wbindgen_cast_0000000000000009: function(arg0, arg1) {
|
|
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
|
|
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
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,
|
|
"./node_bg.js": import0,
|
|
};
|
|
}
|
|
|
|
function wasm_bindgen__convert__closures_____invoke__h698aa4c8c2e7db1b(arg0, arg1) {
|
|
wasm.wasm_bindgen__convert__closures_____invoke__h698aa4c8c2e7db1b(arg0, arg1);
|
|
}
|
|
|
|
function wasm_bindgen__convert__closures_____invoke__ha390eb51fa5285b4(arg0, arg1, arg2) {
|
|
wasm.wasm_bindgen__convert__closures_____invoke__ha390eb51fa5285b4(arg0, arg1, arg2);
|
|
}
|
|
|
|
function wasm_bindgen__convert__closures_____invoke__h9cacd8a9a6ca46c2(arg0, arg1, arg2) {
|
|
wasm.wasm_bindgen__convert__closures_____invoke__h9cacd8a9a6ca46c2(arg0, arg1, arg2);
|
|
}
|
|
|
|
function wasm_bindgen__convert__closures_____invoke__ha390eb51fa5285b4_3(arg0, arg1, arg2) {
|
|
wasm.wasm_bindgen__convert__closures_____invoke__ha390eb51fa5285b4_3(arg0, arg1, arg2);
|
|
}
|
|
|
|
function wasm_bindgen__convert__closures_____invoke__h0afc19def95e993a(arg0, arg1, arg2) {
|
|
wasm.wasm_bindgen__convert__closures_____invoke__h0afc19def95e993a(arg0, arg1, arg2);
|
|
}
|
|
|
|
function wasm_bindgen__convert__closures_____invoke__h0afc19def95e993a_5(arg0, arg1, arg2) {
|
|
wasm.wasm_bindgen__convert__closures_____invoke__h0afc19def95e993a_5(arg0, arg1, arg2);
|
|
}
|
|
|
|
function wasm_bindgen__convert__closures_____invoke__h6ec112f0342d232e(arg0, arg1, arg2) {
|
|
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h6ec112f0342d232e(arg0, arg1, arg2);
|
|
if (ret[1]) {
|
|
throw takeFromExternrefTable0(ret[0]);
|
|
}
|
|
}
|
|
|
|
function wasm_bindgen__convert__closures_____invoke__h737e63bacb96714d(arg0, arg1, arg2, arg3) {
|
|
wasm.wasm_bindgen__convert__closures_____invoke__h737e63bacb96714d(arg0, arg1, arg2, arg3);
|
|
}
|
|
|
|
|
|
const __wbindgen_enum_GpuCompilationMessageType = ["error", "warning", "info"];
|
|
|
|
|
|
const __wbindgen_enum_GpuDeviceLostReason = ["unknown", "destroyed"];
|
|
|
|
|
|
const __wbindgen_enum_GpuErrorFilter = ["validation", "out-of-memory", "internal"];
|
|
|
|
|
|
const __wbindgen_enum_GpuIndexFormat = ["uint16", "uint32"];
|
|
|
|
|
|
const __wbindgen_enum_GpuTextureFormat = ["r8unorm", "r8snorm", "r8uint", "r8sint", "r16uint", "r16sint", "r16float", "rg8unorm", "rg8snorm", "rg8uint", "rg8sint", "r32uint", "r32sint", "r32float", "rg16uint", "rg16sint", "rg16float", "rgba8unorm", "rgba8unorm-srgb", "rgba8snorm", "rgba8uint", "rgba8sint", "bgra8unorm", "bgra8unorm-srgb", "rgb9e5ufloat", "rgb10a2uint", "rgb10a2unorm", "rg11b10ufloat", "rg32uint", "rg32sint", "rg32float", "rgba16uint", "rgba16sint", "rgba16float", "rgba32uint", "rgba32sint", "rgba32float", "stencil8", "depth16unorm", "depth24plus", "depth24plus-stencil8", "depth32float", "depth32float-stencil8", "bc1-rgba-unorm", "bc1-rgba-unorm-srgb", "bc2-rgba-unorm", "bc2-rgba-unorm-srgb", "bc3-rgba-unorm", "bc3-rgba-unorm-srgb", "bc4-r-unorm", "bc4-r-snorm", "bc5-rg-unorm", "bc5-rg-snorm", "bc6h-rgb-ufloat", "bc6h-rgb-float", "bc7-rgba-unorm", "bc7-rgba-unorm-srgb", "etc2-rgb8unorm", "etc2-rgb8unorm-srgb", "etc2-rgb8a1unorm", "etc2-rgb8a1unorm-srgb", "etc2-rgba8unorm", "etc2-rgba8unorm-srgb", "eac-r11unorm", "eac-r11snorm", "eac-rg11unorm", "eac-rg11snorm", "astc-4x4-unorm", "astc-4x4-unorm-srgb", "astc-5x4-unorm", "astc-5x4-unorm-srgb", "astc-5x5-unorm", "astc-5x5-unorm-srgb", "astc-6x5-unorm", "astc-6x5-unorm-srgb", "astc-6x6-unorm", "astc-6x6-unorm-srgb", "astc-8x5-unorm", "astc-8x5-unorm-srgb", "astc-8x6-unorm", "astc-8x6-unorm-srgb", "astc-8x8-unorm", "astc-8x8-unorm-srgb", "astc-10x5-unorm", "astc-10x5-unorm-srgb", "astc-10x6-unorm", "astc-10x6-unorm-srgb", "astc-10x8-unorm", "astc-10x8-unorm-srgb", "astc-10x10-unorm", "astc-10x10-unorm-srgb", "astc-12x10-unorm", "astc-12x10-unorm-srgb", "astc-12x12-unorm", "astc-12x12-unorm-srgb"];
|
|
|
|
|
|
const __wbindgen_enum_IdbTransactionMode = ["readonly", "readwrite", "versionchange", "readwriteflush", "cleanup"];
|
|
|
|
|
|
const __wbindgen_enum_RequestCache = ["default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached"];
|
|
|
|
|
|
const __wbindgen_enum_RequestCredentials = ["omit", "same-origin", "include"];
|
|
|
|
|
|
const __wbindgen_enum_RequestMode = ["same-origin", "no-cors", "cors", "navigate"];
|
|
|
|
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 getArrayU32FromWasm0(ptr, len) {
|
|
ptr = ptr >>> 0;
|
|
return getUint32ArrayMemory0().subarray(ptr / 4, ptr / 4 + len);
|
|
}
|
|
|
|
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 cachedUint32ArrayMemory0 = null;
|
|
function getUint32ArrayMemory0() {
|
|
if (cachedUint32ArrayMemory0 === null || cachedUint32ArrayMemory0.byteLength === 0) {
|
|
cachedUint32ArrayMemory0 = new Uint32Array(wasm.memory.buffer);
|
|
}
|
|
return cachedUint32ArrayMemory0;
|
|
}
|
|
|
|
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 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;
|
|
cachedUint32ArrayMemory0 = 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('node_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 };
|