pdf-oxide-wasm 0.3.41 → 0.3.43
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/bundler/pdf_oxide_bg.js +100 -114
- package/bundler/pdf_oxide_bg.wasm +0 -0
- package/nodejs/pdf_oxide.js +102 -115
- package/nodejs/pdf_oxide_bg.wasm +0 -0
- package/package.json +1 -1
- package/web/pdf_oxide.js +102 -115
- package/web/pdf_oxide_bg.wasm +0 -0
package/bundler/pdf_oxide_bg.js
CHANGED
|
@@ -24,7 +24,6 @@ export const Align = Object.freeze({
|
|
|
24
24
|
*/
|
|
25
25
|
export class ArtifactStyle {
|
|
26
26
|
static __wrap(ptr) {
|
|
27
|
-
ptr = ptr >>> 0;
|
|
28
27
|
const obj = Object.create(ArtifactStyle.prototype);
|
|
29
28
|
obj.__wbg_ptr = ptr;
|
|
30
29
|
ArtifactStyleFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -79,7 +78,7 @@ export class ArtifactStyle {
|
|
|
79
78
|
*/
|
|
80
79
|
constructor() {
|
|
81
80
|
const ret = wasm.wasmartifactstyle_new();
|
|
82
|
-
this.__wbg_ptr = ret
|
|
81
|
+
this.__wbg_ptr = ret;
|
|
83
82
|
ArtifactStyleFinalization.register(this, this.__wbg_ptr, this);
|
|
84
83
|
return this;
|
|
85
84
|
}
|
|
@@ -99,7 +98,6 @@ if (Symbol.dispose) ArtifactStyle.prototype[Symbol.dispose] = ArtifactStyle.prot
|
|
|
99
98
|
*/
|
|
100
99
|
export class StreamingTable {
|
|
101
100
|
static __wrap(ptr) {
|
|
102
|
-
ptr = ptr >>> 0;
|
|
103
101
|
const obj = Object.create(StreamingTable.prototype);
|
|
104
102
|
obj.__wbg_ptr = ptr;
|
|
105
103
|
StreamingTableFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -213,7 +211,6 @@ if (Symbol.dispose) StreamingTable.prototype[Symbol.dispose] = StreamingTable.pr
|
|
|
213
211
|
*/
|
|
214
212
|
export class WasmArtifact {
|
|
215
213
|
static __wrap(ptr) {
|
|
216
|
-
ptr = ptr >>> 0;
|
|
217
214
|
const obj = Object.create(WasmArtifact.prototype);
|
|
218
215
|
obj.__wbg_ptr = ptr;
|
|
219
216
|
WasmArtifactFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -256,7 +253,7 @@ export class WasmArtifact {
|
|
|
256
253
|
*/
|
|
257
254
|
constructor() {
|
|
258
255
|
const ret = wasm.wasmartifact_new();
|
|
259
|
-
this.__wbg_ptr = ret
|
|
256
|
+
this.__wbg_ptr = ret;
|
|
260
257
|
WasmArtifactFinalization.register(this, this.__wbg_ptr, this);
|
|
261
258
|
return this;
|
|
262
259
|
}
|
|
@@ -302,7 +299,6 @@ if (Symbol.dispose) WasmArtifact.prototype[Symbol.dispose] = WasmArtifact.protot
|
|
|
302
299
|
*/
|
|
303
300
|
export class WasmCertificate {
|
|
304
301
|
static __wrap(ptr) {
|
|
305
|
-
ptr = ptr >>> 0;
|
|
306
302
|
const obj = Object.create(WasmCertificate.prototype);
|
|
307
303
|
obj.__wbg_ptr = ptr;
|
|
308
304
|
WasmCertificateFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -717,7 +713,7 @@ export class WasmDocumentBuilder {
|
|
|
717
713
|
*/
|
|
718
714
|
constructor() {
|
|
719
715
|
const ret = wasm.wasmdocumentbuilder_new();
|
|
720
|
-
this.__wbg_ptr = ret
|
|
716
|
+
this.__wbg_ptr = ret;
|
|
721
717
|
WasmDocumentBuilderFinalization.register(this, this.__wbg_ptr, this);
|
|
722
718
|
return this;
|
|
723
719
|
}
|
|
@@ -906,7 +902,6 @@ if (Symbol.dispose) WasmDocumentBuilder.prototype[Symbol.dispose] = WasmDocument
|
|
|
906
902
|
*/
|
|
907
903
|
export class WasmEmbeddedFont {
|
|
908
904
|
static __wrap(ptr) {
|
|
909
|
-
ptr = ptr >>> 0;
|
|
910
905
|
const obj = Object.create(WasmEmbeddedFont.prototype);
|
|
911
906
|
obj.__wbg_ptr = ptr;
|
|
912
907
|
WasmEmbeddedFontFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -978,7 +973,6 @@ if (Symbol.dispose) WasmEmbeddedFont.prototype[Symbol.dispose] = WasmEmbeddedFon
|
|
|
978
973
|
*/
|
|
979
974
|
export class WasmFluentPageBuilder {
|
|
980
975
|
static __wrap(ptr) {
|
|
981
|
-
ptr = ptr >>> 0;
|
|
982
976
|
const obj = Object.create(WasmFluentPageBuilder.prototype);
|
|
983
977
|
obj.__wbg_ptr = ptr;
|
|
984
978
|
WasmFluentPageBuilderFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -2217,7 +2211,6 @@ if (Symbol.dispose) WasmFluentPageBuilder.prototype[Symbol.dispose] = WasmFluent
|
|
|
2217
2211
|
*/
|
|
2218
2212
|
export class WasmFooter {
|
|
2219
2213
|
static __wrap(ptr) {
|
|
2220
|
-
ptr = ptr >>> 0;
|
|
2221
2214
|
const obj = Object.create(WasmFooter.prototype);
|
|
2222
2215
|
obj.__wbg_ptr = ptr;
|
|
2223
2216
|
WasmFooterFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -2260,7 +2253,7 @@ export class WasmFooter {
|
|
|
2260
2253
|
*/
|
|
2261
2254
|
constructor() {
|
|
2262
2255
|
const ret = wasm.wasmfooter_new();
|
|
2263
|
-
this.__wbg_ptr = ret
|
|
2256
|
+
this.__wbg_ptr = ret;
|
|
2264
2257
|
WasmFooterFinalization.register(this, this.__wbg_ptr, this);
|
|
2265
2258
|
return this;
|
|
2266
2259
|
}
|
|
@@ -2283,7 +2276,6 @@ if (Symbol.dispose) WasmFooter.prototype[Symbol.dispose] = WasmFooter.prototype.
|
|
|
2283
2276
|
*/
|
|
2284
2277
|
export class WasmHeader {
|
|
2285
2278
|
static __wrap(ptr) {
|
|
2286
|
-
ptr = ptr >>> 0;
|
|
2287
2279
|
const obj = Object.create(WasmHeader.prototype);
|
|
2288
2280
|
obj.__wbg_ptr = ptr;
|
|
2289
2281
|
WasmHeaderFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -2326,7 +2318,7 @@ export class WasmHeader {
|
|
|
2326
2318
|
*/
|
|
2327
2319
|
constructor() {
|
|
2328
2320
|
const ret = wasm.wasmheader_new();
|
|
2329
|
-
this.__wbg_ptr = ret
|
|
2321
|
+
this.__wbg_ptr = ret;
|
|
2330
2322
|
WasmHeaderFinalization.register(this, this.__wbg_ptr, this);
|
|
2331
2323
|
return this;
|
|
2332
2324
|
}
|
|
@@ -2363,7 +2355,7 @@ export class WasmOcrConfig {
|
|
|
2363
2355
|
*/
|
|
2364
2356
|
constructor() {
|
|
2365
2357
|
const ret = wasm.wasmocrconfig_new();
|
|
2366
|
-
this.__wbg_ptr = ret
|
|
2358
|
+
this.__wbg_ptr = ret;
|
|
2367
2359
|
WasmOcrConfigFinalization.register(this, this.__wbg_ptr, this);
|
|
2368
2360
|
return this;
|
|
2369
2361
|
}
|
|
@@ -2412,7 +2404,7 @@ export class WasmOcrEngine {
|
|
|
2412
2404
|
if (r2) {
|
|
2413
2405
|
throw takeObject(r1);
|
|
2414
2406
|
}
|
|
2415
|
-
this.__wbg_ptr = r0
|
|
2407
|
+
this.__wbg_ptr = r0;
|
|
2416
2408
|
WasmOcrEngineFinalization.register(this, this.__wbg_ptr, this);
|
|
2417
2409
|
return this;
|
|
2418
2410
|
} finally {
|
|
@@ -2427,7 +2419,6 @@ if (Symbol.dispose) WasmOcrEngine.prototype[Symbol.dispose] = WasmOcrEngine.prot
|
|
|
2427
2419
|
*/
|
|
2428
2420
|
export class WasmPageTemplate {
|
|
2429
2421
|
static __wrap(ptr) {
|
|
2430
|
-
ptr = ptr >>> 0;
|
|
2431
2422
|
const obj = Object.create(WasmPageTemplate.prototype);
|
|
2432
2423
|
obj.__wbg_ptr = ptr;
|
|
2433
2424
|
WasmPageTemplateFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -2470,7 +2461,7 @@ export class WasmPageTemplate {
|
|
|
2470
2461
|
*/
|
|
2471
2462
|
constructor() {
|
|
2472
2463
|
const ret = wasm.wasmpagetemplate_new();
|
|
2473
|
-
this.__wbg_ptr = ret
|
|
2464
|
+
this.__wbg_ptr = ret;
|
|
2474
2465
|
WasmPageTemplateFinalization.register(this, this.__wbg_ptr, this);
|
|
2475
2466
|
return this;
|
|
2476
2467
|
}
|
|
@@ -2497,7 +2488,6 @@ if (Symbol.dispose) WasmPageTemplate.prototype[Symbol.dispose] = WasmPageTemplat
|
|
|
2497
2488
|
*/
|
|
2498
2489
|
export class WasmPdf {
|
|
2499
2490
|
static __wrap(ptr) {
|
|
2500
|
-
ptr = ptr >>> 0;
|
|
2501
2491
|
const obj = Object.create(WasmPdf.prototype);
|
|
2502
2492
|
obj.__wbg_ptr = ptr;
|
|
2503
2493
|
WasmPdfFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -3654,7 +3644,7 @@ export class WasmPdfDocument {
|
|
|
3654
3644
|
flattenToImages(dpi) {
|
|
3655
3645
|
try {
|
|
3656
3646
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
3657
|
-
wasm.wasmpdfdocument_flattenToImages(retptr, this.__wbg_ptr, isLikeNone(dpi) ?
|
|
3647
|
+
wasm.wasmpdfdocument_flattenToImages(retptr, this.__wbg_ptr, isLikeNone(dpi) ? Number.MAX_SAFE_INTEGER : (dpi) >>> 0);
|
|
3658
3648
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
3659
3649
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
3660
3650
|
var r2 = getDataViewMemory0().getInt32(retptr + 4 * 2, true);
|
|
@@ -3900,7 +3890,7 @@ export class WasmPdfDocument {
|
|
|
3900
3890
|
if (r2) {
|
|
3901
3891
|
throw takeObject(r1);
|
|
3902
3892
|
}
|
|
3903
|
-
this.__wbg_ptr = r0
|
|
3893
|
+
this.__wbg_ptr = r0;
|
|
3904
3894
|
WasmPdfDocumentFinalization.register(this, this.__wbg_ptr, this);
|
|
3905
3895
|
return this;
|
|
3906
3896
|
} finally {
|
|
@@ -4122,7 +4112,7 @@ export class WasmPdfDocument {
|
|
|
4122
4112
|
renderPage(page_index, dpi) {
|
|
4123
4113
|
try {
|
|
4124
4114
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
4125
|
-
wasm.wasmpdfdocument_renderPage(retptr, this.__wbg_ptr, page_index, isLikeNone(dpi) ?
|
|
4115
|
+
wasm.wasmpdfdocument_renderPage(retptr, this.__wbg_ptr, page_index, isLikeNone(dpi) ? Number.MAX_SAFE_INTEGER : (dpi) >>> 0);
|
|
4126
4116
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
4127
4117
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
4128
4118
|
var r2 = getDataViewMemory0().getInt32(retptr + 4 * 2, true);
|
|
@@ -4350,7 +4340,7 @@ export class WasmPdfDocument {
|
|
|
4350
4340
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
4351
4341
|
const ptr0 = passStringToWasm0(pattern, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
4352
4342
|
const len0 = WASM_VECTOR_LEN;
|
|
4353
|
-
wasm.wasmpdfdocument_search(retptr, this.__wbg_ptr, ptr0, len0, isLikeNone(case_insensitive) ? 0xFFFFFF : case_insensitive ? 1 : 0, isLikeNone(literal) ? 0xFFFFFF : literal ? 1 : 0, isLikeNone(whole_word) ? 0xFFFFFF : whole_word ? 1 : 0, isLikeNone(max_results) ?
|
|
4343
|
+
wasm.wasmpdfdocument_search(retptr, this.__wbg_ptr, ptr0, len0, isLikeNone(case_insensitive) ? 0xFFFFFF : case_insensitive ? 1 : 0, isLikeNone(literal) ? 0xFFFFFF : literal ? 1 : 0, isLikeNone(whole_word) ? 0xFFFFFF : whole_word ? 1 : 0, isLikeNone(max_results) ? Number.MAX_SAFE_INTEGER : (max_results) >>> 0);
|
|
4354
4344
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
4355
4345
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
4356
4346
|
var r2 = getDataViewMemory0().getInt32(retptr + 4 * 2, true);
|
|
@@ -4377,7 +4367,7 @@ export class WasmPdfDocument {
|
|
|
4377
4367
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
4378
4368
|
const ptr0 = passStringToWasm0(pattern, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
4379
4369
|
const len0 = WASM_VECTOR_LEN;
|
|
4380
|
-
wasm.wasmpdfdocument_searchPage(retptr, this.__wbg_ptr, page_index, ptr0, len0, isLikeNone(case_insensitive) ? 0xFFFFFF : case_insensitive ? 1 : 0, isLikeNone(literal) ? 0xFFFFFF : literal ? 1 : 0, isLikeNone(whole_word) ? 0xFFFFFF : whole_word ? 1 : 0, isLikeNone(max_results) ?
|
|
4370
|
+
wasm.wasmpdfdocument_searchPage(retptr, this.__wbg_ptr, page_index, ptr0, len0, isLikeNone(case_insensitive) ? 0xFFFFFF : case_insensitive ? 1 : 0, isLikeNone(literal) ? 0xFFFFFF : literal ? 1 : 0, isLikeNone(whole_word) ? 0xFFFFFF : whole_word ? 1 : 0, isLikeNone(max_results) ? Number.MAX_SAFE_INTEGER : (max_results) >>> 0);
|
|
4381
4371
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
4382
4372
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
4383
4373
|
var r2 = getDataViewMemory0().getInt32(retptr + 4 * 2, true);
|
|
@@ -4950,7 +4940,6 @@ if (Symbol.dispose) WasmPdfDocument.prototype[Symbol.dispose] = WasmPdfDocument.
|
|
|
4950
4940
|
*/
|
|
4951
4941
|
export class WasmPdfPageRegion {
|
|
4952
4942
|
static __wrap(ptr) {
|
|
4953
|
-
ptr = ptr >>> 0;
|
|
4954
4943
|
const obj = Object.create(WasmPdfPageRegion.prototype);
|
|
4955
4944
|
obj.__wbg_ptr = ptr;
|
|
4956
4945
|
WasmPdfPageRegionFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -5191,7 +5180,6 @@ if (Symbol.dispose) WasmPdfPageRegion.prototype[Symbol.dispose] = WasmPdfPageReg
|
|
|
5191
5180
|
*/
|
|
5192
5181
|
export class WasmSignature {
|
|
5193
5182
|
static __wrap(ptr) {
|
|
5194
|
-
ptr = ptr >>> 0;
|
|
5195
5183
|
const obj = Object.create(WasmSignature.prototype);
|
|
5196
5184
|
obj.__wbg_ptr = ptr;
|
|
5197
5185
|
WasmSignatureFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -5384,7 +5372,6 @@ if (Symbol.dispose) WasmSignature.prototype[Symbol.dispose] = WasmSignature.prot
|
|
|
5384
5372
|
*/
|
|
5385
5373
|
export class WasmTimestamp {
|
|
5386
5374
|
static __wrap(ptr) {
|
|
5387
|
-
ptr = ptr >>> 0;
|
|
5388
5375
|
const obj = Object.create(WasmTimestamp.prototype);
|
|
5389
5376
|
obj.__wbg_ptr = ptr;
|
|
5390
5377
|
WasmTimestampFinalization.register(obj, obj.__wbg_ptr, obj);
|
|
@@ -5692,11 +5679,11 @@ export function signPdfBytes(pdf_data, cert, reason, location) {
|
|
|
5692
5679
|
wasm.__wbindgen_add_to_stack_pointer(16);
|
|
5693
5680
|
}
|
|
5694
5681
|
}
|
|
5695
|
-
export function
|
|
5682
|
+
export function __wbg_Error_3639a60ed15f87e7(arg0, arg1) {
|
|
5696
5683
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
5697
5684
|
return addHeapObject(ret);
|
|
5698
5685
|
}
|
|
5699
|
-
export function
|
|
5686
|
+
export function __wbg_Number_a3d737fd183f7dca(arg0) {
|
|
5700
5687
|
const ret = Number(getObject(arg0));
|
|
5701
5688
|
return ret;
|
|
5702
5689
|
}
|
|
@@ -5707,68 +5694,68 @@ export function __wbg_String_8564e559799eccda(arg0, arg1) {
|
|
|
5707
5694
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
5708
5695
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
5709
5696
|
}
|
|
5710
|
-
export function
|
|
5697
|
+
export function __wbg___wbindgen_bigint_get_as_i64_3af6d4ca77193a4b(arg0, arg1) {
|
|
5711
5698
|
const v = getObject(arg1);
|
|
5712
5699
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
5713
5700
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
5714
5701
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
5715
5702
|
}
|
|
5716
|
-
export function
|
|
5703
|
+
export function __wbg___wbindgen_boolean_get_c3dd5c39f1b5a12b(arg0) {
|
|
5717
5704
|
const v = getObject(arg0);
|
|
5718
5705
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
5719
5706
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
5720
5707
|
}
|
|
5721
|
-
export function
|
|
5708
|
+
export function __wbg___wbindgen_debug_string_07cb72cfcc952e2b(arg0, arg1) {
|
|
5722
5709
|
const ret = debugString(getObject(arg1));
|
|
5723
5710
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
5724
5711
|
const len1 = WASM_VECTOR_LEN;
|
|
5725
5712
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
5726
5713
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
5727
5714
|
}
|
|
5728
|
-
export function
|
|
5715
|
+
export function __wbg___wbindgen_in_2617fa76397620d3(arg0, arg1) {
|
|
5729
5716
|
const ret = getObject(arg0) in getObject(arg1);
|
|
5730
5717
|
return ret;
|
|
5731
5718
|
}
|
|
5732
|
-
export function
|
|
5719
|
+
export function __wbg___wbindgen_is_bigint_d6a8167cac401b95(arg0) {
|
|
5733
5720
|
const ret = typeof(getObject(arg0)) === 'bigint';
|
|
5734
5721
|
return ret;
|
|
5735
5722
|
}
|
|
5736
|
-
export function
|
|
5723
|
+
export function __wbg___wbindgen_is_function_2f0fd7ceb86e64c5(arg0) {
|
|
5737
5724
|
const ret = typeof(getObject(arg0)) === 'function';
|
|
5738
5725
|
return ret;
|
|
5739
5726
|
}
|
|
5740
|
-
export function
|
|
5727
|
+
export function __wbg___wbindgen_is_null_066086be3abe9bb3(arg0) {
|
|
5741
5728
|
const ret = getObject(arg0) === null;
|
|
5742
5729
|
return ret;
|
|
5743
5730
|
}
|
|
5744
|
-
export function
|
|
5731
|
+
export function __wbg___wbindgen_is_object_5b22ff2418063a9c(arg0) {
|
|
5745
5732
|
const val = getObject(arg0);
|
|
5746
5733
|
const ret = typeof(val) === 'object' && val !== null;
|
|
5747
5734
|
return ret;
|
|
5748
5735
|
}
|
|
5749
|
-
export function
|
|
5736
|
+
export function __wbg___wbindgen_is_string_eddc07a3efad52e6(arg0) {
|
|
5750
5737
|
const ret = typeof(getObject(arg0)) === 'string';
|
|
5751
5738
|
return ret;
|
|
5752
5739
|
}
|
|
5753
|
-
export function
|
|
5740
|
+
export function __wbg___wbindgen_is_undefined_244a92c34d3b6ec0(arg0) {
|
|
5754
5741
|
const ret = getObject(arg0) === undefined;
|
|
5755
5742
|
return ret;
|
|
5756
5743
|
}
|
|
5757
|
-
export function
|
|
5744
|
+
export function __wbg___wbindgen_jsval_eq_403eaa3610500a25(arg0, arg1) {
|
|
5758
5745
|
const ret = getObject(arg0) === getObject(arg1);
|
|
5759
5746
|
return ret;
|
|
5760
5747
|
}
|
|
5761
|
-
export function
|
|
5748
|
+
export function __wbg___wbindgen_jsval_loose_eq_1978f1e77b4bce62(arg0, arg1) {
|
|
5762
5749
|
const ret = getObject(arg0) == getObject(arg1);
|
|
5763
5750
|
return ret;
|
|
5764
5751
|
}
|
|
5765
|
-
export function
|
|
5752
|
+
export function __wbg___wbindgen_number_get_dd6d69a6079f26f1(arg0, arg1) {
|
|
5766
5753
|
const obj = getObject(arg1);
|
|
5767
5754
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
5768
5755
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
5769
5756
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
5770
5757
|
}
|
|
5771
|
-
export function
|
|
5758
|
+
export function __wbg___wbindgen_string_get_965592073e5d848c(arg0, arg1) {
|
|
5772
5759
|
const obj = getObject(arg1);
|
|
5773
5760
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
5774
5761
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
@@ -5776,23 +5763,20 @@ export function __wbg___wbindgen_string_get_7ed5322991caaec5(arg0, arg1) {
|
|
|
5776
5763
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
5777
5764
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
5778
5765
|
}
|
|
5779
|
-
export function
|
|
5766
|
+
export function __wbg___wbindgen_throw_9c75d47bf9e7731e(arg0, arg1) {
|
|
5780
5767
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
5781
5768
|
}
|
|
5782
|
-
export function
|
|
5769
|
+
export function __wbg_call_add9e5a76382e668() { return handleError(function (arg0, arg1) {
|
|
5783
5770
|
const ret = getObject(arg0).call(getObject(arg1));
|
|
5784
5771
|
return addHeapObject(ret);
|
|
5785
5772
|
}, arguments); }
|
|
5786
|
-
export function
|
|
5773
|
+
export function __wbg_debug_94a9fb2c3e2982f9(arg0, arg1, arg2, arg3) {
|
|
5787
5774
|
console.debug(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
5788
5775
|
}
|
|
5789
|
-
export function
|
|
5776
|
+
export function __wbg_done_b1afd6201ac045e0(arg0) {
|
|
5790
5777
|
const ret = getObject(arg0).done;
|
|
5791
5778
|
return ret;
|
|
5792
5779
|
}
|
|
5793
|
-
export function __wbg_error_a6a4bb2525a88971(arg0, arg1, arg2, arg3) {
|
|
5794
|
-
console.error(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
5795
|
-
}
|
|
5796
5780
|
export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
|
|
5797
5781
|
let deferred0_0;
|
|
5798
5782
|
let deferred0_1;
|
|
@@ -5804,34 +5788,37 @@ export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
|
|
|
5804
5788
|
wasm.__wbindgen_export4(deferred0_0, deferred0_1, 1);
|
|
5805
5789
|
}
|
|
5806
5790
|
}
|
|
5807
|
-
export function
|
|
5791
|
+
export function __wbg_error_e92447754a575869(arg0, arg1, arg2, arg3) {
|
|
5792
|
+
console.error(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
5793
|
+
}
|
|
5794
|
+
export function __wbg_fromCodePoint_ac3a66d5b95b4ddf() { return handleError(function (arg0) {
|
|
5808
5795
|
const ret = String.fromCodePoint(arg0 >>> 0);
|
|
5809
5796
|
return addHeapObject(ret);
|
|
5810
5797
|
}, arguments); }
|
|
5811
|
-
export function
|
|
5798
|
+
export function __wbg_from_ff141b1e4c69b979(arg0) {
|
|
5812
5799
|
const ret = Array.from(getObject(arg0));
|
|
5813
5800
|
return addHeapObject(ret);
|
|
5814
5801
|
}
|
|
5815
5802
|
export function __wbg_getRandomValues_ef12552bf5acd2fe() { return handleError(function (arg0, arg1) {
|
|
5816
5803
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
5817
5804
|
}, arguments); }
|
|
5818
|
-
export function
|
|
5805
|
+
export function __wbg_getTime_e599bee315e19eba(arg0) {
|
|
5819
5806
|
const ret = getObject(arg0).getTime();
|
|
5820
5807
|
return ret;
|
|
5821
5808
|
}
|
|
5822
|
-
export function
|
|
5809
|
+
export function __wbg_getTimezoneOffset_d843b3968046e734(arg0) {
|
|
5823
5810
|
const ret = getObject(arg0).getTimezoneOffset();
|
|
5824
5811
|
return ret;
|
|
5825
5812
|
}
|
|
5826
|
-
export function
|
|
5827
|
-
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
5828
|
-
return addHeapObject(ret);
|
|
5829
|
-
}, arguments); }
|
|
5830
|
-
export function __wbg_get_8360291721e2339f(arg0, arg1) {
|
|
5813
|
+
export function __wbg_get_652f640b3b0b6e3e(arg0, arg1) {
|
|
5831
5814
|
const ret = getObject(arg0)[arg1 >>> 0];
|
|
5832
5815
|
return addHeapObject(ret);
|
|
5833
5816
|
}
|
|
5834
|
-
export function
|
|
5817
|
+
export function __wbg_get_9cfea9b7bbf12a15() { return handleError(function (arg0, arg1) {
|
|
5818
|
+
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
5819
|
+
return addHeapObject(ret);
|
|
5820
|
+
}, arguments); }
|
|
5821
|
+
export function __wbg_get_unchecked_be562b1421656321(arg0, arg1) {
|
|
5835
5822
|
const ret = getObject(arg0)[arg1 >>> 0];
|
|
5836
5823
|
return addHeapObject(ret);
|
|
5837
5824
|
}
|
|
@@ -5839,10 +5826,10 @@ export function __wbg_get_with_ref_key_6412cf3094599694(arg0, arg1) {
|
|
|
5839
5826
|
const ret = getObject(arg0)[getObject(arg1)];
|
|
5840
5827
|
return addHeapObject(ret);
|
|
5841
5828
|
}
|
|
5842
|
-
export function
|
|
5829
|
+
export function __wbg_info_eba996fb48d58831(arg0, arg1, arg2, arg3) {
|
|
5843
5830
|
console.info(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
5844
5831
|
}
|
|
5845
|
-
export function
|
|
5832
|
+
export function __wbg_instanceof_ArrayBuffer_eab9f28fbec23477(arg0) {
|
|
5846
5833
|
let result;
|
|
5847
5834
|
try {
|
|
5848
5835
|
result = getObject(arg0) instanceof ArrayBuffer;
|
|
@@ -5852,7 +5839,7 @@ export function __wbg_instanceof_ArrayBuffer_7c8433c6ed14ffe3(arg0) {
|
|
|
5852
5839
|
const ret = result;
|
|
5853
5840
|
return ret;
|
|
5854
5841
|
}
|
|
5855
|
-
export function
|
|
5842
|
+
export function __wbg_instanceof_Uint8Array_57d77acd50e4c44d(arg0) {
|
|
5856
5843
|
let result;
|
|
5857
5844
|
try {
|
|
5858
5845
|
result = getObject(arg0) instanceof Uint8Array;
|
|
@@ -5862,90 +5849,90 @@ export function __wbg_instanceof_Uint8Array_152ba1f289edcf3f(arg0) {
|
|
|
5862
5849
|
const ret = result;
|
|
5863
5850
|
return ret;
|
|
5864
5851
|
}
|
|
5865
|
-
export function
|
|
5852
|
+
export function __wbg_isArray_c6c6ef8308995bcf(arg0) {
|
|
5866
5853
|
const ret = Array.isArray(getObject(arg0));
|
|
5867
5854
|
return ret;
|
|
5868
5855
|
}
|
|
5869
|
-
export function
|
|
5856
|
+
export function __wbg_isSafeInteger_3c56c421a5b4cce4(arg0) {
|
|
5870
5857
|
const ret = Number.isSafeInteger(getObject(arg0));
|
|
5871
5858
|
return ret;
|
|
5872
5859
|
}
|
|
5873
|
-
export function
|
|
5860
|
+
export function __wbg_iterator_9d68985a1d096fc2() {
|
|
5874
5861
|
const ret = Symbol.iterator;
|
|
5875
5862
|
return addHeapObject(ret);
|
|
5876
5863
|
}
|
|
5877
|
-
export function
|
|
5864
|
+
export function __wbg_length_0a6ce016dc1460b0(arg0) {
|
|
5878
5865
|
const ret = getObject(arg0).length;
|
|
5879
5866
|
return ret;
|
|
5880
5867
|
}
|
|
5881
|
-
export function
|
|
5868
|
+
export function __wbg_length_ba3c032602efe310(arg0) {
|
|
5882
5869
|
const ret = getObject(arg0).length;
|
|
5883
5870
|
return ret;
|
|
5884
5871
|
}
|
|
5885
|
-
export function
|
|
5872
|
+
export function __wbg_log_36199e35916a41aa(arg0, arg1, arg2, arg3) {
|
|
5886
5873
|
console.log(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
5887
5874
|
}
|
|
5888
|
-
export function
|
|
5875
|
+
export function __wbg_new_0_e486ec9936f7edbf() {
|
|
5889
5876
|
const ret = new Date();
|
|
5890
5877
|
return addHeapObject(ret);
|
|
5891
5878
|
}
|
|
5892
|
-
export function __wbg_new_0c7403db6e782f19(arg0) {
|
|
5893
|
-
const ret = new Uint8Array(getObject(arg0));
|
|
5894
|
-
return addHeapObject(ret);
|
|
5895
|
-
}
|
|
5896
5879
|
export function __wbg_new_227d7c05414eb861() {
|
|
5897
5880
|
const ret = new Error();
|
|
5898
5881
|
return addHeapObject(ret);
|
|
5899
5882
|
}
|
|
5900
|
-
export function
|
|
5901
|
-
const ret = new
|
|
5883
|
+
export function __wbg_new_2fad8ca02fd00684() {
|
|
5884
|
+
const ret = new Object();
|
|
5902
5885
|
return addHeapObject(ret);
|
|
5903
5886
|
}
|
|
5904
|
-
export function
|
|
5887
|
+
export function __wbg_new_3baa8d9866155c79() {
|
|
5905
5888
|
const ret = new Array();
|
|
5906
5889
|
return addHeapObject(ret);
|
|
5907
5890
|
}
|
|
5908
|
-
export function
|
|
5909
|
-
const ret = new
|
|
5891
|
+
export function __wbg_new_46ae4e4ff2a07a64() {
|
|
5892
|
+
const ret = new Map();
|
|
5910
5893
|
return addHeapObject(ret);
|
|
5911
5894
|
}
|
|
5912
|
-
export function
|
|
5913
|
-
const ret = new
|
|
5895
|
+
export function __wbg_new_8454eee672b2ba6e(arg0) {
|
|
5896
|
+
const ret = new Uint8Array(getObject(arg0));
|
|
5914
5897
|
return addHeapObject(ret);
|
|
5915
5898
|
}
|
|
5916
|
-
export function
|
|
5917
|
-
const ret = new
|
|
5899
|
+
export function __wbg_new_b47e026ba742fe65(arg0) {
|
|
5900
|
+
const ret = new Date(getObject(arg0));
|
|
5918
5901
|
return addHeapObject(ret);
|
|
5919
5902
|
}
|
|
5920
|
-
export function
|
|
5921
|
-
const ret =
|
|
5903
|
+
export function __wbg_new_from_slice_5a173c243af2e823(arg0, arg1) {
|
|
5904
|
+
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
5922
5905
|
return addHeapObject(ret);
|
|
5923
|
-
}
|
|
5924
|
-
export function
|
|
5906
|
+
}
|
|
5907
|
+
export function __wbg_next_261c3c48c6e309a5(arg0) {
|
|
5925
5908
|
const ret = getObject(arg0).next;
|
|
5926
5909
|
return addHeapObject(ret);
|
|
5927
5910
|
}
|
|
5928
|
-
export function
|
|
5911
|
+
export function __wbg_next_aacee310bcfe6461() { return handleError(function (arg0) {
|
|
5912
|
+
const ret = getObject(arg0).next();
|
|
5913
|
+
return addHeapObject(ret);
|
|
5914
|
+
}, arguments); }
|
|
5915
|
+
export function __wbg_prototypesetcall_fd4050e806e1d519(arg0, arg1, arg2) {
|
|
5929
5916
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), getObject(arg2));
|
|
5930
5917
|
}
|
|
5931
|
-
export function
|
|
5918
|
+
export function __wbg_push_60a5366c0bb22a7d(arg0, arg1) {
|
|
5932
5919
|
const ret = getObject(arg0).push(getObject(arg1));
|
|
5933
5920
|
return ret;
|
|
5934
5921
|
}
|
|
5935
|
-
export function
|
|
5922
|
+
export function __wbg_set_5337f8ac82364a3f() { return handleError(function (arg0, arg1, arg2) {
|
|
5936
5923
|
const ret = Reflect.set(getObject(arg0), getObject(arg1), getObject(arg2));
|
|
5937
5924
|
return ret;
|
|
5938
5925
|
}, arguments); }
|
|
5939
|
-
export function __wbg_set_3bf1de9fab0cd644(arg0, arg1, arg2) {
|
|
5940
|
-
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
5941
|
-
}
|
|
5942
5926
|
export function __wbg_set_6be42768c690e380(arg0, arg1, arg2) {
|
|
5943
5927
|
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
5944
5928
|
}
|
|
5945
|
-
export function
|
|
5929
|
+
export function __wbg_set_82f7a370f604db70(arg0, arg1, arg2) {
|
|
5946
5930
|
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
5947
5931
|
return addHeapObject(ret);
|
|
5948
5932
|
}
|
|
5933
|
+
export function __wbg_set_f614f6a0608d1d1d(arg0, arg1, arg2) {
|
|
5934
|
+
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
5935
|
+
}
|
|
5949
5936
|
export function __wbg_stack_3b0d974bbf31e44f(arg0, arg1) {
|
|
5950
5937
|
const ret = getObject(arg1).stack;
|
|
5951
5938
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
@@ -5953,11 +5940,11 @@ export function __wbg_stack_3b0d974bbf31e44f(arg0, arg1) {
|
|
|
5953
5940
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
5954
5941
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
5955
5942
|
}
|
|
5956
|
-
export function
|
|
5943
|
+
export function __wbg_value_f852716acdeb3e82(arg0) {
|
|
5957
5944
|
const ret = getObject(arg0).value;
|
|
5958
5945
|
return addHeapObject(ret);
|
|
5959
5946
|
}
|
|
5960
|
-
export function
|
|
5947
|
+
export function __wbg_warn_d258f6e2da5e0422(arg0, arg1, arg2, arg3) {
|
|
5961
5948
|
console.warn(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
5962
5949
|
}
|
|
5963
5950
|
export function __wbg_wasmsignature_new(arg0) {
|
|
@@ -5993,55 +5980,55 @@ export function __wbindgen_object_drop_ref(arg0) {
|
|
|
5993
5980
|
}
|
|
5994
5981
|
const WasmArtifactFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
5995
5982
|
? { register: () => {}, unregister: () => {} }
|
|
5996
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_wasmartifact_free(ptr
|
|
5983
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_wasmartifact_free(ptr, 1));
|
|
5997
5984
|
const ArtifactStyleFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
5998
5985
|
? { register: () => {}, unregister: () => {} }
|
|
5999
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_artifactstyle_free(ptr
|
|
5986
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_artifactstyle_free(ptr, 1));
|
|
6000
5987
|
const WasmCertificateFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6001
5988
|
? { register: () => {}, unregister: () => {} }
|
|
6002
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_wasmcertificate_free(ptr
|
|
5989
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_wasmcertificate_free(ptr, 1));
|
|
6003
5990
|
const WasmDocumentBuilderFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6004
5991
|
? { register: () => {}, unregister: () => {} }
|
|
6005
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_wasmdocumentbuilder_free(ptr
|
|
5992
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_wasmdocumentbuilder_free(ptr, 1));
|
|
6006
5993
|
const WasmEmbeddedFontFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6007
5994
|
? { register: () => {}, unregister: () => {} }
|
|
6008
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_wasmembeddedfont_free(ptr
|
|
5995
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_wasmembeddedfont_free(ptr, 1));
|
|
6009
5996
|
const WasmFluentPageBuilderFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6010
5997
|
? { register: () => {}, unregister: () => {} }
|
|
6011
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_wasmfluentpagebuilder_free(ptr
|
|
5998
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_wasmfluentpagebuilder_free(ptr, 1));
|
|
6012
5999
|
const WasmFooterFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6013
6000
|
? { register: () => {}, unregister: () => {} }
|
|
6014
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_wasmfooter_free(ptr
|
|
6001
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_wasmfooter_free(ptr, 1));
|
|
6015
6002
|
const WasmHeaderFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6016
6003
|
? { register: () => {}, unregister: () => {} }
|
|
6017
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_wasmheader_free(ptr
|
|
6004
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_wasmheader_free(ptr, 1));
|
|
6018
6005
|
const WasmOcrConfigFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6019
6006
|
? { register: () => {}, unregister: () => {} }
|
|
6020
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_wasmocrconfig_free(ptr
|
|
6007
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_wasmocrconfig_free(ptr, 1));
|
|
6021
6008
|
const WasmOcrEngineFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6022
6009
|
? { register: () => {}, unregister: () => {} }
|
|
6023
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_wasmocrengine_free(ptr
|
|
6010
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_wasmocrengine_free(ptr, 1));
|
|
6024
6011
|
const WasmPageTemplateFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6025
6012
|
? { register: () => {}, unregister: () => {} }
|
|
6026
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_wasmpagetemplate_free(ptr
|
|
6013
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_wasmpagetemplate_free(ptr, 1));
|
|
6027
6014
|
const WasmPdfFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6028
6015
|
? { register: () => {}, unregister: () => {} }
|
|
6029
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_wasmpdf_free(ptr
|
|
6016
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_wasmpdf_free(ptr, 1));
|
|
6030
6017
|
const WasmPdfDocumentFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6031
6018
|
? { register: () => {}, unregister: () => {} }
|
|
6032
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_wasmpdfdocument_free(ptr
|
|
6019
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_wasmpdfdocument_free(ptr, 1));
|
|
6033
6020
|
const WasmPdfPageRegionFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6034
6021
|
? { register: () => {}, unregister: () => {} }
|
|
6035
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_wasmpdfpageregion_free(ptr
|
|
6022
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_wasmpdfpageregion_free(ptr, 1));
|
|
6036
6023
|
const WasmSignatureFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6037
6024
|
? { register: () => {}, unregister: () => {} }
|
|
6038
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_wasmsignature_free(ptr
|
|
6025
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_wasmsignature_free(ptr, 1));
|
|
6039
6026
|
const StreamingTableFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6040
6027
|
? { register: () => {}, unregister: () => {} }
|
|
6041
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_streamingtable_free(ptr
|
|
6028
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_streamingtable_free(ptr, 1));
|
|
6042
6029
|
const WasmTimestampFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6043
6030
|
? { register: () => {}, unregister: () => {} }
|
|
6044
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_wasmtimestamp_free(ptr
|
|
6031
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_wasmtimestamp_free(ptr, 1));
|
|
6045
6032
|
|
|
6046
6033
|
function addHeapObject(obj) {
|
|
6047
6034
|
if (heap_next === heap.length) heap.push(heap.length + 1);
|
|
@@ -6179,8 +6166,7 @@ function getFloat32ArrayMemory0() {
|
|
|
6179
6166
|
}
|
|
6180
6167
|
|
|
6181
6168
|
function getStringFromWasm0(ptr, len) {
|
|
6182
|
-
|
|
6183
|
-
return decodeText(ptr, len);
|
|
6169
|
+
return decodeText(ptr >>> 0, len);
|
|
6184
6170
|
}
|
|
6185
6171
|
|
|
6186
6172
|
let cachedUint32ArrayMemory0 = null;
|
|
Binary file
|