@imferno/wasm 3.0.2-beta.e22f849 → 3.0.2-beta.ead4fd5
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/codes.d.ts +6 -18
- package/codes.js +6 -18
- package/imferno_wasm.js +52 -52
- package/imferno_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/codes.d.ts
CHANGED
|
@@ -9,6 +9,9 @@ export declare const codes: {
|
|
|
9
9
|
readonly ParseError: "ST377-1:2011:5/ParseError";
|
|
10
10
|
readonly NoEssenceContainers: "ST377-1:2011:11/NoEssenceContainers";
|
|
11
11
|
readonly OP1a: "ST377-1:2011:7/OP1a";
|
|
12
|
+
readonly NonHeaderFirstPartition: "ST377-1:2011:6.4/NonHeaderFirstPartition";
|
|
13
|
+
readonly HeaderPartitionOpen: "ST377-1:2011:8.3.3/HeaderPartitionOpen";
|
|
14
|
+
readonly MissingHeaderMetadata: "ST377-1:2011:8.3.3/MissingHeaderMetadata";
|
|
12
15
|
};
|
|
13
16
|
readonly ST2067_2_2020: {
|
|
14
17
|
readonly AssetMap: "ST2067-2:2020:7/AssetMap";
|
|
@@ -22,6 +25,9 @@ export declare const codes: {
|
|
|
22
25
|
readonly DuplicateUuid: "ST2067-2:2020:7/DuplicateUuid";
|
|
23
26
|
readonly IoError: "IMF:General/IoError";
|
|
24
27
|
readonly EssenceDescriptorList: "ST2067-2:2020:6.4.2/EssenceDescriptorList";
|
|
28
|
+
readonly PklUnknownNamespace: "ST2067-2:2020:9/PklUnknownNamespace";
|
|
29
|
+
readonly AssetMapHasNoPackingList: "ST429-9:2014:6.3/AssetMapHasNoPackingList";
|
|
30
|
+
readonly PklIdNotInAssetMap: "ST429-9:2014:6.3/PklIdNotInAssetMap";
|
|
25
31
|
};
|
|
26
32
|
readonly ST2067_2_2013_Core: {
|
|
27
33
|
readonly ResourceListEmpty: "ST2067-2:2013:XSD/ResourceList-Empty";
|
|
@@ -175,22 +181,6 @@ export declare const codes: {
|
|
|
175
181
|
readonly ContentVersionIdDuplicate: "ST2067-3:2016:6.1.9/ContentVersionIdDuplicate";
|
|
176
182
|
readonly SegmentDurationIntegerEditUnits: "ST2067-3:2016:7.3/SegmentDurationIntegerEditUnits";
|
|
177
183
|
};
|
|
178
|
-
readonly ST2067_3_2020: {
|
|
179
|
-
readonly ContentKindUnknown: "ST2067-3:2020:5.5.1.2/ContentKindUnknown";
|
|
180
|
-
readonly SourceEncodingNoEssenceDescriptorList: "ST2067-3:2020:6.4.2/SourceEncodingNoEssenceDescriptorList";
|
|
181
|
-
readonly SourceEncodingUnresolved: "ST2067-3:2020:6.4.2/SourceEncodingUnresolved";
|
|
182
|
-
readonly EssenceDescriptorListEmpty: "ST2067-3:2020:6.4.2/EssenceDescriptorListEmpty";
|
|
183
|
-
readonly ContentVersionListEmpty: "ST2067-3:2020:6.11/ContentVersionListEmpty";
|
|
184
|
-
readonly ContentVersionIdInvalid: "ST2067-3:2020:6.11/ContentVersionIdInvalid";
|
|
185
|
-
readonly ContentVersionLabelTextMissing: "ST2067-3:2020:6.11/ContentVersionLabelTextMissing";
|
|
186
|
-
readonly LocaleLanguageTagInvalid: "ST2067-3:2020:6.12/LocaleLanguageTagInvalid";
|
|
187
|
-
readonly TrackIdNotUnique: "ST2067-3:2020:7.3/TrackIdNotUnique";
|
|
188
|
-
readonly MarkerOffsetOutOfRange: "ST2067-3:2020:7.4/MarkerOffsetOutOfRange";
|
|
189
|
-
readonly MarkerLabelUnknown: "ST2067-3:2020:7.4/MarkerLabelUnknown";
|
|
190
|
-
readonly SegmentDuration: "ST2067-3:2020:7.2.2/SegmentDuration";
|
|
191
|
-
readonly ContentVersionIdDuplicate: "ST2067-3:2020:6.1.9/ContentVersionIdDuplicate";
|
|
192
|
-
readonly SegmentDurationIntegerEditUnits: "ST2067-3:2020:7.3/SegmentDurationIntegerEditUnits";
|
|
193
|
-
};
|
|
194
184
|
readonly ST2067_9_2018: {
|
|
195
185
|
readonly MalformedXml: "ST2067-9:2018:6.1/MalformedXml";
|
|
196
186
|
readonly SidecarAssetReferencedByVirtualTrack: "ST2067-9:2018:5/SidecarAssetReferencedByVirtualTrack";
|
|
@@ -299,7 +289,6 @@ export declare const codes: {
|
|
|
299
289
|
readonly MCATagNameInvalid: "ST2067-201:2019:5.9/MCATagNameInvalid";
|
|
300
290
|
readonly MCALabelDictionaryIDMissing: "ST2067-201:2019:5.9/MCALabelDictionaryIDMissing";
|
|
301
291
|
readonly MCALabelDictionaryIDInvalid: "ST2067-201:2019:5.9/MCALabelDictionaryIDInvalid";
|
|
302
|
-
readonly MainAudioMissing: "ST2067-201:2019:6.2/MainAudioMissing";
|
|
303
292
|
readonly IABSequenceNoResources: "ST2067-201:2019:6.2/IABSequenceNoResources";
|
|
304
293
|
readonly IABSequenceSourceEncodingInvalid: "ST2067-201:2019:6.2/IABSequenceSourceEncodingInvalid";
|
|
305
294
|
};
|
|
@@ -322,7 +311,6 @@ export declare const codes: {
|
|
|
322
311
|
readonly MCATagNameInvalid: "ST2067-201:2021:5.9/MCATagNameInvalid";
|
|
323
312
|
readonly MCALabelDictionaryIDMissing: "ST2067-201:2021:5.9/MCALabelDictionaryIDMissing";
|
|
324
313
|
readonly MCALabelDictionaryIDInvalid: "ST2067-201:2021:5.9/MCALabelDictionaryIDInvalid";
|
|
325
|
-
readonly MainAudioMissing: "ST2067-201:2021:6.2/MainAudioMissing";
|
|
326
314
|
readonly IABSequenceNoResources: "ST2067-201:2021:6.2/IABSequenceNoResources";
|
|
327
315
|
readonly IABSequenceSourceEncodingInvalid: "ST2067-201:2021:6.2/IABSequenceSourceEncodingInvalid";
|
|
328
316
|
};
|
package/codes.js
CHANGED
|
@@ -9,6 +9,9 @@ export const codes = {
|
|
|
9
9
|
ParseError: "ST377-1:2011:5/ParseError",
|
|
10
10
|
NoEssenceContainers: "ST377-1:2011:11/NoEssenceContainers",
|
|
11
11
|
OP1a: "ST377-1:2011:7/OP1a",
|
|
12
|
+
NonHeaderFirstPartition: "ST377-1:2011:6.4/NonHeaderFirstPartition",
|
|
13
|
+
HeaderPartitionOpen: "ST377-1:2011:8.3.3/HeaderPartitionOpen",
|
|
14
|
+
MissingHeaderMetadata: "ST377-1:2011:8.3.3/MissingHeaderMetadata",
|
|
12
15
|
},
|
|
13
16
|
ST2067_2_2020: {
|
|
14
17
|
AssetMap: "ST2067-2:2020:7/AssetMap",
|
|
@@ -22,6 +25,9 @@ export const codes = {
|
|
|
22
25
|
DuplicateUuid: "ST2067-2:2020:7/DuplicateUuid",
|
|
23
26
|
IoError: "IMF:General/IoError",
|
|
24
27
|
EssenceDescriptorList: "ST2067-2:2020:6.4.2/EssenceDescriptorList",
|
|
28
|
+
PklUnknownNamespace: "ST2067-2:2020:9/PklUnknownNamespace",
|
|
29
|
+
AssetMapHasNoPackingList: "ST429-9:2014:6.3/AssetMapHasNoPackingList",
|
|
30
|
+
PklIdNotInAssetMap: "ST429-9:2014:6.3/PklIdNotInAssetMap",
|
|
25
31
|
},
|
|
26
32
|
ST2067_2_2013_Core: {
|
|
27
33
|
ResourceListEmpty: "ST2067-2:2013:XSD/ResourceList-Empty",
|
|
@@ -175,22 +181,6 @@ export const codes = {
|
|
|
175
181
|
ContentVersionIdDuplicate: "ST2067-3:2016:6.1.9/ContentVersionIdDuplicate",
|
|
176
182
|
SegmentDurationIntegerEditUnits: "ST2067-3:2016:7.3/SegmentDurationIntegerEditUnits",
|
|
177
183
|
},
|
|
178
|
-
ST2067_3_2020: {
|
|
179
|
-
ContentKindUnknown: "ST2067-3:2020:5.5.1.2/ContentKindUnknown",
|
|
180
|
-
SourceEncodingNoEssenceDescriptorList: "ST2067-3:2020:6.4.2/SourceEncodingNoEssenceDescriptorList",
|
|
181
|
-
SourceEncodingUnresolved: "ST2067-3:2020:6.4.2/SourceEncodingUnresolved",
|
|
182
|
-
EssenceDescriptorListEmpty: "ST2067-3:2020:6.4.2/EssenceDescriptorListEmpty",
|
|
183
|
-
ContentVersionListEmpty: "ST2067-3:2020:6.11/ContentVersionListEmpty",
|
|
184
|
-
ContentVersionIdInvalid: "ST2067-3:2020:6.11/ContentVersionIdInvalid",
|
|
185
|
-
ContentVersionLabelTextMissing: "ST2067-3:2020:6.11/ContentVersionLabelTextMissing",
|
|
186
|
-
LocaleLanguageTagInvalid: "ST2067-3:2020:6.12/LocaleLanguageTagInvalid",
|
|
187
|
-
TrackIdNotUnique: "ST2067-3:2020:7.3/TrackIdNotUnique",
|
|
188
|
-
MarkerOffsetOutOfRange: "ST2067-3:2020:7.4/MarkerOffsetOutOfRange",
|
|
189
|
-
MarkerLabelUnknown: "ST2067-3:2020:7.4/MarkerLabelUnknown",
|
|
190
|
-
SegmentDuration: "ST2067-3:2020:7.2.2/SegmentDuration",
|
|
191
|
-
ContentVersionIdDuplicate: "ST2067-3:2020:6.1.9/ContentVersionIdDuplicate",
|
|
192
|
-
SegmentDurationIntegerEditUnits: "ST2067-3:2020:7.3/SegmentDurationIntegerEditUnits",
|
|
193
|
-
},
|
|
194
184
|
ST2067_9_2018: {
|
|
195
185
|
MalformedXml: "ST2067-9:2018:6.1/MalformedXml",
|
|
196
186
|
SidecarAssetReferencedByVirtualTrack: "ST2067-9:2018:5/SidecarAssetReferencedByVirtualTrack",
|
|
@@ -299,7 +289,6 @@ export const codes = {
|
|
|
299
289
|
MCATagNameInvalid: "ST2067-201:2019:5.9/MCATagNameInvalid",
|
|
300
290
|
MCALabelDictionaryIDMissing: "ST2067-201:2019:5.9/MCALabelDictionaryIDMissing",
|
|
301
291
|
MCALabelDictionaryIDInvalid: "ST2067-201:2019:5.9/MCALabelDictionaryIDInvalid",
|
|
302
|
-
MainAudioMissing: "ST2067-201:2019:6.2/MainAudioMissing",
|
|
303
292
|
IABSequenceNoResources: "ST2067-201:2019:6.2/IABSequenceNoResources",
|
|
304
293
|
IABSequenceSourceEncodingInvalid: "ST2067-201:2019:6.2/IABSequenceSourceEncodingInvalid",
|
|
305
294
|
},
|
|
@@ -322,7 +311,6 @@ export const codes = {
|
|
|
322
311
|
MCATagNameInvalid: "ST2067-201:2021:5.9/MCATagNameInvalid",
|
|
323
312
|
MCALabelDictionaryIDMissing: "ST2067-201:2021:5.9/MCALabelDictionaryIDMissing",
|
|
324
313
|
MCALabelDictionaryIDInvalid: "ST2067-201:2021:5.9/MCALabelDictionaryIDInvalid",
|
|
325
|
-
MainAudioMissing: "ST2067-201:2021:6.2/MainAudioMissing",
|
|
326
314
|
IABSequenceNoResources: "ST2067-201:2021:6.2/IABSequenceNoResources",
|
|
327
315
|
IABSequenceSourceEncodingInvalid: "ST2067-201:2021:6.2/IABSequenceSourceEncodingInvalid",
|
|
328
316
|
},
|
package/imferno_wasm.js
CHANGED
|
@@ -113,11 +113,11 @@ export function validate(files, options) {
|
|
|
113
113
|
function __wbg_get_imports() {
|
|
114
114
|
const import0 = {
|
|
115
115
|
__proto__: null,
|
|
116
|
-
|
|
116
|
+
__wbg_Error_92b29b0548f8b746: function(arg0, arg1) {
|
|
117
117
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
118
118
|
return ret;
|
|
119
119
|
},
|
|
120
|
-
|
|
120
|
+
__wbg_Number_9a4e0ecb0fa16705: function(arg0) {
|
|
121
121
|
const ret = Number(arg0);
|
|
122
122
|
return ret;
|
|
123
123
|
},
|
|
@@ -128,68 +128,68 @@ function __wbg_get_imports() {
|
|
|
128
128
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
129
129
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
130
130
|
},
|
|
131
|
-
|
|
131
|
+
__wbg___wbindgen_bigint_get_as_i64_d968e41184ae354f: function(arg0, arg1) {
|
|
132
132
|
const v = arg1;
|
|
133
133
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
134
134
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
135
135
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
136
136
|
},
|
|
137
|
-
|
|
137
|
+
__wbg___wbindgen_boolean_get_fa956cfa2d1bd751: function(arg0) {
|
|
138
138
|
const v = arg0;
|
|
139
139
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
140
140
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
141
141
|
},
|
|
142
|
-
|
|
142
|
+
__wbg___wbindgen_debug_string_c25d447a39f5578f: function(arg0, arg1) {
|
|
143
143
|
const ret = debugString(arg1);
|
|
144
144
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
145
145
|
const len1 = WASM_VECTOR_LEN;
|
|
146
146
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
147
147
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
148
148
|
},
|
|
149
|
-
|
|
149
|
+
__wbg___wbindgen_in_aca499c5de7ff5e5: function(arg0, arg1) {
|
|
150
150
|
const ret = arg0 in arg1;
|
|
151
151
|
return ret;
|
|
152
152
|
},
|
|
153
|
-
|
|
153
|
+
__wbg___wbindgen_is_bigint_2f76dc55065b4273: function(arg0) {
|
|
154
154
|
const ret = typeof(arg0) === 'bigint';
|
|
155
155
|
return ret;
|
|
156
156
|
},
|
|
157
|
-
|
|
157
|
+
__wbg___wbindgen_is_function_1ff95bcc5517c252: function(arg0) {
|
|
158
158
|
const ret = typeof(arg0) === 'function';
|
|
159
159
|
return ret;
|
|
160
160
|
},
|
|
161
|
-
|
|
161
|
+
__wbg___wbindgen_is_null_ea9085d691f535d3: function(arg0) {
|
|
162
162
|
const ret = arg0 === null;
|
|
163
163
|
return ret;
|
|
164
164
|
},
|
|
165
|
-
|
|
165
|
+
__wbg___wbindgen_is_object_a27215656b807791: function(arg0) {
|
|
166
166
|
const val = arg0;
|
|
167
167
|
const ret = typeof(val) === 'object' && val !== null;
|
|
168
168
|
return ret;
|
|
169
169
|
},
|
|
170
|
-
|
|
170
|
+
__wbg___wbindgen_is_string_ea5e6cc2e4141dfe: function(arg0) {
|
|
171
171
|
const ret = typeof(arg0) === 'string';
|
|
172
172
|
return ret;
|
|
173
173
|
},
|
|
174
|
-
|
|
174
|
+
__wbg___wbindgen_is_undefined_c05833b95a3cf397: function(arg0) {
|
|
175
175
|
const ret = arg0 === undefined;
|
|
176
176
|
return ret;
|
|
177
177
|
},
|
|
178
|
-
|
|
178
|
+
__wbg___wbindgen_jsval_eq_e659fcf7b0e32763: function(arg0, arg1) {
|
|
179
179
|
const ret = arg0 === arg1;
|
|
180
180
|
return ret;
|
|
181
181
|
},
|
|
182
|
-
|
|
182
|
+
__wbg___wbindgen_jsval_loose_eq_db4c3b15f63fc170: function(arg0, arg1) {
|
|
183
183
|
const ret = arg0 == arg1;
|
|
184
184
|
return ret;
|
|
185
185
|
},
|
|
186
|
-
|
|
186
|
+
__wbg___wbindgen_number_get_394265ed1e1b84ee: function(arg0, arg1) {
|
|
187
187
|
const obj = arg1;
|
|
188
188
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
189
189
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
190
190
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
191
191
|
},
|
|
192
|
-
|
|
192
|
+
__wbg___wbindgen_string_get_b0ca35b86a603356: function(arg0, arg1) {
|
|
193
193
|
const obj = arg1;
|
|
194
194
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
195
195
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -197,34 +197,34 @@ function __wbg_get_imports() {
|
|
|
197
197
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
198
198
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
199
199
|
},
|
|
200
|
-
|
|
200
|
+
__wbg___wbindgen_throw_344f42d3211c4765: function(arg0, arg1) {
|
|
201
201
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
202
202
|
},
|
|
203
|
-
|
|
203
|
+
__wbg_call_8a2dd23819f8a60a: function() { return handleError(function (arg0, arg1) {
|
|
204
204
|
const ret = arg0.call(arg1);
|
|
205
205
|
return ret;
|
|
206
206
|
}, arguments); },
|
|
207
|
-
|
|
207
|
+
__wbg_done_89b2b13e91a60321: function(arg0) {
|
|
208
208
|
const ret = arg0.done;
|
|
209
209
|
return ret;
|
|
210
210
|
},
|
|
211
|
-
|
|
211
|
+
__wbg_entries_015dc610cd81ede0: function(arg0) {
|
|
212
212
|
const ret = Object.entries(arg0);
|
|
213
213
|
return ret;
|
|
214
214
|
},
|
|
215
|
-
|
|
215
|
+
__wbg_getTime_d6f070c088c9b5ed: function(arg0) {
|
|
216
216
|
const ret = arg0.getTime();
|
|
217
217
|
return ret;
|
|
218
218
|
},
|
|
219
|
-
|
|
219
|
+
__wbg_get_507a50627bffa49b: function(arg0, arg1) {
|
|
220
220
|
const ret = arg0[arg1 >>> 0];
|
|
221
221
|
return ret;
|
|
222
222
|
},
|
|
223
|
-
|
|
223
|
+
__wbg_get_c7eb1f358a7654df: function() { return handleError(function (arg0, arg1) {
|
|
224
224
|
const ret = Reflect.get(arg0, arg1);
|
|
225
225
|
return ret;
|
|
226
226
|
}, arguments); },
|
|
227
|
-
|
|
227
|
+
__wbg_get_unchecked_6e0ad6d2a41b06f6: function(arg0, arg1) {
|
|
228
228
|
const ret = arg0[arg1 >>> 0];
|
|
229
229
|
return ret;
|
|
230
230
|
},
|
|
@@ -232,7 +232,7 @@ function __wbg_get_imports() {
|
|
|
232
232
|
const ret = arg0[arg1];
|
|
233
233
|
return ret;
|
|
234
234
|
},
|
|
235
|
-
|
|
235
|
+
__wbg_instanceof_ArrayBuffer_4480b9e0068a8adb: function(arg0) {
|
|
236
236
|
let result;
|
|
237
237
|
try {
|
|
238
238
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -242,7 +242,7 @@ function __wbg_get_imports() {
|
|
|
242
242
|
const ret = result;
|
|
243
243
|
return ret;
|
|
244
244
|
},
|
|
245
|
-
|
|
245
|
+
__wbg_instanceof_Map_e5b5e3db98422fcc: function(arg0) {
|
|
246
246
|
let result;
|
|
247
247
|
try {
|
|
248
248
|
result = arg0 instanceof Map;
|
|
@@ -252,7 +252,7 @@ function __wbg_get_imports() {
|
|
|
252
252
|
const ret = result;
|
|
253
253
|
return ret;
|
|
254
254
|
},
|
|
255
|
-
|
|
255
|
+
__wbg_instanceof_Uint8Array_309b927aaf7a3fc7: function(arg0) {
|
|
256
256
|
let result;
|
|
257
257
|
try {
|
|
258
258
|
result = arg0 instanceof Uint8Array;
|
|
@@ -262,71 +262,71 @@ function __wbg_get_imports() {
|
|
|
262
262
|
const ret = result;
|
|
263
263
|
return ret;
|
|
264
264
|
},
|
|
265
|
-
|
|
265
|
+
__wbg_isArray_0677c962b281d01a: function(arg0) {
|
|
266
266
|
const ret = Array.isArray(arg0);
|
|
267
267
|
return ret;
|
|
268
268
|
},
|
|
269
|
-
|
|
269
|
+
__wbg_isSafeInteger_04f36e4056f1b851: function(arg0) {
|
|
270
270
|
const ret = Number.isSafeInteger(arg0);
|
|
271
271
|
return ret;
|
|
272
272
|
},
|
|
273
|
-
|
|
273
|
+
__wbg_iterator_6f722e4a93058b71: function() {
|
|
274
274
|
const ret = Symbol.iterator;
|
|
275
275
|
return ret;
|
|
276
276
|
},
|
|
277
|
-
|
|
277
|
+
__wbg_length_1f0964f4a5e2c6d8: function(arg0) {
|
|
278
278
|
const ret = arg0.length;
|
|
279
279
|
return ret;
|
|
280
280
|
},
|
|
281
|
-
|
|
281
|
+
__wbg_length_370319915dc99107: function(arg0) {
|
|
282
282
|
const ret = arg0.length;
|
|
283
283
|
return ret;
|
|
284
284
|
},
|
|
285
285
|
__wbg_log_9010caac6e5891c3: function(arg0, arg1) {
|
|
286
286
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
287
287
|
},
|
|
288
|
-
|
|
288
|
+
__wbg_new_0_3da9e97f24fc69be: function() {
|
|
289
289
|
const ret = new Date();
|
|
290
290
|
return ret;
|
|
291
291
|
},
|
|
292
|
-
|
|
293
|
-
const ret = new
|
|
292
|
+
__wbg_new_32b398fb48b6d94a: function() {
|
|
293
|
+
const ret = new Array();
|
|
294
294
|
return ret;
|
|
295
295
|
},
|
|
296
|
-
|
|
296
|
+
__wbg_new_7796ffc7ed656783: function() {
|
|
297
297
|
const ret = new Map();
|
|
298
298
|
return ret;
|
|
299
299
|
},
|
|
300
|
-
|
|
301
|
-
const ret = new Array();
|
|
302
|
-
return ret;
|
|
303
|
-
},
|
|
304
|
-
__wbg_new_81880fb5002cb255: function(arg0) {
|
|
300
|
+
__wbg_new_cd45aabdf6073e84: function(arg0) {
|
|
305
301
|
const ret = new Uint8Array(arg0);
|
|
306
302
|
return ret;
|
|
307
303
|
},
|
|
308
|
-
|
|
309
|
-
const ret =
|
|
304
|
+
__wbg_new_da52cf8fe3429cb2: function() {
|
|
305
|
+
const ret = new Object();
|
|
310
306
|
return ret;
|
|
311
|
-
},
|
|
312
|
-
|
|
307
|
+
},
|
|
308
|
+
__wbg_next_6dbf2c0ac8cde20f: function(arg0) {
|
|
313
309
|
const ret = arg0.next;
|
|
314
310
|
return ret;
|
|
315
311
|
},
|
|
316
|
-
|
|
312
|
+
__wbg_next_71f2aa1cb3d1e37e: function() { return handleError(function (arg0) {
|
|
313
|
+
const ret = arg0.next();
|
|
314
|
+
return ret;
|
|
315
|
+
}, arguments); },
|
|
316
|
+
__wbg_prototypesetcall_4770620bbe4688a0: function(arg0, arg1, arg2) {
|
|
317
317
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
318
318
|
},
|
|
319
|
-
|
|
320
|
-
arg0[arg1] = arg2;
|
|
321
|
-
},
|
|
322
|
-
__wbg_set_9a1d61e17de7054c: function(arg0, arg1, arg2) {
|
|
319
|
+
__wbg_set_575dd786d51585f8: function(arg0, arg1, arg2) {
|
|
323
320
|
const ret = arg0.set(arg1, arg2);
|
|
324
321
|
return ret;
|
|
325
322
|
},
|
|
326
|
-
|
|
323
|
+
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
324
|
+
arg0[arg1] = arg2;
|
|
325
|
+
},
|
|
326
|
+
__wbg_set_8a16b38e4805b298: function(arg0, arg1, arg2) {
|
|
327
327
|
arg0[arg1 >>> 0] = arg2;
|
|
328
328
|
},
|
|
329
|
-
|
|
329
|
+
__wbg_value_a5d5488a9589444a: function(arg0) {
|
|
330
330
|
const ret = arg0.value;
|
|
331
331
|
return ret;
|
|
332
332
|
},
|
package/imferno_wasm_bg.wasm
CHANGED
|
Binary file
|