pdf-oxide-wasm 0.3.59 → 0.3.60
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 +95 -95
- package/bundler/pdf_oxide_bg.wasm +0 -0
- package/bundler/pdf_oxide_bg.wasm.d.ts +17 -17
- package/nodejs/pdf_oxide.js +95 -95
- package/nodejs/pdf_oxide_bg.wasm +0 -0
- package/nodejs/pdf_oxide_bg.wasm.d.ts +17 -17
- package/package.json +1 -1
- package/web/pdf_oxide.d.ts +17 -17
- package/web/pdf_oxide.js +95 -95
- package/web/pdf_oxide_bg.wasm +0 -0
- package/web/pdf_oxide_bg.wasm.d.ts +17 -17
package/web/pdf_oxide.d.ts
CHANGED
|
@@ -1743,25 +1743,38 @@ export interface InitOutput {
|
|
|
1743
1743
|
readonly __wbg_wasmpdfpageregion_free: (a: number, b: number) => void;
|
|
1744
1744
|
readonly __wbg_wasmsignature_free: (a: number, b: number) => void;
|
|
1745
1745
|
readonly __wbg_wasmtimestamp_free: (a: number, b: number) => void;
|
|
1746
|
+
readonly artifactstyle_bold: (a: number) => number;
|
|
1747
|
+
readonly artifactstyle_color: (a: number, b: number, c: number, d: number) => number;
|
|
1748
|
+
readonly artifactstyle_font: (a: number, b: number, c: number, d: number) => number;
|
|
1749
|
+
readonly artifactstyle_new: () => number;
|
|
1746
1750
|
readonly cryptoCbom: (a: number) => void;
|
|
1747
1751
|
readonly cryptoInventory: (a: number) => void;
|
|
1748
1752
|
readonly cryptoPolicy: (a: number) => void;
|
|
1753
|
+
readonly dss_certCount: (a: number) => number;
|
|
1754
|
+
readonly dss_crlCount: (a: number) => number;
|
|
1755
|
+
readonly dss_getCert: (a: number, b: number, c: number) => void;
|
|
1756
|
+
readonly dss_getCrl: (a: number, b: number, c: number) => void;
|
|
1757
|
+
readonly dss_getOcsp: (a: number, b: number, c: number) => void;
|
|
1758
|
+
readonly dss_ocspCount: (a: number) => number;
|
|
1759
|
+
readonly dss_vri: (a: number, b: number) => void;
|
|
1749
1760
|
readonly generateBarcodeSvg: (a: number, b: number, c: number, d: number) => void;
|
|
1750
1761
|
readonly generateQrSvg: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
1751
1762
|
readonly hasDocumentTimestamp: (a: number, b: number) => number;
|
|
1752
1763
|
readonly modelManifest: (a: number) => void;
|
|
1753
1764
|
readonly planSplitByBookmarks: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => void;
|
|
1754
1765
|
readonly prefetchAvailable: () => number;
|
|
1766
|
+
readonly revocationmaterial_addCert: (a: number, b: number, c: number) => void;
|
|
1767
|
+
readonly revocationmaterial_addCrl: (a: number, b: number, c: number) => void;
|
|
1768
|
+
readonly revocationmaterial_addOcsp: (a: number, b: number, c: number) => void;
|
|
1769
|
+
readonly revocationmaterial_new: () => number;
|
|
1755
1770
|
readonly setCryptoPolicy: (a: number, b: number, c: number) => void;
|
|
1756
1771
|
readonly setLogLevel: (a: number, b: number, c: number) => void;
|
|
1757
1772
|
readonly signPdfBytes: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => void;
|
|
1758
1773
|
readonly signPdfBytesPades: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number, j: number, k: number, l: number) => void;
|
|
1759
1774
|
readonly splitByBookmarks: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => void;
|
|
1760
|
-
readonly streamingtable_batchCount: (a: number) => number;
|
|
1761
1775
|
readonly streamingtable_columnCount: (a: number) => number;
|
|
1762
1776
|
readonly streamingtable_finish: (a: number, b: number) => void;
|
|
1763
1777
|
readonly streamingtable_flush: (a: number) => void;
|
|
1764
|
-
readonly streamingtable_pendingRowCount: (a: number) => number;
|
|
1765
1778
|
readonly streamingtable_pushRow: (a: number, b: number, c: number, d: number) => void;
|
|
1766
1779
|
readonly streamingtable_pushRowSpan: (a: number, b: number, c: number) => void;
|
|
1767
1780
|
readonly wasmartifact_center: (a: number, b: number) => number;
|
|
@@ -1770,10 +1783,6 @@ export interface InitOutput {
|
|
|
1770
1783
|
readonly wasmartifact_right: (a: number, b: number) => number;
|
|
1771
1784
|
readonly wasmartifact_withOffset: (a: number, b: number) => number;
|
|
1772
1785
|
readonly wasmartifact_withStyle: (a: number, b: number) => number;
|
|
1773
|
-
readonly wasmartifactstyle_bold: (a: number) => number;
|
|
1774
|
-
readonly wasmartifactstyle_color: (a: number, b: number, c: number, d: number) => number;
|
|
1775
|
-
readonly wasmartifactstyle_font: (a: number, b: number, c: number, d: number) => number;
|
|
1776
|
-
readonly wasmartifactstyle_new: () => number;
|
|
1777
1786
|
readonly wasmcertificate_isValid: (a: number, b: number) => void;
|
|
1778
1787
|
readonly wasmcertificate_issuer: (a: number, b: number) => void;
|
|
1779
1788
|
readonly wasmcertificate_load: (a: number, b: number, c: number) => void;
|
|
@@ -1799,11 +1808,6 @@ export interface InitOutput {
|
|
|
1799
1808
|
readonly wasmdocumentbuilder_taggedPdfUa1: (a: number, b: number) => void;
|
|
1800
1809
|
readonly wasmdocumentbuilder_title: (a: number, b: number, c: number, d: number) => void;
|
|
1801
1810
|
readonly wasmdocumentbuilder_toBytesEncrypted: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
|
|
1802
|
-
readonly wasmdss_certCount: (a: number) => number;
|
|
1803
|
-
readonly wasmdss_getCert: (a: number, b: number, c: number) => void;
|
|
1804
|
-
readonly wasmdss_getCrl: (a: number, b: number, c: number) => void;
|
|
1805
|
-
readonly wasmdss_getOcsp: (a: number, b: number, c: number) => void;
|
|
1806
|
-
readonly wasmdss_vri: (a: number, b: number) => void;
|
|
1807
1811
|
readonly wasmembeddedfont_fromBytes: (a: number, b: number, c: number, d: number, e: number) => void;
|
|
1808
1812
|
readonly wasmembeddedfont_name: (a: number, b: number) => void;
|
|
1809
1813
|
readonly wasmfluentpagebuilder_at: (a: number, b: number, c: number, d: number) => void;
|
|
@@ -1995,10 +1999,6 @@ export interface InitOutput {
|
|
|
1995
1999
|
readonly wasmpdfpageregion_extractTextLines: (a: number, b: number) => void;
|
|
1996
2000
|
readonly wasmpdfpageregion_extractTextOcr: (a: number, b: number, c: number) => void;
|
|
1997
2001
|
readonly wasmpdfpageregion_extractWords: (a: number, b: number) => void;
|
|
1998
|
-
readonly wasmrevocationmaterial_addCert: (a: number, b: number, c: number) => void;
|
|
1999
|
-
readonly wasmrevocationmaterial_addCrl: (a: number, b: number, c: number) => void;
|
|
2000
|
-
readonly wasmrevocationmaterial_addOcsp: (a: number, b: number, c: number) => void;
|
|
2001
|
-
readonly wasmrevocationmaterial_new: () => number;
|
|
2002
2002
|
readonly wasmsignature_contactInfo: (a: number, b: number) => void;
|
|
2003
2003
|
readonly wasmsignature_coversWholeDocument: (a: number) => number;
|
|
2004
2004
|
readonly wasmsignature_location: (a: number, b: number) => void;
|
|
@@ -2016,8 +2016,8 @@ export interface InitOutput {
|
|
|
2016
2016
|
readonly wasmtimestamp_time: (a: number) => bigint;
|
|
2017
2017
|
readonly wasmtimestamp_tsaName: (a: number, b: number) => void;
|
|
2018
2018
|
readonly wasmtimestamp_verify: (a: number, b: number) => void;
|
|
2019
|
-
readonly
|
|
2020
|
-
readonly
|
|
2019
|
+
readonly streamingtable_batchCount: (a: number) => number;
|
|
2020
|
+
readonly streamingtable_pendingRowCount: (a: number) => number;
|
|
2021
2021
|
readonly wasmocrconfig_new: () => number;
|
|
2022
2022
|
readonly wasmpdfdocument_saveToBytes: (a: number, b: number) => void;
|
|
2023
2023
|
readonly wasmfooter_center: (a: number, b: number) => number;
|
package/web/pdf_oxide.js
CHANGED
|
@@ -47,7 +47,7 @@ export class ArtifactStyle {
|
|
|
47
47
|
*/
|
|
48
48
|
bold() {
|
|
49
49
|
const ptr = this.__destroy_into_raw();
|
|
50
|
-
const ret = wasm.
|
|
50
|
+
const ret = wasm.artifactstyle_bold(ptr);
|
|
51
51
|
return ArtifactStyle.__wrap(ret);
|
|
52
52
|
}
|
|
53
53
|
/**
|
|
@@ -59,7 +59,7 @@ export class ArtifactStyle {
|
|
|
59
59
|
*/
|
|
60
60
|
color(r, g, b) {
|
|
61
61
|
const ptr = this.__destroy_into_raw();
|
|
62
|
-
const ret = wasm.
|
|
62
|
+
const ret = wasm.artifactstyle_color(ptr, r, g, b);
|
|
63
63
|
return ArtifactStyle.__wrap(ret);
|
|
64
64
|
}
|
|
65
65
|
/**
|
|
@@ -72,14 +72,14 @@ export class ArtifactStyle {
|
|
|
72
72
|
const ptr = this.__destroy_into_raw();
|
|
73
73
|
const ptr0 = passStringToWasm0(name, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
74
74
|
const len0 = WASM_VECTOR_LEN;
|
|
75
|
-
const ret = wasm.
|
|
75
|
+
const ret = wasm.artifactstyle_font(ptr, ptr0, len0, size);
|
|
76
76
|
return ArtifactStyle.__wrap(ret);
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
79
|
* Create a new artifact style.
|
|
80
80
|
*/
|
|
81
81
|
constructor() {
|
|
82
|
-
const ret = wasm.
|
|
82
|
+
const ret = wasm.artifactstyle_new();
|
|
83
83
|
this.__wbg_ptr = ret;
|
|
84
84
|
ArtifactStyleFinalization.register(this, this.__wbg_ptr, this);
|
|
85
85
|
return this;
|
|
@@ -114,7 +114,7 @@ export class Dss {
|
|
|
114
114
|
* @returns {number}
|
|
115
115
|
*/
|
|
116
116
|
get certCount() {
|
|
117
|
-
const ret = wasm.
|
|
117
|
+
const ret = wasm.dss_certCount(this.__wbg_ptr);
|
|
118
118
|
return ret >>> 0;
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
@@ -122,7 +122,7 @@ export class Dss {
|
|
|
122
122
|
* @returns {number}
|
|
123
123
|
*/
|
|
124
124
|
get crlCount() {
|
|
125
|
-
const ret = wasm.
|
|
125
|
+
const ret = wasm.dss_crlCount(this.__wbg_ptr);
|
|
126
126
|
return ret >>> 0;
|
|
127
127
|
}
|
|
128
128
|
/**
|
|
@@ -133,7 +133,7 @@ export class Dss {
|
|
|
133
133
|
getCert(i) {
|
|
134
134
|
try {
|
|
135
135
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
136
|
-
wasm.
|
|
136
|
+
wasm.dss_getCert(retptr, this.__wbg_ptr, i);
|
|
137
137
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
138
138
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
139
139
|
let v1;
|
|
@@ -154,7 +154,7 @@ export class Dss {
|
|
|
154
154
|
getCrl(i) {
|
|
155
155
|
try {
|
|
156
156
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
157
|
-
wasm.
|
|
157
|
+
wasm.dss_getCrl(retptr, this.__wbg_ptr, i);
|
|
158
158
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
159
159
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
160
160
|
let v1;
|
|
@@ -175,7 +175,7 @@ export class Dss {
|
|
|
175
175
|
getOcsp(i) {
|
|
176
176
|
try {
|
|
177
177
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
178
|
-
wasm.
|
|
178
|
+
wasm.dss_getOcsp(retptr, this.__wbg_ptr, i);
|
|
179
179
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
180
180
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
181
181
|
let v1;
|
|
@@ -193,7 +193,7 @@ export class Dss {
|
|
|
193
193
|
* @returns {number}
|
|
194
194
|
*/
|
|
195
195
|
get ocspCount() {
|
|
196
|
-
const ret = wasm.
|
|
196
|
+
const ret = wasm.dss_ocspCount(this.__wbg_ptr);
|
|
197
197
|
return ret >>> 0;
|
|
198
198
|
}
|
|
199
199
|
/**
|
|
@@ -203,7 +203,7 @@ export class Dss {
|
|
|
203
203
|
get vri() {
|
|
204
204
|
try {
|
|
205
205
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
206
|
-
wasm.
|
|
206
|
+
wasm.dss_vri(retptr, this.__wbg_ptr);
|
|
207
207
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
208
208
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
209
209
|
var v1 = getArrayJsValueFromWasm0(r0, r1).slice();
|
|
@@ -262,7 +262,7 @@ export class RevocationMaterial {
|
|
|
262
262
|
addCert(der) {
|
|
263
263
|
const ptr0 = passArray8ToWasm0(der, wasm.__wbindgen_export);
|
|
264
264
|
const len0 = WASM_VECTOR_LEN;
|
|
265
|
-
wasm.
|
|
265
|
+
wasm.revocationmaterial_addCert(this.__wbg_ptr, ptr0, len0);
|
|
266
266
|
}
|
|
267
267
|
/**
|
|
268
268
|
* Add a DER CRL.
|
|
@@ -271,7 +271,7 @@ export class RevocationMaterial {
|
|
|
271
271
|
addCrl(der) {
|
|
272
272
|
const ptr0 = passArray8ToWasm0(der, wasm.__wbindgen_export);
|
|
273
273
|
const len0 = WASM_VECTOR_LEN;
|
|
274
|
-
wasm.
|
|
274
|
+
wasm.revocationmaterial_addCrl(this.__wbg_ptr, ptr0, len0);
|
|
275
275
|
}
|
|
276
276
|
/**
|
|
277
277
|
* Add a DER OCSP response.
|
|
@@ -280,13 +280,13 @@ export class RevocationMaterial {
|
|
|
280
280
|
addOcsp(der) {
|
|
281
281
|
const ptr0 = passArray8ToWasm0(der, wasm.__wbindgen_export);
|
|
282
282
|
const len0 = WASM_VECTOR_LEN;
|
|
283
|
-
wasm.
|
|
283
|
+
wasm.revocationmaterial_addOcsp(this.__wbg_ptr, ptr0, len0);
|
|
284
284
|
}
|
|
285
285
|
/**
|
|
286
286
|
* Create an empty revocation-material set.
|
|
287
287
|
*/
|
|
288
288
|
constructor() {
|
|
289
|
-
const ret = wasm.
|
|
289
|
+
const ret = wasm.revocationmaterial_new();
|
|
290
290
|
this.__wbg_ptr = ret;
|
|
291
291
|
RevocationMaterialFinalization.register(this, this.__wbg_ptr, this);
|
|
292
292
|
return this;
|
|
@@ -6569,11 +6569,11 @@ export function splitByBookmarks(src_bytes, title_prefix, ignore_case, level, in
|
|
|
6569
6569
|
function __wbg_get_imports() {
|
|
6570
6570
|
const import0 = {
|
|
6571
6571
|
__proto__: null,
|
|
6572
|
-
|
|
6572
|
+
__wbg_Error_ef53bc310eb298a0: function(arg0, arg1) {
|
|
6573
6573
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
6574
6574
|
return addHeapObject(ret);
|
|
6575
6575
|
},
|
|
6576
|
-
|
|
6576
|
+
__wbg_Number_6b506e6536831eaa: function(arg0) {
|
|
6577
6577
|
const ret = Number(getObject(arg0));
|
|
6578
6578
|
return ret;
|
|
6579
6579
|
},
|
|
@@ -6584,68 +6584,68 @@ function __wbg_get_imports() {
|
|
|
6584
6584
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
6585
6585
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
6586
6586
|
},
|
|
6587
|
-
|
|
6587
|
+
__wbg___wbindgen_bigint_get_as_i64_38130e98eecd467d: function(arg0, arg1) {
|
|
6588
6588
|
const v = getObject(arg1);
|
|
6589
6589
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
6590
6590
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
6591
6591
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
6592
6592
|
},
|
|
6593
|
-
|
|
6593
|
+
__wbg___wbindgen_boolean_get_1a45e2c38d4d41b9: function(arg0) {
|
|
6594
6594
|
const v = getObject(arg0);
|
|
6595
6595
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
6596
6596
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
6597
6597
|
},
|
|
6598
|
-
|
|
6598
|
+
__wbg___wbindgen_debug_string_0accd80f45e5faa2: function(arg0, arg1) {
|
|
6599
6599
|
const ret = debugString(getObject(arg1));
|
|
6600
6600
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
6601
6601
|
const len1 = WASM_VECTOR_LEN;
|
|
6602
6602
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
6603
6603
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
6604
6604
|
},
|
|
6605
|
-
|
|
6605
|
+
__wbg___wbindgen_in_70a403a56e771704: function(arg0, arg1) {
|
|
6606
6606
|
const ret = getObject(arg0) in getObject(arg1);
|
|
6607
6607
|
return ret;
|
|
6608
6608
|
},
|
|
6609
|
-
|
|
6609
|
+
__wbg___wbindgen_is_bigint_6ffd6468a9bc44b9: function(arg0) {
|
|
6610
6610
|
const ret = typeof(getObject(arg0)) === 'bigint';
|
|
6611
6611
|
return ret;
|
|
6612
6612
|
},
|
|
6613
|
-
|
|
6613
|
+
__wbg___wbindgen_is_function_754e9f305ff6029e: function(arg0) {
|
|
6614
6614
|
const ret = typeof(getObject(arg0)) === 'function';
|
|
6615
6615
|
return ret;
|
|
6616
6616
|
},
|
|
6617
|
-
|
|
6617
|
+
__wbg___wbindgen_is_null_87c3bfe968c6a5ad: function(arg0) {
|
|
6618
6618
|
const ret = getObject(arg0) === null;
|
|
6619
6619
|
return ret;
|
|
6620
6620
|
},
|
|
6621
|
-
|
|
6621
|
+
__wbg___wbindgen_is_object_56732c2bc353f41d: function(arg0) {
|
|
6622
6622
|
const val = getObject(arg0);
|
|
6623
6623
|
const ret = typeof(val) === 'object' && val !== null;
|
|
6624
6624
|
return ret;
|
|
6625
6625
|
},
|
|
6626
|
-
|
|
6626
|
+
__wbg___wbindgen_is_string_c236cabd84a4d769: function(arg0) {
|
|
6627
6627
|
const ret = typeof(getObject(arg0)) === 'string';
|
|
6628
6628
|
return ret;
|
|
6629
6629
|
},
|
|
6630
|
-
|
|
6630
|
+
__wbg___wbindgen_is_undefined_67b456be8673d3d7: function(arg0) {
|
|
6631
6631
|
const ret = getObject(arg0) === undefined;
|
|
6632
6632
|
return ret;
|
|
6633
6633
|
},
|
|
6634
|
-
|
|
6634
|
+
__wbg___wbindgen_jsval_eq_1068e624fa87f6ab: function(arg0, arg1) {
|
|
6635
6635
|
const ret = getObject(arg0) === getObject(arg1);
|
|
6636
6636
|
return ret;
|
|
6637
6637
|
},
|
|
6638
|
-
|
|
6638
|
+
__wbg___wbindgen_jsval_loose_eq_2c56564c75129511: function(arg0, arg1) {
|
|
6639
6639
|
const ret = getObject(arg0) == getObject(arg1);
|
|
6640
6640
|
return ret;
|
|
6641
6641
|
},
|
|
6642
|
-
|
|
6642
|
+
__wbg___wbindgen_number_get_9bb1761122181af2: function(arg0, arg1) {
|
|
6643
6643
|
const obj = getObject(arg1);
|
|
6644
6644
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
6645
6645
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
6646
6646
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
6647
6647
|
},
|
|
6648
|
-
|
|
6648
|
+
__wbg___wbindgen_string_get_72bdf95d3ae505b1: function(arg0, arg1) {
|
|
6649
6649
|
const obj = getObject(arg1);
|
|
6650
6650
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
6651
6651
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
@@ -6653,20 +6653,23 @@ function __wbg_get_imports() {
|
|
|
6653
6653
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
6654
6654
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
6655
6655
|
},
|
|
6656
|
-
|
|
6656
|
+
__wbg___wbindgen_throw_1506f2235d1bdba0: function(arg0, arg1) {
|
|
6657
6657
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
6658
6658
|
},
|
|
6659
|
-
|
|
6659
|
+
__wbg_call_8a89609d89f6608a: function() { return handleError(function (arg0, arg1) {
|
|
6660
6660
|
const ret = getObject(arg0).call(getObject(arg1));
|
|
6661
6661
|
return addHeapObject(ret);
|
|
6662
6662
|
}, arguments); },
|
|
6663
|
-
|
|
6663
|
+
__wbg_debug_6d96d354ecb8cdb3: function(arg0, arg1, arg2, arg3) {
|
|
6664
6664
|
console.debug(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
6665
6665
|
},
|
|
6666
|
-
|
|
6666
|
+
__wbg_done_60cf307fcc680536: function(arg0) {
|
|
6667
6667
|
const ret = getObject(arg0).done;
|
|
6668
6668
|
return ret;
|
|
6669
6669
|
},
|
|
6670
|
+
__wbg_error_9ad1450feb5d541d: function(arg0, arg1, arg2, arg3) {
|
|
6671
|
+
console.error(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
6672
|
+
},
|
|
6670
6673
|
__wbg_error_a6fa202b58aa1cd3: function(arg0, arg1) {
|
|
6671
6674
|
let deferred0_0;
|
|
6672
6675
|
let deferred0_1;
|
|
@@ -6678,40 +6681,37 @@ function __wbg_get_imports() {
|
|
|
6678
6681
|
wasm.__wbindgen_export4(deferred0_0, deferred0_1, 1);
|
|
6679
6682
|
}
|
|
6680
6683
|
},
|
|
6681
|
-
|
|
6682
|
-
console.error(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
6683
|
-
},
|
|
6684
|
-
__wbg_fromCodePoint_a42ea1d19a55f2d5: function() { return handleError(function (arg0) {
|
|
6684
|
+
__wbg_fromCodePoint_5c5781da87ec0bc3: function() { return handleError(function (arg0) {
|
|
6685
6685
|
const ret = String.fromCodePoint(arg0 >>> 0);
|
|
6686
6686
|
return addHeapObject(ret);
|
|
6687
6687
|
}, arguments); },
|
|
6688
|
-
|
|
6688
|
+
__wbg_from_d300fe49deab18f5: function(arg0) {
|
|
6689
6689
|
const ret = Array.from(getObject(arg0));
|
|
6690
6690
|
return addHeapObject(ret);
|
|
6691
6691
|
},
|
|
6692
6692
|
__wbg_getRandomValues_76dfc69825c9c552: function() { return handleError(function (arg0, arg1) {
|
|
6693
6693
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
6694
6694
|
}, arguments); },
|
|
6695
|
-
|
|
6695
|
+
__wbg_getRandomValues_8aa3112c6615eef6: function() { return handleError(function (arg0, arg1) {
|
|
6696
6696
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
6697
6697
|
}, arguments); },
|
|
6698
|
-
|
|
6698
|
+
__wbg_getTime_00b3f7db575e4ef5: function(arg0) {
|
|
6699
6699
|
const ret = getObject(arg0).getTime();
|
|
6700
6700
|
return ret;
|
|
6701
6701
|
},
|
|
6702
|
-
|
|
6702
|
+
__wbg_getTimezoneOffset_08e2892156231088: function(arg0) {
|
|
6703
6703
|
const ret = getObject(arg0).getTimezoneOffset();
|
|
6704
6704
|
return ret;
|
|
6705
6705
|
},
|
|
6706
|
-
|
|
6706
|
+
__wbg_get_1f8f054ddbaa7db2: function() { return handleError(function (arg0, arg1) {
|
|
6707
6707
|
const ret = Reflect.get(getObject(arg0), getObject(arg1));
|
|
6708
6708
|
return addHeapObject(ret);
|
|
6709
6709
|
}, arguments); },
|
|
6710
|
-
|
|
6710
|
+
__wbg_get_2b48c7d0d006a781: function(arg0, arg1) {
|
|
6711
6711
|
const ret = getObject(arg0)[arg1 >>> 0];
|
|
6712
6712
|
return addHeapObject(ret);
|
|
6713
6713
|
},
|
|
6714
|
-
|
|
6714
|
+
__wbg_get_unchecked_33f6e5c9e2f2d6b2: function(arg0, arg1) {
|
|
6715
6715
|
const ret = getObject(arg0)[arg1 >>> 0];
|
|
6716
6716
|
return addHeapObject(ret);
|
|
6717
6717
|
},
|
|
@@ -6719,10 +6719,10 @@ function __wbg_get_imports() {
|
|
|
6719
6719
|
const ret = getObject(arg0)[getObject(arg1)];
|
|
6720
6720
|
return addHeapObject(ret);
|
|
6721
6721
|
},
|
|
6722
|
-
|
|
6722
|
+
__wbg_info_5cfb3f6c22c53cf9: function(arg0, arg1, arg2, arg3) {
|
|
6723
6723
|
console.info(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
6724
6724
|
},
|
|
6725
|
-
|
|
6725
|
+
__wbg_instanceof_ArrayBuffer_8f49811467741499: function(arg0) {
|
|
6726
6726
|
let result;
|
|
6727
6727
|
try {
|
|
6728
6728
|
result = getObject(arg0) instanceof ArrayBuffer;
|
|
@@ -6732,7 +6732,7 @@ function __wbg_get_imports() {
|
|
|
6732
6732
|
const ret = result;
|
|
6733
6733
|
return ret;
|
|
6734
6734
|
},
|
|
6735
|
-
|
|
6735
|
+
__wbg_instanceof_Uint8Array_86f30649f63ef9c2: function(arg0) {
|
|
6736
6736
|
let result;
|
|
6737
6737
|
try {
|
|
6738
6738
|
result = getObject(arg0) instanceof Uint8Array;
|
|
@@ -6742,38 +6742,30 @@ function __wbg_get_imports() {
|
|
|
6742
6742
|
const ret = result;
|
|
6743
6743
|
return ret;
|
|
6744
6744
|
},
|
|
6745
|
-
|
|
6745
|
+
__wbg_isArray_67c2c9c4313f4448: function(arg0) {
|
|
6746
6746
|
const ret = Array.isArray(getObject(arg0));
|
|
6747
6747
|
return ret;
|
|
6748
6748
|
},
|
|
6749
|
-
|
|
6749
|
+
__wbg_isSafeInteger_66acec27e09e99a7: function(arg0) {
|
|
6750
6750
|
const ret = Number.isSafeInteger(getObject(arg0));
|
|
6751
6751
|
return ret;
|
|
6752
6752
|
},
|
|
6753
|
-
|
|
6753
|
+
__wbg_iterator_8732428d309e270e: function() {
|
|
6754
6754
|
const ret = Symbol.iterator;
|
|
6755
6755
|
return addHeapObject(ret);
|
|
6756
6756
|
},
|
|
6757
|
-
|
|
6757
|
+
__wbg_length_4a591ecaa01354d9: function(arg0) {
|
|
6758
6758
|
const ret = getObject(arg0).length;
|
|
6759
6759
|
return ret;
|
|
6760
6760
|
},
|
|
6761
|
-
|
|
6761
|
+
__wbg_length_66f1a4b2e9026940: function(arg0) {
|
|
6762
6762
|
const ret = getObject(arg0).length;
|
|
6763
6763
|
return ret;
|
|
6764
6764
|
},
|
|
6765
|
-
|
|
6765
|
+
__wbg_log_d5e0f90a3ac097e3: function(arg0, arg1, arg2, arg3) {
|
|
6766
6766
|
console.log(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
6767
6767
|
},
|
|
6768
|
-
|
|
6769
|
-
const ret = new Object();
|
|
6770
|
-
return addHeapObject(ret);
|
|
6771
|
-
},
|
|
6772
|
-
__wbg_new_070df68d66325372: function() {
|
|
6773
|
-
const ret = new Map();
|
|
6774
|
-
return addHeapObject(ret);
|
|
6775
|
-
},
|
|
6776
|
-
__wbg_new_0_2722fcdb71a888a6: function() {
|
|
6768
|
+
__wbg_new_0_445c13a750296eb6: function() {
|
|
6777
6769
|
const ret = new Date();
|
|
6778
6770
|
return addHeapObject(ret);
|
|
6779
6771
|
},
|
|
@@ -6781,50 +6773,58 @@ function __wbg_get_imports() {
|
|
|
6781
6773
|
const ret = new Error();
|
|
6782
6774
|
return addHeapObject(ret);
|
|
6783
6775
|
},
|
|
6784
|
-
|
|
6785
|
-
const ret = new
|
|
6776
|
+
__wbg_new_578aeef4b6b94378: function(arg0) {
|
|
6777
|
+
const ret = new Uint8Array(getObject(arg0));
|
|
6786
6778
|
return addHeapObject(ret);
|
|
6787
6779
|
},
|
|
6788
|
-
|
|
6789
|
-
const ret = new
|
|
6780
|
+
__wbg_new_622fc80556be2e26: function() {
|
|
6781
|
+
const ret = new Map();
|
|
6790
6782
|
return addHeapObject(ret);
|
|
6791
6783
|
},
|
|
6792
|
-
|
|
6784
|
+
__wbg_new_6d75fd236f920a62: function(arg0) {
|
|
6793
6785
|
const ret = new Date(getObject(arg0));
|
|
6794
6786
|
return addHeapObject(ret);
|
|
6795
6787
|
},
|
|
6796
|
-
|
|
6788
|
+
__wbg_new_ce1ab61c1c2b300d: function() {
|
|
6789
|
+
const ret = new Object();
|
|
6790
|
+
return addHeapObject(ret);
|
|
6791
|
+
},
|
|
6792
|
+
__wbg_new_d90091b82fdf5b91: function() {
|
|
6793
|
+
const ret = new Array();
|
|
6794
|
+
return addHeapObject(ret);
|
|
6795
|
+
},
|
|
6796
|
+
__wbg_new_from_slice_18fa1f71286d66b8: function(arg0, arg1) {
|
|
6797
6797
|
const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
|
|
6798
6798
|
return addHeapObject(ret);
|
|
6799
6799
|
},
|
|
6800
|
-
|
|
6800
|
+
__wbg_next_9e03acdf51c4960d: function(arg0) {
|
|
6801
6801
|
const ret = getObject(arg0).next;
|
|
6802
6802
|
return addHeapObject(ret);
|
|
6803
6803
|
},
|
|
6804
|
-
|
|
6804
|
+
__wbg_next_eb8ca7351fa27906: function() { return handleError(function (arg0) {
|
|
6805
6805
|
const ret = getObject(arg0).next();
|
|
6806
6806
|
return addHeapObject(ret);
|
|
6807
6807
|
}, arguments); },
|
|
6808
|
-
|
|
6808
|
+
__wbg_prototypesetcall_3249fc62a0fafa30: function(arg0, arg1, arg2) {
|
|
6809
6809
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), getObject(arg2));
|
|
6810
6810
|
},
|
|
6811
|
-
|
|
6811
|
+
__wbg_push_a6822215aa43e71c: function(arg0, arg1) {
|
|
6812
6812
|
const ret = getObject(arg0).push(getObject(arg1));
|
|
6813
6813
|
return ret;
|
|
6814
6814
|
},
|
|
6815
|
+
__wbg_set_52b1e1eb5bed906a: function(arg0, arg1, arg2) {
|
|
6816
|
+
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
6817
|
+
return addHeapObject(ret);
|
|
6818
|
+
},
|
|
6815
6819
|
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
6816
6820
|
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
|
|
6817
6821
|
},
|
|
6818
|
-
|
|
6819
|
-
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
6820
|
-
},
|
|
6821
|
-
__wbg_set_a0e911be3da02782: function() { return handleError(function (arg0, arg1, arg2) {
|
|
6822
|
+
__wbg_set_6e30c9374c26414c: function() { return handleError(function (arg0, arg1, arg2) {
|
|
6822
6823
|
const ret = Reflect.set(getObject(arg0), getObject(arg1), getObject(arg2));
|
|
6823
6824
|
return ret;
|
|
6824
6825
|
}, arguments); },
|
|
6825
|
-
|
|
6826
|
-
|
|
6827
|
-
return addHeapObject(ret);
|
|
6826
|
+
__wbg_set_dca99999bba88a9a: function(arg0, arg1, arg2) {
|
|
6827
|
+
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
6828
6828
|
},
|
|
6829
6829
|
__wbg_stack_3b0d974bbf31e44f: function(arg0, arg1) {
|
|
6830
6830
|
const ret = getObject(arg1).stack;
|
|
@@ -6833,11 +6833,11 @@ function __wbg_get_imports() {
|
|
|
6833
6833
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
6834
6834
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
6835
6835
|
},
|
|
6836
|
-
|
|
6836
|
+
__wbg_value_f3625092ee4b37f4: function(arg0) {
|
|
6837
6837
|
const ret = getObject(arg0).value;
|
|
6838
6838
|
return addHeapObject(ret);
|
|
6839
6839
|
},
|
|
6840
|
-
|
|
6840
|
+
__wbg_warn_c49a7a9581bf8bea: function(arg0, arg1, arg2, arg3) {
|
|
6841
6841
|
console.warn(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
6842
6842
|
},
|
|
6843
6843
|
__wbg_wasmsignature_new: function(arg0) {
|
|
@@ -6878,21 +6878,27 @@ function __wbg_get_imports() {
|
|
|
6878
6878
|
};
|
|
6879
6879
|
}
|
|
6880
6880
|
|
|
6881
|
-
const WasmArtifactFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6882
|
-
? { register: () => {}, unregister: () => {} }
|
|
6883
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_wasmartifact_free(ptr, 1));
|
|
6884
6881
|
const ArtifactStyleFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6885
6882
|
? { register: () => {}, unregister: () => {} }
|
|
6886
6883
|
: new FinalizationRegistry(ptr => wasm.__wbg_artifactstyle_free(ptr, 1));
|
|
6884
|
+
const DssFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6885
|
+
? { register: () => {}, unregister: () => {} }
|
|
6886
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_dss_free(ptr, 1));
|
|
6887
|
+
const RevocationMaterialFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6888
|
+
? { register: () => {}, unregister: () => {} }
|
|
6889
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_revocationmaterial_free(ptr, 1));
|
|
6890
|
+
const StreamingTableFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6891
|
+
? { register: () => {}, unregister: () => {} }
|
|
6892
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_streamingtable_free(ptr, 1));
|
|
6893
|
+
const WasmArtifactFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6894
|
+
? { register: () => {}, unregister: () => {} }
|
|
6895
|
+
: new FinalizationRegistry(ptr => wasm.__wbg_wasmartifact_free(ptr, 1));
|
|
6887
6896
|
const WasmCertificateFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6888
6897
|
? { register: () => {}, unregister: () => {} }
|
|
6889
6898
|
: new FinalizationRegistry(ptr => wasm.__wbg_wasmcertificate_free(ptr, 1));
|
|
6890
6899
|
const WasmDocumentBuilderFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6891
6900
|
? { register: () => {}, unregister: () => {} }
|
|
6892
6901
|
: new FinalizationRegistry(ptr => wasm.__wbg_wasmdocumentbuilder_free(ptr, 1));
|
|
6893
|
-
const DssFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6894
|
-
? { register: () => {}, unregister: () => {} }
|
|
6895
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_dss_free(ptr, 1));
|
|
6896
6902
|
const WasmEmbeddedFontFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6897
6903
|
? { register: () => {}, unregister: () => {} }
|
|
6898
6904
|
: new FinalizationRegistry(ptr => wasm.__wbg_wasmembeddedfont_free(ptr, 1));
|
|
@@ -6923,15 +6929,9 @@ const WasmPdfDocumentFinalization = (typeof FinalizationRegistry === 'undefined'
|
|
|
6923
6929
|
const WasmPdfPageRegionFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6924
6930
|
? { register: () => {}, unregister: () => {} }
|
|
6925
6931
|
: new FinalizationRegistry(ptr => wasm.__wbg_wasmpdfpageregion_free(ptr, 1));
|
|
6926
|
-
const RevocationMaterialFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6927
|
-
? { register: () => {}, unregister: () => {} }
|
|
6928
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_revocationmaterial_free(ptr, 1));
|
|
6929
6932
|
const WasmSignatureFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6930
6933
|
? { register: () => {}, unregister: () => {} }
|
|
6931
6934
|
: new FinalizationRegistry(ptr => wasm.__wbg_wasmsignature_free(ptr, 1));
|
|
6932
|
-
const StreamingTableFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6933
|
-
? { register: () => {}, unregister: () => {} }
|
|
6934
|
-
: new FinalizationRegistry(ptr => wasm.__wbg_streamingtable_free(ptr, 1));
|
|
6935
6935
|
const WasmTimestampFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
6936
6936
|
? { register: () => {}, unregister: () => {} }
|
|
6937
6937
|
: new FinalizationRegistry(ptr => wasm.__wbg_wasmtimestamp_free(ptr, 1));
|
package/web/pdf_oxide_bg.wasm
CHANGED
|
Binary file
|