@kreuzberg/wasm 4.3.7 → 4.3.8
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/README.md +1 -1
- package/dist/pkg/README.md +1 -1
- package/dist/pkg/kreuzberg_wasm.d.ts +5 -3
- package/dist/pkg/kreuzberg_wasm.js +174 -137
- package/dist/pkg/kreuzberg_wasm_bg.js +174 -137
- package/dist/pkg/kreuzberg_wasm_bg.wasm +0 -0
- package/dist/pkg/kreuzberg_wasm_bg.wasm.d.ts +5 -3
- package/dist/pkg/package.json +1 -1
- package/package.json +1 -1
|
@@ -1056,80 +1056,80 @@ export function write_block_from_callback_wasm(param, buf, size) {
|
|
|
1056
1056
|
const ret = wasm.write_block_from_callback_wasm(param, buf, size);
|
|
1057
1057
|
return ret;
|
|
1058
1058
|
}
|
|
1059
|
-
export function
|
|
1059
|
+
export function __wbg_Error_fe3709820da6d9f4(arg0, arg1) {
|
|
1060
1060
|
var v0 = getCachedStringFromWasm0(arg0, arg1);
|
|
1061
1061
|
const ret = Error(v0);
|
|
1062
1062
|
return ret;
|
|
1063
1063
|
}
|
|
1064
|
-
export function
|
|
1064
|
+
export function __wbg_Number_7f57e747646990d6(arg0) {
|
|
1065
1065
|
const ret = Number(arg0);
|
|
1066
1066
|
return ret;
|
|
1067
1067
|
}
|
|
1068
|
-
export function
|
|
1068
|
+
export function __wbg_String_8564e559799eccda(arg0, arg1) {
|
|
1069
1069
|
const ret = String(arg1);
|
|
1070
1070
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1071
1071
|
const len1 = WASM_VECTOR_LEN;
|
|
1072
1072
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1073
1073
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1074
1074
|
}
|
|
1075
|
-
export function
|
|
1075
|
+
export function __wbg___wbindgen_bigint_get_as_i64_29047dd6a3491265(arg0, arg1) {
|
|
1076
1076
|
const v = arg1;
|
|
1077
1077
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
1078
1078
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
1079
1079
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1080
1080
|
}
|
|
1081
|
-
export function
|
|
1081
|
+
export function __wbg___wbindgen_boolean_get_ff8209d052ce1cc3(arg0) {
|
|
1082
1082
|
const v = arg0;
|
|
1083
1083
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
1084
1084
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
1085
1085
|
}
|
|
1086
|
-
export function
|
|
1086
|
+
export function __wbg___wbindgen_debug_string_a1b3fd0656850da8(arg0, arg1) {
|
|
1087
1087
|
const ret = debugString(arg1);
|
|
1088
1088
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1089
1089
|
const len1 = WASM_VECTOR_LEN;
|
|
1090
1090
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1091
1091
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1092
1092
|
}
|
|
1093
|
-
export function
|
|
1093
|
+
export function __wbg___wbindgen_in_5ba21a357fd4699f(arg0, arg1) {
|
|
1094
1094
|
const ret = arg0 in arg1;
|
|
1095
1095
|
return ret;
|
|
1096
1096
|
}
|
|
1097
|
-
export function
|
|
1097
|
+
export function __wbg___wbindgen_is_bigint_a6cfc71108ea453a(arg0) {
|
|
1098
1098
|
const ret = typeof(arg0) === 'bigint';
|
|
1099
1099
|
return ret;
|
|
1100
1100
|
}
|
|
1101
|
-
export function
|
|
1101
|
+
export function __wbg___wbindgen_is_function_82aa5b8e9371b250(arg0) {
|
|
1102
1102
|
const ret = typeof(arg0) === 'function';
|
|
1103
1103
|
return ret;
|
|
1104
1104
|
}
|
|
1105
|
-
export function
|
|
1105
|
+
export function __wbg___wbindgen_is_object_61452b678ecf7ecf(arg0) {
|
|
1106
1106
|
const val = arg0;
|
|
1107
1107
|
const ret = typeof(val) === 'object' && val !== null;
|
|
1108
1108
|
return ret;
|
|
1109
1109
|
}
|
|
1110
|
-
export function
|
|
1110
|
+
export function __wbg___wbindgen_is_string_91960b7ba9d4d76b(arg0) {
|
|
1111
1111
|
const ret = typeof(arg0) === 'string';
|
|
1112
1112
|
return ret;
|
|
1113
1113
|
}
|
|
1114
|
-
export function
|
|
1114
|
+
export function __wbg___wbindgen_is_undefined_7b12045c262a3121(arg0) {
|
|
1115
1115
|
const ret = arg0 === undefined;
|
|
1116
1116
|
return ret;
|
|
1117
1117
|
}
|
|
1118
|
-
export function
|
|
1118
|
+
export function __wbg___wbindgen_jsval_eq_ee9380582e278327(arg0, arg1) {
|
|
1119
1119
|
const ret = arg0 === arg1;
|
|
1120
1120
|
return ret;
|
|
1121
1121
|
}
|
|
1122
|
-
export function
|
|
1122
|
+
export function __wbg___wbindgen_jsval_loose_eq_cfddc78de4a067b0(arg0, arg1) {
|
|
1123
1123
|
const ret = arg0 == arg1;
|
|
1124
1124
|
return ret;
|
|
1125
1125
|
}
|
|
1126
|
-
export function
|
|
1126
|
+
export function __wbg___wbindgen_number_get_eb70a740eef5cf3a(arg0, arg1) {
|
|
1127
1127
|
const obj = arg1;
|
|
1128
1128
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
1129
1129
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
1130
1130
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
1131
1131
|
}
|
|
1132
|
-
export function
|
|
1132
|
+
export function __wbg___wbindgen_string_get_aab6399cd8ec8844(arg0, arg1) {
|
|
1133
1133
|
const obj = arg1;
|
|
1134
1134
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
1135
1135
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -1137,106 +1137,114 @@ export function __wbg___wbindgen_string_get_72fb696202c56729(arg0, arg1) {
|
|
|
1137
1137
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1138
1138
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1139
1139
|
}
|
|
1140
|
-
export function
|
|
1140
|
+
export function __wbg___wbindgen_throw_83ebd457a191bc2a(arg0, arg1) {
|
|
1141
1141
|
var v0 = getCachedStringFromWasm0(arg0, arg1);
|
|
1142
1142
|
throw new Error(v0);
|
|
1143
1143
|
}
|
|
1144
|
-
export function
|
|
1144
|
+
export function __wbg__wbg_cb_unref_4fc42a417bb095f4(arg0) {
|
|
1145
1145
|
arg0._wbg_cb_unref();
|
|
1146
1146
|
}
|
|
1147
|
-
export function
|
|
1147
|
+
export function __wbg_addEventListener_86d19d7fdc4d1450() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1148
1148
|
var v0 = getCachedStringFromWasm0(arg1, arg2);
|
|
1149
1149
|
arg0.addEventListener(v0, arg3);
|
|
1150
1150
|
}, arguments); }
|
|
1151
|
-
export function
|
|
1151
|
+
export function __wbg_apply_10491c90f66a514d() { return handleError(function (arg0, arg1, arg2) {
|
|
1152
1152
|
const ret = arg0.apply(arg1, arg2);
|
|
1153
1153
|
return ret;
|
|
1154
1154
|
}, arguments); }
|
|
1155
|
-
export function
|
|
1156
|
-
const ret = arg0.call(arg1);
|
|
1155
|
+
export function __wbg_call_6c48552f41fc4da1() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1156
|
+
const ret = arg0.call(arg1, arg2, arg3);
|
|
1157
1157
|
return ret;
|
|
1158
1158
|
}, arguments); }
|
|
1159
|
-
export function
|
|
1159
|
+
export function __wbg_call_72a54043615c73e3() { return handleError(function (arg0, arg1, arg2) {
|
|
1160
1160
|
const ret = arg0.call(arg1, arg2);
|
|
1161
1161
|
return ret;
|
|
1162
1162
|
}, arguments); }
|
|
1163
|
-
export function
|
|
1164
|
-
const ret = arg0.call(arg1
|
|
1163
|
+
export function __wbg_call_a3e856c036847f30() { return handleError(function (arg0, arg1) {
|
|
1164
|
+
const ret = arg0.call(arg1);
|
|
1165
1165
|
return ret;
|
|
1166
1166
|
}, arguments); }
|
|
1167
|
-
export function
|
|
1167
|
+
export function __wbg_codePointAt_4fcb9f26ff525af1(arg0, arg1) {
|
|
1168
1168
|
const ret = arg0.codePointAt(arg1 >>> 0);
|
|
1169
1169
|
return ret;
|
|
1170
1170
|
}
|
|
1171
|
-
export function
|
|
1171
|
+
export function __wbg_construct_6f388320ad283f78() { return handleError(function (arg0, arg1) {
|
|
1172
1172
|
const ret = Reflect.construct(arg0, arg1);
|
|
1173
1173
|
return ret;
|
|
1174
1174
|
}, arguments); }
|
|
1175
|
-
export function
|
|
1175
|
+
export function __wbg_debug_e193dc2de7f40849(arg0) {
|
|
1176
1176
|
console.debug(arg0);
|
|
1177
1177
|
}
|
|
1178
|
-
export function
|
|
1178
|
+
export function __wbg_decode_bcc33364188e4e5f() { return handleError(function (arg0, arg1, arg2, arg3) {
|
|
1179
1179
|
const ret = arg1.decode(getArrayU8FromWasm0(arg2, arg3));
|
|
1180
1180
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1181
1181
|
const len1 = WASM_VECTOR_LEN;
|
|
1182
1182
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1183
1183
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1184
1184
|
}, arguments); }
|
|
1185
|
-
export function
|
|
1185
|
+
export function __wbg_done_f9e33fcfdacdad82(arg0) {
|
|
1186
1186
|
const ret = arg0.done;
|
|
1187
1187
|
return ret;
|
|
1188
1188
|
}
|
|
1189
|
-
export function
|
|
1189
|
+
export function __wbg_entries_95c8dc6ea5bcb5d3(arg0) {
|
|
1190
1190
|
const ret = Object.entries(arg0);
|
|
1191
1191
|
return ret;
|
|
1192
1192
|
}
|
|
1193
|
-
export function
|
|
1193
|
+
export function __wbg_error_09ea753696e4a4f6(arg0) {
|
|
1194
|
+
console.error(arg0);
|
|
1195
|
+
}
|
|
1196
|
+
export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
|
|
1194
1197
|
var v0 = getCachedStringFromWasm0(arg0, arg1);
|
|
1195
1198
|
if (arg0 !== 0) { wasm.__wbindgen_free(arg0, arg1, 1); }
|
|
1196
1199
|
console.error(v0);
|
|
1197
1200
|
}
|
|
1198
|
-
export function
|
|
1199
|
-
console.error(arg0);
|
|
1200
|
-
}
|
|
1201
|
-
export function __wbg_fromCodePoint_22365db7b7d6ac39() { return handleError(function (arg0) {
|
|
1201
|
+
export function __wbg_fromCodePoint_e642f34b46db9146() { return handleError(function (arg0) {
|
|
1202
1202
|
const ret = String.fromCodePoint(arg0 >>> 0);
|
|
1203
1203
|
return ret;
|
|
1204
1204
|
}, arguments); }
|
|
1205
|
-
export function
|
|
1205
|
+
export function __wbg_from_f43795f97f32c795(arg0) {
|
|
1206
1206
|
const ret = Array.from(arg0);
|
|
1207
1207
|
return ret;
|
|
1208
1208
|
}
|
|
1209
|
-
export function
|
|
1209
|
+
export function __wbg_getRandomValues_3f44b700395062e5() { return handleError(function (arg0, arg1) {
|
|
1210
1210
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
1211
1211
|
}, arguments); }
|
|
1212
|
-
export function
|
|
1212
|
+
export function __wbg_getTime_68420800577b374d(arg0) {
|
|
1213
1213
|
const ret = arg0.getTime();
|
|
1214
1214
|
return ret;
|
|
1215
1215
|
}
|
|
1216
|
-
export function
|
|
1217
|
-
const ret =
|
|
1216
|
+
export function __wbg_get_3c8961765646956e() { return handleError(function (arg0, arg1) {
|
|
1217
|
+
const ret = Reflect.get(arg0, arg1);
|
|
1218
1218
|
return ret;
|
|
1219
1219
|
}, arguments); }
|
|
1220
|
-
export function
|
|
1220
|
+
export function __wbg_get_5aaf989b657a0cbd(arg0, arg1) {
|
|
1221
1221
|
const ret = arg0[arg1 >>> 0];
|
|
1222
1222
|
return ret;
|
|
1223
1223
|
}
|
|
1224
|
-
export function
|
|
1224
|
+
export function __wbg_get_bda2de250e7f67d3() { return handleError(function (arg0, arg1) {
|
|
1225
1225
|
const ret = Reflect.get(arg0, arg1);
|
|
1226
1226
|
return ret;
|
|
1227
1227
|
}, arguments); }
|
|
1228
|
-
export function
|
|
1228
|
+
export function __wbg_get_f04848793b40989d() { return handleError(function (arg0, arg1) {
|
|
1229
|
+
const ret = arg0.get(arg1 >>> 0);
|
|
1230
|
+
return ret;
|
|
1231
|
+
}, arguments); }
|
|
1232
|
+
export function __wbg_get_index_aa47848c0a093467(arg0, arg1) {
|
|
1233
|
+
const ret = arg0[arg1 >>> 0];
|
|
1234
|
+
return ret;
|
|
1235
|
+
}
|
|
1236
|
+
export function __wbg_get_unchecked_fb17614cc2ea6bd4(arg0, arg1) {
|
|
1229
1237
|
const ret = arg0[arg1 >>> 0];
|
|
1230
1238
|
return ret;
|
|
1231
1239
|
}
|
|
1232
|
-
export function
|
|
1240
|
+
export function __wbg_get_with_ref_key_6412cf3094599694(arg0, arg1) {
|
|
1233
1241
|
const ret = arg0[arg1];
|
|
1234
1242
|
return ret;
|
|
1235
1243
|
}
|
|
1236
|
-
export function
|
|
1244
|
+
export function __wbg_info_d799df5f25ed12e1(arg0) {
|
|
1237
1245
|
console.info(arg0);
|
|
1238
1246
|
}
|
|
1239
|
-
export function
|
|
1247
|
+
export function __wbg_instanceof_ArrayBuffer_5947ef6d17a07122(arg0) {
|
|
1240
1248
|
let result;
|
|
1241
1249
|
try {
|
|
1242
1250
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -1246,7 +1254,7 @@ export function __wbg_instanceof_ArrayBuffer_c367199e2fa2aa04(arg0) {
|
|
|
1246
1254
|
const ret = result;
|
|
1247
1255
|
return ret;
|
|
1248
1256
|
}
|
|
1249
|
-
export function
|
|
1257
|
+
export function __wbg_instanceof_Map_21a1cbb0613d7d2f(arg0) {
|
|
1250
1258
|
let result;
|
|
1251
1259
|
try {
|
|
1252
1260
|
result = arg0 instanceof Map;
|
|
@@ -1256,7 +1264,7 @@ export function __wbg_instanceof_Map_53af74335dec57f4(arg0) {
|
|
|
1256
1264
|
const ret = result;
|
|
1257
1265
|
return ret;
|
|
1258
1266
|
}
|
|
1259
|
-
export function
|
|
1267
|
+
export function __wbg_instanceof_Uint8Array_c21f42d2acffa054(arg0) {
|
|
1260
1268
|
let result;
|
|
1261
1269
|
try {
|
|
1262
1270
|
result = arg0 instanceof Uint8Array;
|
|
@@ -1266,65 +1274,77 @@ export function __wbg_instanceof_Uint8Array_9b9075935c74707c(arg0) {
|
|
|
1266
1274
|
const ret = result;
|
|
1267
1275
|
return ret;
|
|
1268
1276
|
}
|
|
1269
|
-
export function
|
|
1277
|
+
export function __wbg_isArray_65307171a630ba34(arg0) {
|
|
1270
1278
|
const ret = Array.isArray(arg0);
|
|
1271
1279
|
return ret;
|
|
1272
1280
|
}
|
|
1273
|
-
export function
|
|
1281
|
+
export function __wbg_isSafeInteger_2b254ea166877b36(arg0) {
|
|
1274
1282
|
const ret = Number.isSafeInteger(arg0);
|
|
1275
1283
|
return ret;
|
|
1276
1284
|
}
|
|
1277
|
-
export function
|
|
1285
|
+
export function __wbg_iterator_b3054eb88cb59de4() {
|
|
1278
1286
|
const ret = Symbol.iterator;
|
|
1279
1287
|
return ret;
|
|
1280
1288
|
}
|
|
1281
|
-
export function
|
|
1289
|
+
export function __wbg_length_6187b619dd93ca38(arg0) {
|
|
1282
1290
|
const ret = arg0.length;
|
|
1283
1291
|
return ret;
|
|
1284
1292
|
}
|
|
1285
|
-
export function
|
|
1293
|
+
export function __wbg_length_684e7f4ac265724c(arg0) {
|
|
1286
1294
|
const ret = arg0.length;
|
|
1287
1295
|
return ret;
|
|
1288
1296
|
}
|
|
1289
|
-
export function
|
|
1297
|
+
export function __wbg_length_7e814a29e967b4c2(arg0) {
|
|
1290
1298
|
const ret = arg0.length;
|
|
1291
1299
|
return ret;
|
|
1292
1300
|
}
|
|
1293
|
-
export function
|
|
1301
|
+
export function __wbg_length_a4c11dc94fe5e775(arg0) {
|
|
1294
1302
|
const ret = arg0.length;
|
|
1295
1303
|
return ret;
|
|
1296
1304
|
}
|
|
1297
|
-
export function
|
|
1305
|
+
export function __wbg_length_ec181f74e0c66c3a(arg0) {
|
|
1298
1306
|
const ret = arg0.length;
|
|
1299
1307
|
return ret;
|
|
1300
1308
|
}
|
|
1301
|
-
export function
|
|
1309
|
+
export function __wbg_log_b269bfcd91b2a70d(arg0) {
|
|
1302
1310
|
console.log(arg0);
|
|
1303
1311
|
}
|
|
1304
|
-
export function
|
|
1312
|
+
export function __wbg_new_0_6db16533aa946d3a() {
|
|
1305
1313
|
const ret = new Date();
|
|
1306
1314
|
return ret;
|
|
1307
1315
|
}
|
|
1308
|
-
export function
|
|
1309
|
-
const ret = new
|
|
1316
|
+
export function __wbg_new_18cda2e4779f118c(arg0) {
|
|
1317
|
+
const ret = new Uint8Array(arg0);
|
|
1310
1318
|
return ret;
|
|
1311
1319
|
}
|
|
1312
|
-
export function
|
|
1320
|
+
export function __wbg_new_227d7c05414eb861() {
|
|
1321
|
+
const ret = new Error();
|
|
1322
|
+
return ret;
|
|
1323
|
+
}
|
|
1324
|
+
export function __wbg_new_2e5db3ea23dcc1a1() {
|
|
1313
1325
|
const ret = new Array();
|
|
1314
1326
|
return ret;
|
|
1315
1327
|
}
|
|
1316
|
-
export function
|
|
1317
|
-
const ret = new
|
|
1328
|
+
export function __wbg_new_31d07d7329f84e37() {
|
|
1329
|
+
const ret = new Map();
|
|
1318
1330
|
return ret;
|
|
1319
1331
|
}
|
|
1320
|
-
export function
|
|
1332
|
+
export function __wbg_new_505a45bb86b394da() { return handleError(function () {
|
|
1333
|
+
const ret = new FileReader();
|
|
1334
|
+
return ret;
|
|
1335
|
+
}, arguments); }
|
|
1336
|
+
export function __wbg_new_5c365a7570baea64() {
|
|
1337
|
+
const ret = new Object();
|
|
1338
|
+
return ret;
|
|
1339
|
+
}
|
|
1340
|
+
export function __wbg_new_f02473941d3b7e98(arg0, arg1) {
|
|
1321
1341
|
try {
|
|
1322
1342
|
var state0 = {a: arg0, b: arg1};
|
|
1323
1343
|
var cb0 = (arg0, arg1) => {
|
|
1324
1344
|
const a = state0.a;
|
|
1325
1345
|
state0.a = 0;
|
|
1326
1346
|
try {
|
|
1327
|
-
return
|
|
1347
|
+
return wasm_bindgen_62eaabd966a5dd3b___convert__closures_____invoke___js_sys_3747b0537fa588d4___Function_fn_wasm_bindgen_62eaabd966a5dd3b___JsValue_____wasm_bindgen_62eaabd966a5dd3b___sys__Undefined___js_sys_3747b0537fa588d4___Function_fn_wasm_bindgen_62eaabd966a5dd3b___JsValue_____wasm_bindgen_62eaabd966a5dd3b___sys__Undefined______(a, state0.b, arg0, arg1);
|
|
1328
1348
|
} finally {
|
|
1329
1349
|
state0.a = a;
|
|
1330
1350
|
}
|
|
@@ -1335,185 +1355,195 @@ export function __wbg_new_b5d9e2fb389fef91(arg0, arg1) {
|
|
|
1335
1355
|
state0.a = state0.b = 0;
|
|
1336
1356
|
}
|
|
1337
1357
|
}
|
|
1338
|
-
export function
|
|
1339
|
-
const ret = new
|
|
1340
|
-
return ret;
|
|
1341
|
-
}, arguments); }
|
|
1342
|
-
export function __wbg_new_dca287b076112a51() {
|
|
1343
|
-
const ret = new Map();
|
|
1344
|
-
return ret;
|
|
1345
|
-
}
|
|
1346
|
-
export function __wbg_new_dd2b680c8bf6ae29(arg0) {
|
|
1347
|
-
const ret = new Uint8Array(arg0);
|
|
1358
|
+
export function __wbg_new_typed_7a6df858d6e86736() {
|
|
1359
|
+
const ret = new Array();
|
|
1348
1360
|
return ret;
|
|
1349
1361
|
}
|
|
1350
|
-
export function
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1362
|
+
export function __wbg_new_typed_810c34b0476068fa(arg0, arg1) {
|
|
1363
|
+
try {
|
|
1364
|
+
var state0 = {a: arg0, b: arg1};
|
|
1365
|
+
var cb0 = (arg0, arg1) => {
|
|
1366
|
+
const a = state0.a;
|
|
1367
|
+
state0.a = 0;
|
|
1368
|
+
try {
|
|
1369
|
+
return wasm_bindgen_62eaabd966a5dd3b___convert__closures_____invoke___js_sys_3747b0537fa588d4___Function_fn_wasm_bindgen_62eaabd966a5dd3b___JsValue_____wasm_bindgen_62eaabd966a5dd3b___sys__Undefined___js_sys_3747b0537fa588d4___Function_fn_wasm_bindgen_62eaabd966a5dd3b___JsValue_____wasm_bindgen_62eaabd966a5dd3b___sys__Undefined______(a, state0.b, arg0, arg1);
|
|
1370
|
+
} finally {
|
|
1371
|
+
state0.a = a;
|
|
1372
|
+
}
|
|
1373
|
+
};
|
|
1374
|
+
const ret = new Promise(cb0);
|
|
1375
|
+
return ret;
|
|
1376
|
+
} finally {
|
|
1377
|
+
state0.a = state0.b = 0;
|
|
1378
|
+
}
|
|
1354
1379
|
}
|
|
1355
|
-
export function
|
|
1380
|
+
export function __wbg_new_with_label_fc9722ba50cb1ca2() { return handleError(function (arg0, arg1) {
|
|
1356
1381
|
var v0 = getCachedStringFromWasm0(arg0, arg1);
|
|
1357
1382
|
const ret = new TextDecoder(v0);
|
|
1358
1383
|
return ret;
|
|
1359
1384
|
}, arguments); }
|
|
1360
|
-
export function
|
|
1385
|
+
export function __wbg_new_with_length_824c83be45be51b0(arg0) {
|
|
1361
1386
|
const ret = new Array(arg0 >>> 0);
|
|
1362
1387
|
return ret;
|
|
1363
1388
|
}
|
|
1364
|
-
export function
|
|
1389
|
+
export function __wbg_next_2ae970b266acf6e5(arg0) {
|
|
1390
|
+
const ret = arg0.next;
|
|
1391
|
+
return ret;
|
|
1392
|
+
}
|
|
1393
|
+
export function __wbg_next_6ce141aa72ac5eeb() { return handleError(function (arg0) {
|
|
1365
1394
|
const ret = arg0.next();
|
|
1366
1395
|
return ret;
|
|
1367
1396
|
}, arguments); }
|
|
1368
|
-
export function
|
|
1369
|
-
const ret = arg0
|
|
1397
|
+
export function __wbg_of_12c1749a13e1c702(arg0, arg1) {
|
|
1398
|
+
const ret = Array.of(arg0, arg1);
|
|
1370
1399
|
return ret;
|
|
1371
1400
|
}
|
|
1372
|
-
export function
|
|
1373
|
-
const ret = Array.of(arg0
|
|
1401
|
+
export function __wbg_of_6d4e5aed8179fd75(arg0) {
|
|
1402
|
+
const ret = Array.of(arg0);
|
|
1374
1403
|
return ret;
|
|
1375
1404
|
}
|
|
1376
|
-
export function
|
|
1377
|
-
const ret = Array.of(arg0, arg1);
|
|
1405
|
+
export function __wbg_of_6dd3f15dfbe1c91d(arg0, arg1, arg2, arg3) {
|
|
1406
|
+
const ret = Array.of(arg0, arg1, arg2, arg3);
|
|
1378
1407
|
return ret;
|
|
1379
1408
|
}
|
|
1380
|
-
export function
|
|
1409
|
+
export function __wbg_of_89c82d661f597c30(arg0, arg1, arg2, arg3, arg4) {
|
|
1381
1410
|
const ret = Array.of(arg0, arg1, arg2, arg3, arg4);
|
|
1382
1411
|
return ret;
|
|
1383
1412
|
}
|
|
1384
|
-
export function
|
|
1413
|
+
export function __wbg_of_f25052a9500de012(arg0, arg1, arg2) {
|
|
1385
1414
|
const ret = Array.of(arg0, arg1, arg2);
|
|
1386
1415
|
return ret;
|
|
1387
1416
|
}
|
|
1388
|
-
export function
|
|
1389
|
-
const ret = Array.of(arg0);
|
|
1390
|
-
return ret;
|
|
1391
|
-
}
|
|
1392
|
-
export function __wbg_prototypesetcall_bdcdcc5842e4d77d(arg0, arg1, arg2) {
|
|
1417
|
+
export function __wbg_prototypesetcall_7c3092bff32833dc(arg0, arg1, arg2) {
|
|
1393
1418
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
1394
1419
|
}
|
|
1395
|
-
export function
|
|
1420
|
+
export function __wbg_push_48849432fb818a7b(arg0, arg1) {
|
|
1396
1421
|
const ret = arg0.push(arg1);
|
|
1397
1422
|
return ret;
|
|
1398
1423
|
}
|
|
1399
|
-
export function
|
|
1424
|
+
export function __wbg_queueMicrotask_17a58d631cc9ab4b(arg0) {
|
|
1425
|
+
queueMicrotask(arg0);
|
|
1426
|
+
}
|
|
1427
|
+
export function __wbg_queueMicrotask_4114767fcf2790b9(arg0) {
|
|
1400
1428
|
const ret = arg0.queueMicrotask;
|
|
1401
1429
|
return ret;
|
|
1402
1430
|
}
|
|
1403
|
-
export function
|
|
1404
|
-
queueMicrotask(arg0);
|
|
1405
|
-
}
|
|
1406
|
-
export function __wbg_readAsArrayBuffer_7dda4bab363b1552() { return handleError(function (arg0, arg1) {
|
|
1431
|
+
export function __wbg_readAsArrayBuffer_169ee583ac9bd595() { return handleError(function (arg0, arg1) {
|
|
1407
1432
|
arg0.readAsArrayBuffer(arg1);
|
|
1408
1433
|
}, arguments); }
|
|
1409
|
-
export function
|
|
1434
|
+
export function __wbg_reject_c21a9412cebd1472(arg0) {
|
|
1410
1435
|
const ret = Promise.reject(arg0);
|
|
1411
1436
|
return ret;
|
|
1412
1437
|
}
|
|
1413
|
-
export function
|
|
1438
|
+
export function __wbg_resolve_67a1b1ca24efbc5c(arg0) {
|
|
1414
1439
|
const ret = Promise.resolve(arg0);
|
|
1415
1440
|
return ret;
|
|
1416
1441
|
}
|
|
1417
|
-
export function
|
|
1442
|
+
export function __wbg_result_cd4f0e95f49ea7ab() { return handleError(function (arg0) {
|
|
1418
1443
|
const ret = arg0.result;
|
|
1419
1444
|
return ret;
|
|
1420
1445
|
}, arguments); }
|
|
1421
|
-
export function
|
|
1422
|
-
arg0.set(arg1 >>> 0, arg2);
|
|
1423
|
-
}, arguments); }
|
|
1424
|
-
export function __wbg_set_1eb0999cf5d27fc8(arg0, arg1, arg2) {
|
|
1446
|
+
export function __wbg_set_0992bb8f727d2d33(arg0, arg1, arg2) {
|
|
1425
1447
|
const ret = arg0.set(arg1, arg2);
|
|
1426
1448
|
return ret;
|
|
1427
1449
|
}
|
|
1428
|
-
export function
|
|
1450
|
+
export function __wbg_set_0a684a67f283f3f8(arg0, arg1, arg2) {
|
|
1429
1451
|
arg0.set(arg1, arg2 >>> 0);
|
|
1430
1452
|
}
|
|
1431
|
-
export function
|
|
1453
|
+
export function __wbg_set_6be42768c690e380(arg0, arg1, arg2) {
|
|
1432
1454
|
arg0[arg1] = arg2;
|
|
1433
1455
|
}
|
|
1434
|
-
export function
|
|
1456
|
+
export function __wbg_set_714d67f8239ee27c() { return handleError(function (arg0, arg1, arg2) {
|
|
1457
|
+
arg0.set(arg1 >>> 0, arg2);
|
|
1458
|
+
}, arguments); }
|
|
1459
|
+
export function __wbg_set_c7d56bae406212ae(arg0, arg1, arg2) {
|
|
1435
1460
|
arg0[arg1 >>> 0] = arg2;
|
|
1436
1461
|
}
|
|
1437
|
-
export function
|
|
1462
|
+
export function __wbg_slice_e3ca2d46cd77dbf2(arg0, arg1, arg2) {
|
|
1438
1463
|
const ret = arg0.slice(arg1 >>> 0, arg2 >>> 0);
|
|
1439
1464
|
return ret;
|
|
1440
1465
|
}
|
|
1441
|
-
export function
|
|
1466
|
+
export function __wbg_stack_3b0d974bbf31e44f(arg0, arg1) {
|
|
1442
1467
|
const ret = arg1.stack;
|
|
1443
1468
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1444
1469
|
const len1 = WASM_VECTOR_LEN;
|
|
1445
1470
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1446
1471
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1447
1472
|
}
|
|
1448
|
-
export function
|
|
1473
|
+
export function __wbg_static_accessor_GLOBAL_833a66cb4996dbd8() {
|
|
1449
1474
|
const ret = typeof global === 'undefined' ? null : global;
|
|
1450
1475
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1451
1476
|
}
|
|
1452
|
-
export function
|
|
1477
|
+
export function __wbg_static_accessor_GLOBAL_THIS_fc74cdbdccd80770() {
|
|
1453
1478
|
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
1454
1479
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1455
1480
|
}
|
|
1456
|
-
export function
|
|
1481
|
+
export function __wbg_static_accessor_SELF_066699022f35d48b() {
|
|
1457
1482
|
const ret = typeof self === 'undefined' ? null : self;
|
|
1458
1483
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1459
1484
|
}
|
|
1460
|
-
export function
|
|
1485
|
+
export function __wbg_static_accessor_WINDOW_f821c7eb05393790() {
|
|
1461
1486
|
const ret = typeof window === 'undefined' ? null : window;
|
|
1462
1487
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1463
1488
|
}
|
|
1464
|
-
export function
|
|
1489
|
+
export function __wbg_subarray_22ac454570db4e4f(arg0, arg1, arg2) {
|
|
1465
1490
|
const ret = arg0.subarray(arg1 >>> 0, arg2 >>> 0);
|
|
1466
1491
|
return ret;
|
|
1467
1492
|
}
|
|
1468
|
-
export function
|
|
1469
|
-
const ret = arg0.then(arg1
|
|
1493
|
+
export function __wbg_then_420f698ab0b99678(arg0, arg1) {
|
|
1494
|
+
const ret = arg0.then(arg1);
|
|
1470
1495
|
return ret;
|
|
1471
1496
|
}
|
|
1472
|
-
export function
|
|
1473
|
-
const ret = arg0.then(arg1);
|
|
1497
|
+
export function __wbg_then_95c29fbd346ee84e(arg0, arg1, arg2) {
|
|
1498
|
+
const ret = arg0.then(arg1, arg2);
|
|
1474
1499
|
return ret;
|
|
1475
1500
|
}
|
|
1476
|
-
export function
|
|
1501
|
+
export function __wbg_type_fb259316a1761e65(arg0, arg1) {
|
|
1477
1502
|
const ret = arg1.type;
|
|
1478
1503
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
1479
1504
|
const len1 = WASM_VECTOR_LEN;
|
|
1480
1505
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
1481
1506
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
1482
1507
|
}
|
|
1483
|
-
export function
|
|
1508
|
+
export function __wbg_value_69c16823ba9b4739(arg0) {
|
|
1484
1509
|
const ret = arg0.value;
|
|
1485
1510
|
return ret;
|
|
1486
1511
|
}
|
|
1487
|
-
export function
|
|
1512
|
+
export function __wbg_warn_8df1421c02ba730b(arg0) {
|
|
1488
1513
|
console.warn(arg0);
|
|
1489
1514
|
}
|
|
1490
1515
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
|
1491
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
1492
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
1516
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 20, function: Function { arguments: [Externref], shim_idx: 22, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
1517
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_62eaabd966a5dd3b___closure__destroy___dyn_core_dde6c4b55a98adc4___ops__function__FnMut__wasm_bindgen_62eaabd966a5dd3b___JsValue____Output_______, wasm_bindgen_62eaabd966a5dd3b___convert__closures_____invoke___wasm_bindgen_62eaabd966a5dd3b___JsValue_____);
|
|
1493
1518
|
return ret;
|
|
1494
1519
|
}
|
|
1495
|
-
export function __wbindgen_cast_0000000000000002(arg0) {
|
|
1520
|
+
export function __wbindgen_cast_0000000000000002(arg0, arg1) {
|
|
1521
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2210, function: Function { arguments: [Externref], shim_idx: 2211, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1522
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_62eaabd966a5dd3b___closure__destroy___dyn_core_dde6c4b55a98adc4___ops__function__FnMut__wasm_bindgen_62eaabd966a5dd3b___JsValue____Output___core_dde6c4b55a98adc4___result__Result_____wasm_bindgen_62eaabd966a5dd3b___JsError___, wasm_bindgen_62eaabd966a5dd3b___convert__closures_____invoke___wasm_bindgen_62eaabd966a5dd3b___JsValue__core_dde6c4b55a98adc4___result__Result_____wasm_bindgen_62eaabd966a5dd3b___JsError__);
|
|
1523
|
+
return ret;
|
|
1524
|
+
}
|
|
1525
|
+
export function __wbindgen_cast_0000000000000003(arg0) {
|
|
1496
1526
|
// Cast intrinsic for `F64 -> Externref`.
|
|
1497
1527
|
const ret = arg0;
|
|
1498
1528
|
return ret;
|
|
1499
1529
|
}
|
|
1500
|
-
export function
|
|
1530
|
+
export function __wbindgen_cast_0000000000000004(arg0) {
|
|
1501
1531
|
// Cast intrinsic for `I64 -> Externref`.
|
|
1502
1532
|
const ret = arg0;
|
|
1503
1533
|
return ret;
|
|
1504
1534
|
}
|
|
1505
|
-
export function
|
|
1535
|
+
export function __wbindgen_cast_0000000000000005(arg0, arg1) {
|
|
1506
1536
|
var v0 = getCachedStringFromWasm0(arg0, arg1);
|
|
1507
1537
|
// Cast intrinsic for `Ref(CachedString) -> Externref`.
|
|
1508
1538
|
const ret = v0;
|
|
1509
1539
|
return ret;
|
|
1510
1540
|
}
|
|
1511
|
-
export function
|
|
1541
|
+
export function __wbindgen_cast_0000000000000006(arg0, arg1) {
|
|
1512
1542
|
// Cast intrinsic for `Ref(Slice(U8)) -> NamedExternref("Uint8Array")`.
|
|
1513
1543
|
const ret = getArrayU8FromWasm0(arg0, arg1);
|
|
1514
1544
|
return ret;
|
|
1515
1545
|
}
|
|
1516
|
-
export function
|
|
1546
|
+
export function __wbindgen_cast_0000000000000007(arg0) {
|
|
1517
1547
|
// Cast intrinsic for `U64 -> Externref`.
|
|
1518
1548
|
const ret = BigInt.asUintN(64, arg0);
|
|
1519
1549
|
return ret;
|
|
@@ -1531,12 +1561,19 @@ export function __wbindgen_object_is_undefined(arg0) {
|
|
|
1531
1561
|
const ret = arg0 === undefined;
|
|
1532
1562
|
return ret;
|
|
1533
1563
|
}
|
|
1534
|
-
function
|
|
1535
|
-
wasm.
|
|
1564
|
+
function wasm_bindgen_62eaabd966a5dd3b___convert__closures_____invoke___wasm_bindgen_62eaabd966a5dd3b___JsValue_____(arg0, arg1, arg2) {
|
|
1565
|
+
wasm.wasm_bindgen_62eaabd966a5dd3b___convert__closures_____invoke___wasm_bindgen_62eaabd966a5dd3b___JsValue_____(arg0, arg1, arg2);
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
function wasm_bindgen_62eaabd966a5dd3b___convert__closures_____invoke___wasm_bindgen_62eaabd966a5dd3b___JsValue__core_dde6c4b55a98adc4___result__Result_____wasm_bindgen_62eaabd966a5dd3b___JsError__(arg0, arg1, arg2) {
|
|
1569
|
+
const ret = wasm.wasm_bindgen_62eaabd966a5dd3b___convert__closures_____invoke___wasm_bindgen_62eaabd966a5dd3b___JsValue__core_dde6c4b55a98adc4___result__Result_____wasm_bindgen_62eaabd966a5dd3b___JsError__(arg0, arg1, arg2);
|
|
1570
|
+
if (ret[1]) {
|
|
1571
|
+
throw takeFromExternrefTable0(ret[0]);
|
|
1572
|
+
}
|
|
1536
1573
|
}
|
|
1537
1574
|
|
|
1538
|
-
function
|
|
1539
|
-
wasm.
|
|
1575
|
+
function wasm_bindgen_62eaabd966a5dd3b___convert__closures_____invoke___js_sys_3747b0537fa588d4___Function_fn_wasm_bindgen_62eaabd966a5dd3b___JsValue_____wasm_bindgen_62eaabd966a5dd3b___sys__Undefined___js_sys_3747b0537fa588d4___Function_fn_wasm_bindgen_62eaabd966a5dd3b___JsValue_____wasm_bindgen_62eaabd966a5dd3b___sys__Undefined______(arg0, arg1, arg2, arg3) {
|
|
1576
|
+
wasm.wasm_bindgen_62eaabd966a5dd3b___convert__closures_____invoke___js_sys_3747b0537fa588d4___Function_fn_wasm_bindgen_62eaabd966a5dd3b___JsValue_____wasm_bindgen_62eaabd966a5dd3b___sys__Undefined___js_sys_3747b0537fa588d4___Function_fn_wasm_bindgen_62eaabd966a5dd3b___JsValue_____wasm_bindgen_62eaabd966a5dd3b___sys__Undefined______(arg0, arg1, arg2, arg3);
|
|
1540
1577
|
}
|
|
1541
1578
|
|
|
1542
1579
|
const ModuleInfoFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
Binary file
|
|
@@ -38,9 +38,11 @@ export const init: () => void;
|
|
|
38
38
|
export const initialize_pdfium_render: (a: any, b: any, c: number) => number;
|
|
39
39
|
export const read_block_from_callback_wasm: (a: number, b: number, c: number, d: number) => number;
|
|
40
40
|
export const write_block_from_callback_wasm: (a: number, b: number, c: number) => number;
|
|
41
|
-
export const
|
|
42
|
-
export const
|
|
43
|
-
export const
|
|
41
|
+
export const wasm_bindgen_62eaabd966a5dd3b___closure__destroy___dyn_core_dde6c4b55a98adc4___ops__function__FnMut__wasm_bindgen_62eaabd966a5dd3b___JsValue____Output_______: (a: number, b: number) => void;
|
|
42
|
+
export const wasm_bindgen_62eaabd966a5dd3b___closure__destroy___dyn_core_dde6c4b55a98adc4___ops__function__FnMut__wasm_bindgen_62eaabd966a5dd3b___JsValue____Output___core_dde6c4b55a98adc4___result__Result_____wasm_bindgen_62eaabd966a5dd3b___JsError___: (a: number, b: number) => void;
|
|
43
|
+
export const wasm_bindgen_62eaabd966a5dd3b___convert__closures_____invoke___wasm_bindgen_62eaabd966a5dd3b___JsValue__core_dde6c4b55a98adc4___result__Result_____wasm_bindgen_62eaabd966a5dd3b___JsError__: (a: number, b: number, c: any) => [number, number];
|
|
44
|
+
export const wasm_bindgen_62eaabd966a5dd3b___convert__closures_____invoke___js_sys_3747b0537fa588d4___Function_fn_wasm_bindgen_62eaabd966a5dd3b___JsValue_____wasm_bindgen_62eaabd966a5dd3b___sys__Undefined___js_sys_3747b0537fa588d4___Function_fn_wasm_bindgen_62eaabd966a5dd3b___JsValue_____wasm_bindgen_62eaabd966a5dd3b___sys__Undefined______: (a: number, b: number, c: any, d: any) => void;
|
|
45
|
+
export const wasm_bindgen_62eaabd966a5dd3b___convert__closures_____invoke___wasm_bindgen_62eaabd966a5dd3b___JsValue_____: (a: number, b: number, c: any) => void;
|
|
44
46
|
export const __wbindgen_externrefs: WebAssembly.Table;
|
|
45
47
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
46
48
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|