@prisma/query-compiler-wasm 6.20.0-5.46b83975fec203f6665832b932ab3dc58be23eab → 6.20.0-7.next-58b6febe9f56531067bad6b814c538707dc7fda2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cockroachdb/query_compiler_bg.js +0 -124
- package/cockroachdb/query_compiler_bg.wasm +0 -0
- package/cockroachdb/query_compiler_bg.wasm.d.ts +0 -2
- package/mysql/query_compiler_bg.js +0 -124
- package/mysql/query_compiler_bg.wasm +0 -0
- package/mysql/query_compiler_bg.wasm.d.ts +0 -2
- package/package.json +1 -1
- package/postgresql/query_compiler_bg.js +0 -124
- package/postgresql/query_compiler_bg.wasm +0 -0
- package/postgresql/query_compiler_bg.wasm.d.ts +0 -2
- package/sqlite/query_compiler_bg.js +0 -124
- package/sqlite/query_compiler_bg.wasm +0 -0
- package/sqlite/query_compiler_bg.wasm.d.ts +0 -2
- package/sqlserver/query_compiler_bg.js +0 -124
- package/sqlserver/query_compiler_bg.wasm +0 -0
- package/sqlserver/query_compiler_bg.wasm.d.ts +0 -2
|
@@ -166,21 +166,6 @@ function debugString(val) {
|
|
|
166
166
|
return className;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
function addToExternrefTable0(obj) {
|
|
170
|
-
const idx = wasm.__externref_table_alloc();
|
|
171
|
-
wasm.__wbindgen_externrefs.set(idx, obj);
|
|
172
|
-
return idx;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
function handleError(f, args) {
|
|
176
|
-
try {
|
|
177
|
-
return f.apply(this, args);
|
|
178
|
-
} catch (e) {
|
|
179
|
-
const idx = addToExternrefTable0(e);
|
|
180
|
-
wasm.__wbindgen_exn_store(idx);
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
|
|
184
169
|
function getArrayU8FromWasm0(ptr, len) {
|
|
185
170
|
ptr = ptr >>> 0;
|
|
186
171
|
return getUint8ArrayMemory0().subarray(ptr / 1, ptr / 1 + len);
|
|
@@ -287,11 +272,6 @@ export function __wbg___wbindgen_in_bb933bd9e1b3bc0f(arg0, arg1) {
|
|
|
287
272
|
return ret;
|
|
288
273
|
};
|
|
289
274
|
|
|
290
|
-
export function __wbg___wbindgen_is_function_ee8a6c5833c90377(arg0) {
|
|
291
|
-
const ret = typeof(arg0) === 'function';
|
|
292
|
-
return ret;
|
|
293
|
-
};
|
|
294
|
-
|
|
295
275
|
export function __wbg___wbindgen_is_object_c818261d21f283a4(arg0) {
|
|
296
276
|
const val = arg0;
|
|
297
277
|
const ret = typeof(val) === 'object' && val !== null;
|
|
@@ -333,30 +313,11 @@ export function __wbg___wbindgen_throw_b855445ff6a94295(arg0, arg1) {
|
|
|
333
313
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
334
314
|
};
|
|
335
315
|
|
|
336
|
-
export function __wbg_call_525440f72fbfc0ea() { return handleError(function (arg0, arg1, arg2) {
|
|
337
|
-
const ret = arg0.call(arg1, arg2);
|
|
338
|
-
return ret;
|
|
339
|
-
}, arguments) };
|
|
340
|
-
|
|
341
|
-
export function __wbg_call_e762c39fa8ea36bf() { return handleError(function (arg0, arg1) {
|
|
342
|
-
const ret = arg0.call(arg1);
|
|
343
|
-
return ret;
|
|
344
|
-
}, arguments) };
|
|
345
|
-
|
|
346
|
-
export function __wbg_crypto_805be4ce92f1e370(arg0) {
|
|
347
|
-
const ret = arg0.crypto;
|
|
348
|
-
return ret;
|
|
349
|
-
};
|
|
350
|
-
|
|
351
316
|
export function __wbg_entries_e171b586f8f6bdbf(arg0) {
|
|
352
317
|
const ret = Object.entries(arg0);
|
|
353
318
|
return ret;
|
|
354
319
|
};
|
|
355
320
|
|
|
356
|
-
export function __wbg_getRandomValues_f6a868620c8bab49() { return handleError(function (arg0, arg1) {
|
|
357
|
-
arg0.getRandomValues(arg1);
|
|
358
|
-
}, arguments) };
|
|
359
|
-
|
|
360
321
|
export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
361
322
|
const ret = arg0.getTime();
|
|
362
323
|
return ret;
|
|
@@ -399,11 +360,6 @@ export function __wbg_isSafeInteger_d216eda7911dde36(arg0) {
|
|
|
399
360
|
return ret;
|
|
400
361
|
};
|
|
401
362
|
|
|
402
|
-
export function __wbg_keys_b4d27b02ad14f4be(arg0) {
|
|
403
|
-
const ret = Object.keys(arg0);
|
|
404
|
-
return ret;
|
|
405
|
-
};
|
|
406
|
-
|
|
407
363
|
export function __wbg_length_69bca3cb64fc8748(arg0) {
|
|
408
364
|
const ret = arg0.length;
|
|
409
365
|
return ret;
|
|
@@ -414,11 +370,6 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
414
370
|
return ret;
|
|
415
371
|
};
|
|
416
372
|
|
|
417
|
-
export function __wbg_msCrypto_2ac4d17c4748234a(arg0) {
|
|
418
|
-
const ret = arg0.msCrypto;
|
|
419
|
-
return ret;
|
|
420
|
-
};
|
|
421
|
-
|
|
422
373
|
export function __wbg_new_0_f9740686d739025c() {
|
|
423
374
|
const ret = new Date();
|
|
424
375
|
return ret;
|
|
@@ -444,49 +395,10 @@ export function __wbg_new_e17d9f43105b08be() {
|
|
|
444
395
|
return ret;
|
|
445
396
|
};
|
|
446
397
|
|
|
447
|
-
export function __wbg_new_no_args_ee98eee5275000a4(arg0, arg1) {
|
|
448
|
-
const ret = new Function(getStringFromWasm0(arg0, arg1));
|
|
449
|
-
return ret;
|
|
450
|
-
};
|
|
451
|
-
|
|
452
|
-
export function __wbg_new_with_length_01aa0dc35aa13543(arg0) {
|
|
453
|
-
const ret = new Uint8Array(arg0 >>> 0);
|
|
454
|
-
return ret;
|
|
455
|
-
};
|
|
456
|
-
|
|
457
|
-
export function __wbg_node_ecc8306b9857f33d(arg0) {
|
|
458
|
-
const ret = arg0.node;
|
|
459
|
-
return ret;
|
|
460
|
-
};
|
|
461
|
-
|
|
462
|
-
export function __wbg_now_793306c526e2e3b6() {
|
|
463
|
-
const ret = Date.now();
|
|
464
|
-
return ret;
|
|
465
|
-
};
|
|
466
|
-
|
|
467
|
-
export function __wbg_now_b3f7572f6ef3d3a9() { return handleError(function () {
|
|
468
|
-
const ret = Date.now();
|
|
469
|
-
return ret;
|
|
470
|
-
}, arguments) };
|
|
471
|
-
|
|
472
|
-
export function __wbg_process_5cff2739921be718(arg0) {
|
|
473
|
-
const ret = arg0.process;
|
|
474
|
-
return ret;
|
|
475
|
-
};
|
|
476
|
-
|
|
477
398
|
export function __wbg_prototypesetcall_2a6620b6922694b2(arg0, arg1, arg2) {
|
|
478
399
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
479
400
|
};
|
|
480
401
|
|
|
481
|
-
export function __wbg_randomFillSync_d3c85af7e31cf1f8() { return handleError(function (arg0, arg1) {
|
|
482
|
-
arg0.randomFillSync(arg1);
|
|
483
|
-
}, arguments) };
|
|
484
|
-
|
|
485
|
-
export function __wbg_require_0c566c6f2eef6c79() { return handleError(function () {
|
|
486
|
-
const ret = module.require;
|
|
487
|
-
return ret;
|
|
488
|
-
}, arguments) };
|
|
489
|
-
|
|
490
402
|
export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
491
403
|
arg0[arg1] = arg2;
|
|
492
404
|
};
|
|
@@ -504,36 +416,6 @@ export function __wbg_set_message_82ae475bb413aa5c(arg0, arg1) {
|
|
|
504
416
|
global.PRISMA_WASM_PANIC_REGISTRY.set_message(getStringFromWasm0(arg0, arg1));
|
|
505
417
|
};
|
|
506
418
|
|
|
507
|
-
export function __wbg_static_accessor_GLOBAL_89e1d9ac6a1b250e() {
|
|
508
|
-
const ret = typeof global === 'undefined' ? null : global;
|
|
509
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
510
|
-
};
|
|
511
|
-
|
|
512
|
-
export function __wbg_static_accessor_GLOBAL_THIS_8b530f326a9e48ac() {
|
|
513
|
-
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
514
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
515
|
-
};
|
|
516
|
-
|
|
517
|
-
export function __wbg_static_accessor_SELF_6fdf4b64710cc91b() {
|
|
518
|
-
const ret = typeof self === 'undefined' ? null : self;
|
|
519
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
520
|
-
};
|
|
521
|
-
|
|
522
|
-
export function __wbg_static_accessor_WINDOW_b45bfc5a37f6cfa2() {
|
|
523
|
-
const ret = typeof window === 'undefined' ? null : window;
|
|
524
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
525
|
-
};
|
|
526
|
-
|
|
527
|
-
export function __wbg_subarray_480600f3d6a9f26c(arg0, arg1, arg2) {
|
|
528
|
-
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
529
|
-
return ret;
|
|
530
|
-
};
|
|
531
|
-
|
|
532
|
-
export function __wbg_versions_a8e5a362e1f16442(arg0) {
|
|
533
|
-
const ret = arg0.versions;
|
|
534
|
-
return ret;
|
|
535
|
-
};
|
|
536
|
-
|
|
537
419
|
export function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
|
|
538
420
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
539
421
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
@@ -552,12 +434,6 @@ export function __wbindgen_cast_9ae0607507abb057(arg0) {
|
|
|
552
434
|
return ret;
|
|
553
435
|
};
|
|
554
436
|
|
|
555
|
-
export function __wbindgen_cast_cb9088102bce6b30(arg0, arg1) {
|
|
556
|
-
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
|
|
557
|
-
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
558
|
-
return ret;
|
|
559
|
-
};
|
|
560
|
-
|
|
561
437
|
export function __wbindgen_cast_d6cd19b81560fd6e(arg0) {
|
|
562
438
|
// Cast intrinsic for `F64 -> Externref`.
|
|
563
439
|
const ret = arg0;
|
|
Binary file
|
|
@@ -7,8 +7,6 @@ export const querycompiler_compile: (a: number, b: number, c: number) => [number
|
|
|
7
7
|
export const querycompiler_compileBatch: (a: number, b: number, c: number) => [number, number, number];
|
|
8
8
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
9
9
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
10
|
-
export const __wbindgen_exn_store: (a: number) => void;
|
|
11
|
-
export const __externref_table_alloc: () => number;
|
|
12
10
|
export const __wbindgen_externrefs: WebAssembly.Table;
|
|
13
11
|
export const __externref_table_dealloc: (a: number) => void;
|
|
14
12
|
export const __wbindgen_start: () => void;
|
|
@@ -166,21 +166,6 @@ function debugString(val) {
|
|
|
166
166
|
return className;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
function addToExternrefTable0(obj) {
|
|
170
|
-
const idx = wasm.__externref_table_alloc();
|
|
171
|
-
wasm.__wbindgen_externrefs.set(idx, obj);
|
|
172
|
-
return idx;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
function handleError(f, args) {
|
|
176
|
-
try {
|
|
177
|
-
return f.apply(this, args);
|
|
178
|
-
} catch (e) {
|
|
179
|
-
const idx = addToExternrefTable0(e);
|
|
180
|
-
wasm.__wbindgen_exn_store(idx);
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
|
|
184
169
|
function getArrayU8FromWasm0(ptr, len) {
|
|
185
170
|
ptr = ptr >>> 0;
|
|
186
171
|
return getUint8ArrayMemory0().subarray(ptr / 1, ptr / 1 + len);
|
|
@@ -287,11 +272,6 @@ export function __wbg___wbindgen_in_bb933bd9e1b3bc0f(arg0, arg1) {
|
|
|
287
272
|
return ret;
|
|
288
273
|
};
|
|
289
274
|
|
|
290
|
-
export function __wbg___wbindgen_is_function_ee8a6c5833c90377(arg0) {
|
|
291
|
-
const ret = typeof(arg0) === 'function';
|
|
292
|
-
return ret;
|
|
293
|
-
};
|
|
294
|
-
|
|
295
275
|
export function __wbg___wbindgen_is_object_c818261d21f283a4(arg0) {
|
|
296
276
|
const val = arg0;
|
|
297
277
|
const ret = typeof(val) === 'object' && val !== null;
|
|
@@ -333,30 +313,11 @@ export function __wbg___wbindgen_throw_b855445ff6a94295(arg0, arg1) {
|
|
|
333
313
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
334
314
|
};
|
|
335
315
|
|
|
336
|
-
export function __wbg_call_525440f72fbfc0ea() { return handleError(function (arg0, arg1, arg2) {
|
|
337
|
-
const ret = arg0.call(arg1, arg2);
|
|
338
|
-
return ret;
|
|
339
|
-
}, arguments) };
|
|
340
|
-
|
|
341
|
-
export function __wbg_call_e762c39fa8ea36bf() { return handleError(function (arg0, arg1) {
|
|
342
|
-
const ret = arg0.call(arg1);
|
|
343
|
-
return ret;
|
|
344
|
-
}, arguments) };
|
|
345
|
-
|
|
346
|
-
export function __wbg_crypto_805be4ce92f1e370(arg0) {
|
|
347
|
-
const ret = arg0.crypto;
|
|
348
|
-
return ret;
|
|
349
|
-
};
|
|
350
|
-
|
|
351
316
|
export function __wbg_entries_e171b586f8f6bdbf(arg0) {
|
|
352
317
|
const ret = Object.entries(arg0);
|
|
353
318
|
return ret;
|
|
354
319
|
};
|
|
355
320
|
|
|
356
|
-
export function __wbg_getRandomValues_f6a868620c8bab49() { return handleError(function (arg0, arg1) {
|
|
357
|
-
arg0.getRandomValues(arg1);
|
|
358
|
-
}, arguments) };
|
|
359
|
-
|
|
360
321
|
export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
361
322
|
const ret = arg0.getTime();
|
|
362
323
|
return ret;
|
|
@@ -399,11 +360,6 @@ export function __wbg_isSafeInteger_d216eda7911dde36(arg0) {
|
|
|
399
360
|
return ret;
|
|
400
361
|
};
|
|
401
362
|
|
|
402
|
-
export function __wbg_keys_b4d27b02ad14f4be(arg0) {
|
|
403
|
-
const ret = Object.keys(arg0);
|
|
404
|
-
return ret;
|
|
405
|
-
};
|
|
406
|
-
|
|
407
363
|
export function __wbg_length_69bca3cb64fc8748(arg0) {
|
|
408
364
|
const ret = arg0.length;
|
|
409
365
|
return ret;
|
|
@@ -414,11 +370,6 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
414
370
|
return ret;
|
|
415
371
|
};
|
|
416
372
|
|
|
417
|
-
export function __wbg_msCrypto_2ac4d17c4748234a(arg0) {
|
|
418
|
-
const ret = arg0.msCrypto;
|
|
419
|
-
return ret;
|
|
420
|
-
};
|
|
421
|
-
|
|
422
373
|
export function __wbg_new_0_f9740686d739025c() {
|
|
423
374
|
const ret = new Date();
|
|
424
375
|
return ret;
|
|
@@ -444,49 +395,10 @@ export function __wbg_new_e17d9f43105b08be() {
|
|
|
444
395
|
return ret;
|
|
445
396
|
};
|
|
446
397
|
|
|
447
|
-
export function __wbg_new_no_args_ee98eee5275000a4(arg0, arg1) {
|
|
448
|
-
const ret = new Function(getStringFromWasm0(arg0, arg1));
|
|
449
|
-
return ret;
|
|
450
|
-
};
|
|
451
|
-
|
|
452
|
-
export function __wbg_new_with_length_01aa0dc35aa13543(arg0) {
|
|
453
|
-
const ret = new Uint8Array(arg0 >>> 0);
|
|
454
|
-
return ret;
|
|
455
|
-
};
|
|
456
|
-
|
|
457
|
-
export function __wbg_node_ecc8306b9857f33d(arg0) {
|
|
458
|
-
const ret = arg0.node;
|
|
459
|
-
return ret;
|
|
460
|
-
};
|
|
461
|
-
|
|
462
|
-
export function __wbg_now_793306c526e2e3b6() {
|
|
463
|
-
const ret = Date.now();
|
|
464
|
-
return ret;
|
|
465
|
-
};
|
|
466
|
-
|
|
467
|
-
export function __wbg_now_b3f7572f6ef3d3a9() { return handleError(function () {
|
|
468
|
-
const ret = Date.now();
|
|
469
|
-
return ret;
|
|
470
|
-
}, arguments) };
|
|
471
|
-
|
|
472
|
-
export function __wbg_process_5cff2739921be718(arg0) {
|
|
473
|
-
const ret = arg0.process;
|
|
474
|
-
return ret;
|
|
475
|
-
};
|
|
476
|
-
|
|
477
398
|
export function __wbg_prototypesetcall_2a6620b6922694b2(arg0, arg1, arg2) {
|
|
478
399
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
479
400
|
};
|
|
480
401
|
|
|
481
|
-
export function __wbg_randomFillSync_d3c85af7e31cf1f8() { return handleError(function (arg0, arg1) {
|
|
482
|
-
arg0.randomFillSync(arg1);
|
|
483
|
-
}, arguments) };
|
|
484
|
-
|
|
485
|
-
export function __wbg_require_0c566c6f2eef6c79() { return handleError(function () {
|
|
486
|
-
const ret = module.require;
|
|
487
|
-
return ret;
|
|
488
|
-
}, arguments) };
|
|
489
|
-
|
|
490
402
|
export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
491
403
|
arg0[arg1] = arg2;
|
|
492
404
|
};
|
|
@@ -504,36 +416,6 @@ export function __wbg_set_message_82ae475bb413aa5c(arg0, arg1) {
|
|
|
504
416
|
global.PRISMA_WASM_PANIC_REGISTRY.set_message(getStringFromWasm0(arg0, arg1));
|
|
505
417
|
};
|
|
506
418
|
|
|
507
|
-
export function __wbg_static_accessor_GLOBAL_89e1d9ac6a1b250e() {
|
|
508
|
-
const ret = typeof global === 'undefined' ? null : global;
|
|
509
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
510
|
-
};
|
|
511
|
-
|
|
512
|
-
export function __wbg_static_accessor_GLOBAL_THIS_8b530f326a9e48ac() {
|
|
513
|
-
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
514
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
515
|
-
};
|
|
516
|
-
|
|
517
|
-
export function __wbg_static_accessor_SELF_6fdf4b64710cc91b() {
|
|
518
|
-
const ret = typeof self === 'undefined' ? null : self;
|
|
519
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
520
|
-
};
|
|
521
|
-
|
|
522
|
-
export function __wbg_static_accessor_WINDOW_b45bfc5a37f6cfa2() {
|
|
523
|
-
const ret = typeof window === 'undefined' ? null : window;
|
|
524
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
525
|
-
};
|
|
526
|
-
|
|
527
|
-
export function __wbg_subarray_480600f3d6a9f26c(arg0, arg1, arg2) {
|
|
528
|
-
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
529
|
-
return ret;
|
|
530
|
-
};
|
|
531
|
-
|
|
532
|
-
export function __wbg_versions_a8e5a362e1f16442(arg0) {
|
|
533
|
-
const ret = arg0.versions;
|
|
534
|
-
return ret;
|
|
535
|
-
};
|
|
536
|
-
|
|
537
419
|
export function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
|
|
538
420
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
539
421
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
@@ -552,12 +434,6 @@ export function __wbindgen_cast_9ae0607507abb057(arg0) {
|
|
|
552
434
|
return ret;
|
|
553
435
|
};
|
|
554
436
|
|
|
555
|
-
export function __wbindgen_cast_cb9088102bce6b30(arg0, arg1) {
|
|
556
|
-
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
|
|
557
|
-
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
558
|
-
return ret;
|
|
559
|
-
};
|
|
560
|
-
|
|
561
437
|
export function __wbindgen_cast_d6cd19b81560fd6e(arg0) {
|
|
562
438
|
// Cast intrinsic for `F64 -> Externref`.
|
|
563
439
|
const ret = arg0;
|
|
Binary file
|
|
@@ -7,8 +7,6 @@ export const querycompiler_compile: (a: number, b: number, c: number) => [number
|
|
|
7
7
|
export const querycompiler_compileBatch: (a: number, b: number, c: number) => [number, number, number];
|
|
8
8
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
9
9
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
10
|
-
export const __wbindgen_exn_store: (a: number) => void;
|
|
11
|
-
export const __externref_table_alloc: () => number;
|
|
12
10
|
export const __wbindgen_externrefs: WebAssembly.Table;
|
|
13
11
|
export const __externref_table_dealloc: (a: number) => void;
|
|
14
12
|
export const __wbindgen_start: () => void;
|
package/package.json
CHANGED
|
@@ -166,21 +166,6 @@ function debugString(val) {
|
|
|
166
166
|
return className;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
function addToExternrefTable0(obj) {
|
|
170
|
-
const idx = wasm.__externref_table_alloc();
|
|
171
|
-
wasm.__wbindgen_externrefs.set(idx, obj);
|
|
172
|
-
return idx;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
function handleError(f, args) {
|
|
176
|
-
try {
|
|
177
|
-
return f.apply(this, args);
|
|
178
|
-
} catch (e) {
|
|
179
|
-
const idx = addToExternrefTable0(e);
|
|
180
|
-
wasm.__wbindgen_exn_store(idx);
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
|
|
184
169
|
function getArrayU8FromWasm0(ptr, len) {
|
|
185
170
|
ptr = ptr >>> 0;
|
|
186
171
|
return getUint8ArrayMemory0().subarray(ptr / 1, ptr / 1 + len);
|
|
@@ -287,11 +272,6 @@ export function __wbg___wbindgen_in_bb933bd9e1b3bc0f(arg0, arg1) {
|
|
|
287
272
|
return ret;
|
|
288
273
|
};
|
|
289
274
|
|
|
290
|
-
export function __wbg___wbindgen_is_function_ee8a6c5833c90377(arg0) {
|
|
291
|
-
const ret = typeof(arg0) === 'function';
|
|
292
|
-
return ret;
|
|
293
|
-
};
|
|
294
|
-
|
|
295
275
|
export function __wbg___wbindgen_is_object_c818261d21f283a4(arg0) {
|
|
296
276
|
const val = arg0;
|
|
297
277
|
const ret = typeof(val) === 'object' && val !== null;
|
|
@@ -333,30 +313,11 @@ export function __wbg___wbindgen_throw_b855445ff6a94295(arg0, arg1) {
|
|
|
333
313
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
334
314
|
};
|
|
335
315
|
|
|
336
|
-
export function __wbg_call_525440f72fbfc0ea() { return handleError(function (arg0, arg1, arg2) {
|
|
337
|
-
const ret = arg0.call(arg1, arg2);
|
|
338
|
-
return ret;
|
|
339
|
-
}, arguments) };
|
|
340
|
-
|
|
341
|
-
export function __wbg_call_e762c39fa8ea36bf() { return handleError(function (arg0, arg1) {
|
|
342
|
-
const ret = arg0.call(arg1);
|
|
343
|
-
return ret;
|
|
344
|
-
}, arguments) };
|
|
345
|
-
|
|
346
|
-
export function __wbg_crypto_805be4ce92f1e370(arg0) {
|
|
347
|
-
const ret = arg0.crypto;
|
|
348
|
-
return ret;
|
|
349
|
-
};
|
|
350
|
-
|
|
351
316
|
export function __wbg_entries_e171b586f8f6bdbf(arg0) {
|
|
352
317
|
const ret = Object.entries(arg0);
|
|
353
318
|
return ret;
|
|
354
319
|
};
|
|
355
320
|
|
|
356
|
-
export function __wbg_getRandomValues_f6a868620c8bab49() { return handleError(function (arg0, arg1) {
|
|
357
|
-
arg0.getRandomValues(arg1);
|
|
358
|
-
}, arguments) };
|
|
359
|
-
|
|
360
321
|
export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
361
322
|
const ret = arg0.getTime();
|
|
362
323
|
return ret;
|
|
@@ -399,11 +360,6 @@ export function __wbg_isSafeInteger_d216eda7911dde36(arg0) {
|
|
|
399
360
|
return ret;
|
|
400
361
|
};
|
|
401
362
|
|
|
402
|
-
export function __wbg_keys_b4d27b02ad14f4be(arg0) {
|
|
403
|
-
const ret = Object.keys(arg0);
|
|
404
|
-
return ret;
|
|
405
|
-
};
|
|
406
|
-
|
|
407
363
|
export function __wbg_length_69bca3cb64fc8748(arg0) {
|
|
408
364
|
const ret = arg0.length;
|
|
409
365
|
return ret;
|
|
@@ -414,11 +370,6 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
414
370
|
return ret;
|
|
415
371
|
};
|
|
416
372
|
|
|
417
|
-
export function __wbg_msCrypto_2ac4d17c4748234a(arg0) {
|
|
418
|
-
const ret = arg0.msCrypto;
|
|
419
|
-
return ret;
|
|
420
|
-
};
|
|
421
|
-
|
|
422
373
|
export function __wbg_new_0_f9740686d739025c() {
|
|
423
374
|
const ret = new Date();
|
|
424
375
|
return ret;
|
|
@@ -444,49 +395,10 @@ export function __wbg_new_e17d9f43105b08be() {
|
|
|
444
395
|
return ret;
|
|
445
396
|
};
|
|
446
397
|
|
|
447
|
-
export function __wbg_new_no_args_ee98eee5275000a4(arg0, arg1) {
|
|
448
|
-
const ret = new Function(getStringFromWasm0(arg0, arg1));
|
|
449
|
-
return ret;
|
|
450
|
-
};
|
|
451
|
-
|
|
452
|
-
export function __wbg_new_with_length_01aa0dc35aa13543(arg0) {
|
|
453
|
-
const ret = new Uint8Array(arg0 >>> 0);
|
|
454
|
-
return ret;
|
|
455
|
-
};
|
|
456
|
-
|
|
457
|
-
export function __wbg_node_ecc8306b9857f33d(arg0) {
|
|
458
|
-
const ret = arg0.node;
|
|
459
|
-
return ret;
|
|
460
|
-
};
|
|
461
|
-
|
|
462
|
-
export function __wbg_now_793306c526e2e3b6() {
|
|
463
|
-
const ret = Date.now();
|
|
464
|
-
return ret;
|
|
465
|
-
};
|
|
466
|
-
|
|
467
|
-
export function __wbg_now_b3f7572f6ef3d3a9() { return handleError(function () {
|
|
468
|
-
const ret = Date.now();
|
|
469
|
-
return ret;
|
|
470
|
-
}, arguments) };
|
|
471
|
-
|
|
472
|
-
export function __wbg_process_5cff2739921be718(arg0) {
|
|
473
|
-
const ret = arg0.process;
|
|
474
|
-
return ret;
|
|
475
|
-
};
|
|
476
|
-
|
|
477
398
|
export function __wbg_prototypesetcall_2a6620b6922694b2(arg0, arg1, arg2) {
|
|
478
399
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
479
400
|
};
|
|
480
401
|
|
|
481
|
-
export function __wbg_randomFillSync_d3c85af7e31cf1f8() { return handleError(function (arg0, arg1) {
|
|
482
|
-
arg0.randomFillSync(arg1);
|
|
483
|
-
}, arguments) };
|
|
484
|
-
|
|
485
|
-
export function __wbg_require_0c566c6f2eef6c79() { return handleError(function () {
|
|
486
|
-
const ret = module.require;
|
|
487
|
-
return ret;
|
|
488
|
-
}, arguments) };
|
|
489
|
-
|
|
490
402
|
export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
491
403
|
arg0[arg1] = arg2;
|
|
492
404
|
};
|
|
@@ -504,36 +416,6 @@ export function __wbg_set_message_82ae475bb413aa5c(arg0, arg1) {
|
|
|
504
416
|
global.PRISMA_WASM_PANIC_REGISTRY.set_message(getStringFromWasm0(arg0, arg1));
|
|
505
417
|
};
|
|
506
418
|
|
|
507
|
-
export function __wbg_static_accessor_GLOBAL_89e1d9ac6a1b250e() {
|
|
508
|
-
const ret = typeof global === 'undefined' ? null : global;
|
|
509
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
510
|
-
};
|
|
511
|
-
|
|
512
|
-
export function __wbg_static_accessor_GLOBAL_THIS_8b530f326a9e48ac() {
|
|
513
|
-
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
514
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
515
|
-
};
|
|
516
|
-
|
|
517
|
-
export function __wbg_static_accessor_SELF_6fdf4b64710cc91b() {
|
|
518
|
-
const ret = typeof self === 'undefined' ? null : self;
|
|
519
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
520
|
-
};
|
|
521
|
-
|
|
522
|
-
export function __wbg_static_accessor_WINDOW_b45bfc5a37f6cfa2() {
|
|
523
|
-
const ret = typeof window === 'undefined' ? null : window;
|
|
524
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
525
|
-
};
|
|
526
|
-
|
|
527
|
-
export function __wbg_subarray_480600f3d6a9f26c(arg0, arg1, arg2) {
|
|
528
|
-
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
529
|
-
return ret;
|
|
530
|
-
};
|
|
531
|
-
|
|
532
|
-
export function __wbg_versions_a8e5a362e1f16442(arg0) {
|
|
533
|
-
const ret = arg0.versions;
|
|
534
|
-
return ret;
|
|
535
|
-
};
|
|
536
|
-
|
|
537
419
|
export function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
|
|
538
420
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
539
421
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
@@ -552,12 +434,6 @@ export function __wbindgen_cast_9ae0607507abb057(arg0) {
|
|
|
552
434
|
return ret;
|
|
553
435
|
};
|
|
554
436
|
|
|
555
|
-
export function __wbindgen_cast_cb9088102bce6b30(arg0, arg1) {
|
|
556
|
-
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
|
|
557
|
-
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
558
|
-
return ret;
|
|
559
|
-
};
|
|
560
|
-
|
|
561
437
|
export function __wbindgen_cast_d6cd19b81560fd6e(arg0) {
|
|
562
438
|
// Cast intrinsic for `F64 -> Externref`.
|
|
563
439
|
const ret = arg0;
|
|
Binary file
|
|
@@ -7,8 +7,6 @@ export const querycompiler_compile: (a: number, b: number, c: number) => [number
|
|
|
7
7
|
export const querycompiler_compileBatch: (a: number, b: number, c: number) => [number, number, number];
|
|
8
8
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
9
9
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
10
|
-
export const __wbindgen_exn_store: (a: number) => void;
|
|
11
|
-
export const __externref_table_alloc: () => number;
|
|
12
10
|
export const __wbindgen_externrefs: WebAssembly.Table;
|
|
13
11
|
export const __externref_table_dealloc: (a: number) => void;
|
|
14
12
|
export const __wbindgen_start: () => void;
|
|
@@ -166,21 +166,6 @@ function debugString(val) {
|
|
|
166
166
|
return className;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
function addToExternrefTable0(obj) {
|
|
170
|
-
const idx = wasm.__externref_table_alloc();
|
|
171
|
-
wasm.__wbindgen_externrefs.set(idx, obj);
|
|
172
|
-
return idx;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
function handleError(f, args) {
|
|
176
|
-
try {
|
|
177
|
-
return f.apply(this, args);
|
|
178
|
-
} catch (e) {
|
|
179
|
-
const idx = addToExternrefTable0(e);
|
|
180
|
-
wasm.__wbindgen_exn_store(idx);
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
|
|
184
169
|
function getArrayU8FromWasm0(ptr, len) {
|
|
185
170
|
ptr = ptr >>> 0;
|
|
186
171
|
return getUint8ArrayMemory0().subarray(ptr / 1, ptr / 1 + len);
|
|
@@ -287,11 +272,6 @@ export function __wbg___wbindgen_in_bb933bd9e1b3bc0f(arg0, arg1) {
|
|
|
287
272
|
return ret;
|
|
288
273
|
};
|
|
289
274
|
|
|
290
|
-
export function __wbg___wbindgen_is_function_ee8a6c5833c90377(arg0) {
|
|
291
|
-
const ret = typeof(arg0) === 'function';
|
|
292
|
-
return ret;
|
|
293
|
-
};
|
|
294
|
-
|
|
295
275
|
export function __wbg___wbindgen_is_object_c818261d21f283a4(arg0) {
|
|
296
276
|
const val = arg0;
|
|
297
277
|
const ret = typeof(val) === 'object' && val !== null;
|
|
@@ -333,30 +313,11 @@ export function __wbg___wbindgen_throw_b855445ff6a94295(arg0, arg1) {
|
|
|
333
313
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
334
314
|
};
|
|
335
315
|
|
|
336
|
-
export function __wbg_call_525440f72fbfc0ea() { return handleError(function (arg0, arg1, arg2) {
|
|
337
|
-
const ret = arg0.call(arg1, arg2);
|
|
338
|
-
return ret;
|
|
339
|
-
}, arguments) };
|
|
340
|
-
|
|
341
|
-
export function __wbg_call_e762c39fa8ea36bf() { return handleError(function (arg0, arg1) {
|
|
342
|
-
const ret = arg0.call(arg1);
|
|
343
|
-
return ret;
|
|
344
|
-
}, arguments) };
|
|
345
|
-
|
|
346
|
-
export function __wbg_crypto_805be4ce92f1e370(arg0) {
|
|
347
|
-
const ret = arg0.crypto;
|
|
348
|
-
return ret;
|
|
349
|
-
};
|
|
350
|
-
|
|
351
316
|
export function __wbg_entries_e171b586f8f6bdbf(arg0) {
|
|
352
317
|
const ret = Object.entries(arg0);
|
|
353
318
|
return ret;
|
|
354
319
|
};
|
|
355
320
|
|
|
356
|
-
export function __wbg_getRandomValues_f6a868620c8bab49() { return handleError(function (arg0, arg1) {
|
|
357
|
-
arg0.getRandomValues(arg1);
|
|
358
|
-
}, arguments) };
|
|
359
|
-
|
|
360
321
|
export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
361
322
|
const ret = arg0.getTime();
|
|
362
323
|
return ret;
|
|
@@ -399,11 +360,6 @@ export function __wbg_isSafeInteger_d216eda7911dde36(arg0) {
|
|
|
399
360
|
return ret;
|
|
400
361
|
};
|
|
401
362
|
|
|
402
|
-
export function __wbg_keys_b4d27b02ad14f4be(arg0) {
|
|
403
|
-
const ret = Object.keys(arg0);
|
|
404
|
-
return ret;
|
|
405
|
-
};
|
|
406
|
-
|
|
407
363
|
export function __wbg_length_69bca3cb64fc8748(arg0) {
|
|
408
364
|
const ret = arg0.length;
|
|
409
365
|
return ret;
|
|
@@ -414,11 +370,6 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
414
370
|
return ret;
|
|
415
371
|
};
|
|
416
372
|
|
|
417
|
-
export function __wbg_msCrypto_2ac4d17c4748234a(arg0) {
|
|
418
|
-
const ret = arg0.msCrypto;
|
|
419
|
-
return ret;
|
|
420
|
-
};
|
|
421
|
-
|
|
422
373
|
export function __wbg_new_0_f9740686d739025c() {
|
|
423
374
|
const ret = new Date();
|
|
424
375
|
return ret;
|
|
@@ -444,49 +395,10 @@ export function __wbg_new_e17d9f43105b08be() {
|
|
|
444
395
|
return ret;
|
|
445
396
|
};
|
|
446
397
|
|
|
447
|
-
export function __wbg_new_no_args_ee98eee5275000a4(arg0, arg1) {
|
|
448
|
-
const ret = new Function(getStringFromWasm0(arg0, arg1));
|
|
449
|
-
return ret;
|
|
450
|
-
};
|
|
451
|
-
|
|
452
|
-
export function __wbg_new_with_length_01aa0dc35aa13543(arg0) {
|
|
453
|
-
const ret = new Uint8Array(arg0 >>> 0);
|
|
454
|
-
return ret;
|
|
455
|
-
};
|
|
456
|
-
|
|
457
|
-
export function __wbg_node_ecc8306b9857f33d(arg0) {
|
|
458
|
-
const ret = arg0.node;
|
|
459
|
-
return ret;
|
|
460
|
-
};
|
|
461
|
-
|
|
462
|
-
export function __wbg_now_793306c526e2e3b6() {
|
|
463
|
-
const ret = Date.now();
|
|
464
|
-
return ret;
|
|
465
|
-
};
|
|
466
|
-
|
|
467
|
-
export function __wbg_now_b3f7572f6ef3d3a9() { return handleError(function () {
|
|
468
|
-
const ret = Date.now();
|
|
469
|
-
return ret;
|
|
470
|
-
}, arguments) };
|
|
471
|
-
|
|
472
|
-
export function __wbg_process_5cff2739921be718(arg0) {
|
|
473
|
-
const ret = arg0.process;
|
|
474
|
-
return ret;
|
|
475
|
-
};
|
|
476
|
-
|
|
477
398
|
export function __wbg_prototypesetcall_2a6620b6922694b2(arg0, arg1, arg2) {
|
|
478
399
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
479
400
|
};
|
|
480
401
|
|
|
481
|
-
export function __wbg_randomFillSync_d3c85af7e31cf1f8() { return handleError(function (arg0, arg1) {
|
|
482
|
-
arg0.randomFillSync(arg1);
|
|
483
|
-
}, arguments) };
|
|
484
|
-
|
|
485
|
-
export function __wbg_require_0c566c6f2eef6c79() { return handleError(function () {
|
|
486
|
-
const ret = module.require;
|
|
487
|
-
return ret;
|
|
488
|
-
}, arguments) };
|
|
489
|
-
|
|
490
402
|
export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
491
403
|
arg0[arg1] = arg2;
|
|
492
404
|
};
|
|
@@ -504,36 +416,6 @@ export function __wbg_set_message_82ae475bb413aa5c(arg0, arg1) {
|
|
|
504
416
|
global.PRISMA_WASM_PANIC_REGISTRY.set_message(getStringFromWasm0(arg0, arg1));
|
|
505
417
|
};
|
|
506
418
|
|
|
507
|
-
export function __wbg_static_accessor_GLOBAL_89e1d9ac6a1b250e() {
|
|
508
|
-
const ret = typeof global === 'undefined' ? null : global;
|
|
509
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
510
|
-
};
|
|
511
|
-
|
|
512
|
-
export function __wbg_static_accessor_GLOBAL_THIS_8b530f326a9e48ac() {
|
|
513
|
-
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
514
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
515
|
-
};
|
|
516
|
-
|
|
517
|
-
export function __wbg_static_accessor_SELF_6fdf4b64710cc91b() {
|
|
518
|
-
const ret = typeof self === 'undefined' ? null : self;
|
|
519
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
520
|
-
};
|
|
521
|
-
|
|
522
|
-
export function __wbg_static_accessor_WINDOW_b45bfc5a37f6cfa2() {
|
|
523
|
-
const ret = typeof window === 'undefined' ? null : window;
|
|
524
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
525
|
-
};
|
|
526
|
-
|
|
527
|
-
export function __wbg_subarray_480600f3d6a9f26c(arg0, arg1, arg2) {
|
|
528
|
-
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
529
|
-
return ret;
|
|
530
|
-
};
|
|
531
|
-
|
|
532
|
-
export function __wbg_versions_a8e5a362e1f16442(arg0) {
|
|
533
|
-
const ret = arg0.versions;
|
|
534
|
-
return ret;
|
|
535
|
-
};
|
|
536
|
-
|
|
537
419
|
export function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
|
|
538
420
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
539
421
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
@@ -552,12 +434,6 @@ export function __wbindgen_cast_9ae0607507abb057(arg0) {
|
|
|
552
434
|
return ret;
|
|
553
435
|
};
|
|
554
436
|
|
|
555
|
-
export function __wbindgen_cast_cb9088102bce6b30(arg0, arg1) {
|
|
556
|
-
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
|
|
557
|
-
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
558
|
-
return ret;
|
|
559
|
-
};
|
|
560
|
-
|
|
561
437
|
export function __wbindgen_cast_d6cd19b81560fd6e(arg0) {
|
|
562
438
|
// Cast intrinsic for `F64 -> Externref`.
|
|
563
439
|
const ret = arg0;
|
|
Binary file
|
|
@@ -7,8 +7,6 @@ export const querycompiler_compile: (a: number, b: number, c: number) => [number
|
|
|
7
7
|
export const querycompiler_compileBatch: (a: number, b: number, c: number) => [number, number, number];
|
|
8
8
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
9
9
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
10
|
-
export const __wbindgen_exn_store: (a: number) => void;
|
|
11
|
-
export const __externref_table_alloc: () => number;
|
|
12
10
|
export const __wbindgen_externrefs: WebAssembly.Table;
|
|
13
11
|
export const __externref_table_dealloc: (a: number) => void;
|
|
14
12
|
export const __wbindgen_start: () => void;
|
|
@@ -166,21 +166,6 @@ function debugString(val) {
|
|
|
166
166
|
return className;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
function addToExternrefTable0(obj) {
|
|
170
|
-
const idx = wasm.__externref_table_alloc();
|
|
171
|
-
wasm.__wbindgen_externrefs.set(idx, obj);
|
|
172
|
-
return idx;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
function handleError(f, args) {
|
|
176
|
-
try {
|
|
177
|
-
return f.apply(this, args);
|
|
178
|
-
} catch (e) {
|
|
179
|
-
const idx = addToExternrefTable0(e);
|
|
180
|
-
wasm.__wbindgen_exn_store(idx);
|
|
181
|
-
}
|
|
182
|
-
}
|
|
183
|
-
|
|
184
169
|
function getArrayU8FromWasm0(ptr, len) {
|
|
185
170
|
ptr = ptr >>> 0;
|
|
186
171
|
return getUint8ArrayMemory0().subarray(ptr / 1, ptr / 1 + len);
|
|
@@ -287,11 +272,6 @@ export function __wbg___wbindgen_in_bb933bd9e1b3bc0f(arg0, arg1) {
|
|
|
287
272
|
return ret;
|
|
288
273
|
};
|
|
289
274
|
|
|
290
|
-
export function __wbg___wbindgen_is_function_ee8a6c5833c90377(arg0) {
|
|
291
|
-
const ret = typeof(arg0) === 'function';
|
|
292
|
-
return ret;
|
|
293
|
-
};
|
|
294
|
-
|
|
295
275
|
export function __wbg___wbindgen_is_object_c818261d21f283a4(arg0) {
|
|
296
276
|
const val = arg0;
|
|
297
277
|
const ret = typeof(val) === 'object' && val !== null;
|
|
@@ -333,30 +313,11 @@ export function __wbg___wbindgen_throw_b855445ff6a94295(arg0, arg1) {
|
|
|
333
313
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
334
314
|
};
|
|
335
315
|
|
|
336
|
-
export function __wbg_call_525440f72fbfc0ea() { return handleError(function (arg0, arg1, arg2) {
|
|
337
|
-
const ret = arg0.call(arg1, arg2);
|
|
338
|
-
return ret;
|
|
339
|
-
}, arguments) };
|
|
340
|
-
|
|
341
|
-
export function __wbg_call_e762c39fa8ea36bf() { return handleError(function (arg0, arg1) {
|
|
342
|
-
const ret = arg0.call(arg1);
|
|
343
|
-
return ret;
|
|
344
|
-
}, arguments) };
|
|
345
|
-
|
|
346
|
-
export function __wbg_crypto_805be4ce92f1e370(arg0) {
|
|
347
|
-
const ret = arg0.crypto;
|
|
348
|
-
return ret;
|
|
349
|
-
};
|
|
350
|
-
|
|
351
316
|
export function __wbg_entries_e171b586f8f6bdbf(arg0) {
|
|
352
317
|
const ret = Object.entries(arg0);
|
|
353
318
|
return ret;
|
|
354
319
|
};
|
|
355
320
|
|
|
356
|
-
export function __wbg_getRandomValues_f6a868620c8bab49() { return handleError(function (arg0, arg1) {
|
|
357
|
-
arg0.getRandomValues(arg1);
|
|
358
|
-
}, arguments) };
|
|
359
|
-
|
|
360
321
|
export function __wbg_getTime_14776bfb48a1bff9(arg0) {
|
|
361
322
|
const ret = arg0.getTime();
|
|
362
323
|
return ret;
|
|
@@ -399,11 +360,6 @@ export function __wbg_isSafeInteger_d216eda7911dde36(arg0) {
|
|
|
399
360
|
return ret;
|
|
400
361
|
};
|
|
401
362
|
|
|
402
|
-
export function __wbg_keys_b4d27b02ad14f4be(arg0) {
|
|
403
|
-
const ret = Object.keys(arg0);
|
|
404
|
-
return ret;
|
|
405
|
-
};
|
|
406
|
-
|
|
407
363
|
export function __wbg_length_69bca3cb64fc8748(arg0) {
|
|
408
364
|
const ret = arg0.length;
|
|
409
365
|
return ret;
|
|
@@ -414,11 +370,6 @@ export function __wbg_length_cdd215e10d9dd507(arg0) {
|
|
|
414
370
|
return ret;
|
|
415
371
|
};
|
|
416
372
|
|
|
417
|
-
export function __wbg_msCrypto_2ac4d17c4748234a(arg0) {
|
|
418
|
-
const ret = arg0.msCrypto;
|
|
419
|
-
return ret;
|
|
420
|
-
};
|
|
421
|
-
|
|
422
373
|
export function __wbg_new_0_f9740686d739025c() {
|
|
423
374
|
const ret = new Date();
|
|
424
375
|
return ret;
|
|
@@ -444,49 +395,10 @@ export function __wbg_new_e17d9f43105b08be() {
|
|
|
444
395
|
return ret;
|
|
445
396
|
};
|
|
446
397
|
|
|
447
|
-
export function __wbg_new_no_args_ee98eee5275000a4(arg0, arg1) {
|
|
448
|
-
const ret = new Function(getStringFromWasm0(arg0, arg1));
|
|
449
|
-
return ret;
|
|
450
|
-
};
|
|
451
|
-
|
|
452
|
-
export function __wbg_new_with_length_01aa0dc35aa13543(arg0) {
|
|
453
|
-
const ret = new Uint8Array(arg0 >>> 0);
|
|
454
|
-
return ret;
|
|
455
|
-
};
|
|
456
|
-
|
|
457
|
-
export function __wbg_node_ecc8306b9857f33d(arg0) {
|
|
458
|
-
const ret = arg0.node;
|
|
459
|
-
return ret;
|
|
460
|
-
};
|
|
461
|
-
|
|
462
|
-
export function __wbg_now_793306c526e2e3b6() {
|
|
463
|
-
const ret = Date.now();
|
|
464
|
-
return ret;
|
|
465
|
-
};
|
|
466
|
-
|
|
467
|
-
export function __wbg_now_b3f7572f6ef3d3a9() { return handleError(function () {
|
|
468
|
-
const ret = Date.now();
|
|
469
|
-
return ret;
|
|
470
|
-
}, arguments) };
|
|
471
|
-
|
|
472
|
-
export function __wbg_process_5cff2739921be718(arg0) {
|
|
473
|
-
const ret = arg0.process;
|
|
474
|
-
return ret;
|
|
475
|
-
};
|
|
476
|
-
|
|
477
398
|
export function __wbg_prototypesetcall_2a6620b6922694b2(arg0, arg1, arg2) {
|
|
478
399
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
479
400
|
};
|
|
480
401
|
|
|
481
|
-
export function __wbg_randomFillSync_d3c85af7e31cf1f8() { return handleError(function (arg0, arg1) {
|
|
482
|
-
arg0.randomFillSync(arg1);
|
|
483
|
-
}, arguments) };
|
|
484
|
-
|
|
485
|
-
export function __wbg_require_0c566c6f2eef6c79() { return handleError(function () {
|
|
486
|
-
const ret = module.require;
|
|
487
|
-
return ret;
|
|
488
|
-
}, arguments) };
|
|
489
|
-
|
|
490
402
|
export function __wbg_set_3f1d0b984ed272ed(arg0, arg1, arg2) {
|
|
491
403
|
arg0[arg1] = arg2;
|
|
492
404
|
};
|
|
@@ -504,36 +416,6 @@ export function __wbg_set_message_82ae475bb413aa5c(arg0, arg1) {
|
|
|
504
416
|
global.PRISMA_WASM_PANIC_REGISTRY.set_message(getStringFromWasm0(arg0, arg1));
|
|
505
417
|
};
|
|
506
418
|
|
|
507
|
-
export function __wbg_static_accessor_GLOBAL_89e1d9ac6a1b250e() {
|
|
508
|
-
const ret = typeof global === 'undefined' ? null : global;
|
|
509
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
510
|
-
};
|
|
511
|
-
|
|
512
|
-
export function __wbg_static_accessor_GLOBAL_THIS_8b530f326a9e48ac() {
|
|
513
|
-
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
514
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
515
|
-
};
|
|
516
|
-
|
|
517
|
-
export function __wbg_static_accessor_SELF_6fdf4b64710cc91b() {
|
|
518
|
-
const ret = typeof self === 'undefined' ? null : self;
|
|
519
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
520
|
-
};
|
|
521
|
-
|
|
522
|
-
export function __wbg_static_accessor_WINDOW_b45bfc5a37f6cfa2() {
|
|
523
|
-
const ret = typeof window === 'undefined' ? null : window;
|
|
524
|
-
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
525
|
-
};
|
|
526
|
-
|
|
527
|
-
export function __wbg_subarray_480600f3d6a9f26c(arg0, arg1, arg2) {
|
|
528
|
-
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
529
|
-
return ret;
|
|
530
|
-
};
|
|
531
|
-
|
|
532
|
-
export function __wbg_versions_a8e5a362e1f16442(arg0) {
|
|
533
|
-
const ret = arg0.versions;
|
|
534
|
-
return ret;
|
|
535
|
-
};
|
|
536
|
-
|
|
537
419
|
export function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
|
|
538
420
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
539
421
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
@@ -552,12 +434,6 @@ export function __wbindgen_cast_9ae0607507abb057(arg0) {
|
|
|
552
434
|
return ret;
|
|
553
435
|
};
|
|
554
436
|
|
|
555
|
-
export function __wbindgen_cast_cb9088102bce6b30(arg0, arg1) {
|
|
556
|
-
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
|
|
557
|
-
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
558
|
-
return ret;
|
|
559
|
-
};
|
|
560
|
-
|
|
561
437
|
export function __wbindgen_cast_d6cd19b81560fd6e(arg0) {
|
|
562
438
|
// Cast intrinsic for `F64 -> Externref`.
|
|
563
439
|
const ret = arg0;
|
|
Binary file
|
|
@@ -7,8 +7,6 @@ export const querycompiler_compile: (a: number, b: number, c: number) => [number
|
|
|
7
7
|
export const querycompiler_compileBatch: (a: number, b: number, c: number) => [number, number, number];
|
|
8
8
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
9
9
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
10
|
-
export const __wbindgen_exn_store: (a: number) => void;
|
|
11
|
-
export const __externref_table_alloc: () => number;
|
|
12
10
|
export const __wbindgen_externrefs: WebAssembly.Table;
|
|
13
11
|
export const __externref_table_dealloc: (a: number) => void;
|
|
14
12
|
export const __wbindgen_start: () => void;
|