@xyo-network/wasm 2.74.0 → 2.74.1

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.
Files changed (2) hide show
  1. package/dist/docs.json +2888 -0
  2. package/package.json +3 -3
package/dist/docs.json ADDED
@@ -0,0 +1,2888 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/wasm",
4
+ "variant": "project",
5
+ "kind": 1,
6
+ "flags": {},
7
+ "children": [
8
+ {
9
+ "id": 52,
10
+ "name": "WasmSupport",
11
+ "variant": "declaration",
12
+ "kind": 128,
13
+ "flags": {},
14
+ "children": [
15
+ {
16
+ "id": 56,
17
+ "name": "constructor",
18
+ "variant": "declaration",
19
+ "kind": 512,
20
+ "flags": {},
21
+ "sources": [
22
+ {
23
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
24
+ "line": 56,
25
+ "character": 2,
26
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L56"
27
+ }
28
+ ],
29
+ "signatures": [
30
+ {
31
+ "id": 57,
32
+ "name": "new WasmSupport",
33
+ "variant": "signature",
34
+ "kind": 16384,
35
+ "flags": {},
36
+ "comment": {
37
+ "summary": [
38
+ {
39
+ "kind": "text",
40
+ "text": "Instance constructor for use where async instantiation\nis not possible. Where possible, prefer the static\ncreate method over use of this constructor directly\nas no initialization (feature detection) is able to\nbe done here"
41
+ }
42
+ ]
43
+ },
44
+ "sources": [
45
+ {
46
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
47
+ "line": 56,
48
+ "character": 2,
49
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L56"
50
+ }
51
+ ],
52
+ "parameters": [
53
+ {
54
+ "id": 58,
55
+ "name": "desiredFeatures",
56
+ "variant": "param",
57
+ "kind": 32768,
58
+ "flags": {},
59
+ "comment": {
60
+ "summary": [
61
+ {
62
+ "kind": "text",
63
+ "text": "The desired feature set"
64
+ }
65
+ ]
66
+ },
67
+ "type": {
68
+ "type": "array",
69
+ "elementType": {
70
+ "type": "union",
71
+ "types": [
72
+ {
73
+ "type": "literal",
74
+ "value": "bigInt"
75
+ },
76
+ {
77
+ "type": "literal",
78
+ "value": "bulkMemory"
79
+ },
80
+ {
81
+ "type": "literal",
82
+ "value": "exceptions"
83
+ },
84
+ {
85
+ "type": "literal",
86
+ "value": "extendedConst"
87
+ },
88
+ {
89
+ "type": "literal",
90
+ "value": "gc"
91
+ },
92
+ {
93
+ "type": "literal",
94
+ "value": "memory64"
95
+ },
96
+ {
97
+ "type": "literal",
98
+ "value": "multiValue"
99
+ },
100
+ {
101
+ "type": "literal",
102
+ "value": "mutableGlobals"
103
+ },
104
+ {
105
+ "type": "literal",
106
+ "value": "referenceTypes"
107
+ },
108
+ {
109
+ "type": "literal",
110
+ "value": "relaxedSimd"
111
+ },
112
+ {
113
+ "type": "literal",
114
+ "value": "saturatedFloatToInt"
115
+ },
116
+ {
117
+ "type": "literal",
118
+ "value": "signExtensions"
119
+ },
120
+ {
121
+ "type": "literal",
122
+ "value": "simd"
123
+ },
124
+ {
125
+ "type": "literal",
126
+ "value": "streamingCompilation"
127
+ },
128
+ {
129
+ "type": "literal",
130
+ "value": "tailCall"
131
+ },
132
+ {
133
+ "type": "literal",
134
+ "value": "threads"
135
+ }
136
+ ]
137
+ }
138
+ }
139
+ }
140
+ ],
141
+ "type": {
142
+ "type": "reference",
143
+ "target": 52,
144
+ "name": "WasmSupport",
145
+ "package": "@xyo-network/wasm"
146
+ }
147
+ }
148
+ ]
149
+ },
150
+ {
151
+ "id": 59,
152
+ "name": "_allowWasm",
153
+ "variant": "declaration",
154
+ "kind": 1024,
155
+ "flags": {
156
+ "isPrivate": true
157
+ },
158
+ "sources": [
159
+ {
160
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
161
+ "line": 42,
162
+ "character": 10,
163
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L42"
164
+ }
165
+ ],
166
+ "type": {
167
+ "type": "intrinsic",
168
+ "name": "boolean"
169
+ },
170
+ "defaultValue": "true"
171
+ },
172
+ {
173
+ "id": 60,
174
+ "name": "_featureSupport",
175
+ "variant": "declaration",
176
+ "kind": 1024,
177
+ "flags": {
178
+ "isPrivate": true
179
+ },
180
+ "sources": [
181
+ {
182
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
183
+ "line": 43,
184
+ "character": 10,
185
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L43"
186
+ }
187
+ ],
188
+ "type": {
189
+ "type": "reference",
190
+ "target": {
191
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
192
+ "qualifiedName": "Partial"
193
+ },
194
+ "typeArguments": [
195
+ {
196
+ "type": "reference",
197
+ "target": {
198
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
199
+ "qualifiedName": "Record"
200
+ },
201
+ "typeArguments": [
202
+ {
203
+ "type": "union",
204
+ "types": [
205
+ {
206
+ "type": "literal",
207
+ "value": "bigInt"
208
+ },
209
+ {
210
+ "type": "literal",
211
+ "value": "bulkMemory"
212
+ },
213
+ {
214
+ "type": "literal",
215
+ "value": "exceptions"
216
+ },
217
+ {
218
+ "type": "literal",
219
+ "value": "extendedConst"
220
+ },
221
+ {
222
+ "type": "literal",
223
+ "value": "gc"
224
+ },
225
+ {
226
+ "type": "literal",
227
+ "value": "memory64"
228
+ },
229
+ {
230
+ "type": "literal",
231
+ "value": "multiValue"
232
+ },
233
+ {
234
+ "type": "literal",
235
+ "value": "mutableGlobals"
236
+ },
237
+ {
238
+ "type": "literal",
239
+ "value": "referenceTypes"
240
+ },
241
+ {
242
+ "type": "literal",
243
+ "value": "relaxedSimd"
244
+ },
245
+ {
246
+ "type": "literal",
247
+ "value": "saturatedFloatToInt"
248
+ },
249
+ {
250
+ "type": "literal",
251
+ "value": "signExtensions"
252
+ },
253
+ {
254
+ "type": "literal",
255
+ "value": "simd"
256
+ },
257
+ {
258
+ "type": "literal",
259
+ "value": "streamingCompilation"
260
+ },
261
+ {
262
+ "type": "literal",
263
+ "value": "tailCall"
264
+ },
265
+ {
266
+ "type": "literal",
267
+ "value": "threads"
268
+ }
269
+ ]
270
+ },
271
+ {
272
+ "type": "intrinsic",
273
+ "name": "boolean"
274
+ }
275
+ ],
276
+ "name": "Record",
277
+ "package": "typescript"
278
+ }
279
+ ],
280
+ "name": "Partial",
281
+ "package": "typescript"
282
+ },
283
+ "defaultValue": "{}"
284
+ },
285
+ {
286
+ "id": 61,
287
+ "name": "_forceWasm",
288
+ "variant": "declaration",
289
+ "kind": 1024,
290
+ "flags": {
291
+ "isPrivate": true
292
+ },
293
+ "sources": [
294
+ {
295
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
296
+ "line": 44,
297
+ "character": 10,
298
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L44"
299
+ }
300
+ ],
301
+ "type": {
302
+ "type": "intrinsic",
303
+ "name": "boolean"
304
+ },
305
+ "defaultValue": "false"
306
+ },
307
+ {
308
+ "id": 62,
309
+ "name": "_isInitialized",
310
+ "variant": "declaration",
311
+ "kind": 1024,
312
+ "flags": {
313
+ "isPrivate": true
314
+ },
315
+ "sources": [
316
+ {
317
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
318
+ "line": 45,
319
+ "character": 10,
320
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L45"
321
+ }
322
+ ],
323
+ "type": {
324
+ "type": "intrinsic",
325
+ "name": "boolean"
326
+ },
327
+ "defaultValue": "false"
328
+ },
329
+ {
330
+ "id": 63,
331
+ "name": "_isWasmFeatureSetSupported",
332
+ "variant": "declaration",
333
+ "kind": 1024,
334
+ "flags": {
335
+ "isPrivate": true
336
+ },
337
+ "sources": [
338
+ {
339
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
340
+ "line": 46,
341
+ "character": 10,
342
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L46"
343
+ }
344
+ ],
345
+ "type": {
346
+ "type": "intrinsic",
347
+ "name": "boolean"
348
+ },
349
+ "defaultValue": "false"
350
+ },
351
+ {
352
+ "id": 64,
353
+ "name": "desiredFeatures",
354
+ "variant": "declaration",
355
+ "kind": 1024,
356
+ "flags": {
357
+ "isProtected": true
358
+ },
359
+ "comment": {
360
+ "summary": [
361
+ {
362
+ "kind": "text",
363
+ "text": "The desired feature set"
364
+ }
365
+ ]
366
+ },
367
+ "sources": [
368
+ {
369
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
370
+ "line": 56,
371
+ "character": 24,
372
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L56"
373
+ }
374
+ ],
375
+ "type": {
376
+ "type": "array",
377
+ "elementType": {
378
+ "type": "union",
379
+ "types": [
380
+ {
381
+ "type": "literal",
382
+ "value": "bigInt"
383
+ },
384
+ {
385
+ "type": "literal",
386
+ "value": "bulkMemory"
387
+ },
388
+ {
389
+ "type": "literal",
390
+ "value": "exceptions"
391
+ },
392
+ {
393
+ "type": "literal",
394
+ "value": "extendedConst"
395
+ },
396
+ {
397
+ "type": "literal",
398
+ "value": "gc"
399
+ },
400
+ {
401
+ "type": "literal",
402
+ "value": "memory64"
403
+ },
404
+ {
405
+ "type": "literal",
406
+ "value": "multiValue"
407
+ },
408
+ {
409
+ "type": "literal",
410
+ "value": "mutableGlobals"
411
+ },
412
+ {
413
+ "type": "literal",
414
+ "value": "referenceTypes"
415
+ },
416
+ {
417
+ "type": "literal",
418
+ "value": "relaxedSimd"
419
+ },
420
+ {
421
+ "type": "literal",
422
+ "value": "saturatedFloatToInt"
423
+ },
424
+ {
425
+ "type": "literal",
426
+ "value": "signExtensions"
427
+ },
428
+ {
429
+ "type": "literal",
430
+ "value": "simd"
431
+ },
432
+ {
433
+ "type": "literal",
434
+ "value": "streamingCompilation"
435
+ },
436
+ {
437
+ "type": "literal",
438
+ "value": "tailCall"
439
+ },
440
+ {
441
+ "type": "literal",
442
+ "value": "threads"
443
+ }
444
+ ]
445
+ }
446
+ }
447
+ },
448
+ {
449
+ "id": 65,
450
+ "name": "allowWasm",
451
+ "variant": "declaration",
452
+ "kind": 262144,
453
+ "flags": {},
454
+ "sources": [
455
+ {
456
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
457
+ "line": 61,
458
+ "character": 6,
459
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L61"
460
+ },
461
+ {
462
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
463
+ "line": 67,
464
+ "character": 6,
465
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L67"
466
+ }
467
+ ],
468
+ "getSignature": {
469
+ "id": 66,
470
+ "name": "allowWasm",
471
+ "variant": "signature",
472
+ "kind": 524288,
473
+ "flags": {},
474
+ "comment": {
475
+ "summary": [
476
+ {
477
+ "kind": "text",
478
+ "text": "Is Wasm allowed"
479
+ }
480
+ ]
481
+ },
482
+ "sources": [
483
+ {
484
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
485
+ "line": 61,
486
+ "character": 2,
487
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L61"
488
+ }
489
+ ],
490
+ "type": {
491
+ "type": "intrinsic",
492
+ "name": "boolean"
493
+ }
494
+ },
495
+ "setSignature": {
496
+ "id": 67,
497
+ "name": "allowWasm",
498
+ "variant": "signature",
499
+ "kind": 1048576,
500
+ "flags": {},
501
+ "comment": {
502
+ "summary": [
503
+ {
504
+ "kind": "text",
505
+ "text": "Whether or not to allow WASM usage"
506
+ }
507
+ ]
508
+ },
509
+ "sources": [
510
+ {
511
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
512
+ "line": 67,
513
+ "character": 2,
514
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L67"
515
+ }
516
+ ],
517
+ "parameters": [
518
+ {
519
+ "id": 68,
520
+ "name": "v",
521
+ "variant": "param",
522
+ "kind": 32768,
523
+ "flags": {},
524
+ "type": {
525
+ "type": "intrinsic",
526
+ "name": "boolean"
527
+ }
528
+ }
529
+ ],
530
+ "type": {
531
+ "type": "intrinsic",
532
+ "name": "void"
533
+ }
534
+ }
535
+ },
536
+ {
537
+ "id": 69,
538
+ "name": "canUseWasm",
539
+ "variant": "declaration",
540
+ "kind": 262144,
541
+ "flags": {},
542
+ "sources": [
543
+ {
544
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
545
+ "line": 75,
546
+ "character": 6,
547
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L75"
548
+ }
549
+ ],
550
+ "getSignature": {
551
+ "id": 70,
552
+ "name": "canUseWasm",
553
+ "variant": "signature",
554
+ "kind": 524288,
555
+ "flags": {},
556
+ "comment": {
557
+ "summary": [
558
+ {
559
+ "kind": "text",
560
+ "text": "Whether or not Wasm should be used based on the desired\nfeature set, initialization state, or force-use settings"
561
+ }
562
+ ]
563
+ },
564
+ "sources": [
565
+ {
566
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
567
+ "line": 75,
568
+ "character": 2,
569
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L75"
570
+ }
571
+ ],
572
+ "type": {
573
+ "type": "intrinsic",
574
+ "name": "boolean"
575
+ }
576
+ }
577
+ },
578
+ {
579
+ "id": 71,
580
+ "name": "featureSupport",
581
+ "variant": "declaration",
582
+ "kind": 262144,
583
+ "flags": {},
584
+ "sources": [
585
+ {
586
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
587
+ "line": 90,
588
+ "character": 6,
589
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L90"
590
+ }
591
+ ],
592
+ "getSignature": {
593
+ "id": 72,
594
+ "name": "featureSupport",
595
+ "variant": "signature",
596
+ "kind": 524288,
597
+ "flags": {},
598
+ "comment": {
599
+ "summary": [
600
+ {
601
+ "kind": "text",
602
+ "text": "Returns a object containing a property for each desired wasm feature\nwith a boolean value indicating whether or not the feature is supported"
603
+ }
604
+ ]
605
+ },
606
+ "sources": [
607
+ {
608
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
609
+ "line": 90,
610
+ "character": 2,
611
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L90"
612
+ }
613
+ ],
614
+ "type": {
615
+ "type": "reference",
616
+ "target": {
617
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
618
+ "qualifiedName": "Readonly"
619
+ },
620
+ "typeArguments": [
621
+ {
622
+ "type": "reference",
623
+ "target": {
624
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
625
+ "qualifiedName": "Partial"
626
+ },
627
+ "typeArguments": [
628
+ {
629
+ "type": "reference",
630
+ "target": {
631
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
632
+ "qualifiedName": "Record"
633
+ },
634
+ "typeArguments": [
635
+ {
636
+ "type": "union",
637
+ "types": [
638
+ {
639
+ "type": "literal",
640
+ "value": "bigInt"
641
+ },
642
+ {
643
+ "type": "literal",
644
+ "value": "bulkMemory"
645
+ },
646
+ {
647
+ "type": "literal",
648
+ "value": "exceptions"
649
+ },
650
+ {
651
+ "type": "literal",
652
+ "value": "extendedConst"
653
+ },
654
+ {
655
+ "type": "literal",
656
+ "value": "gc"
657
+ },
658
+ {
659
+ "type": "literal",
660
+ "value": "memory64"
661
+ },
662
+ {
663
+ "type": "literal",
664
+ "value": "multiValue"
665
+ },
666
+ {
667
+ "type": "literal",
668
+ "value": "mutableGlobals"
669
+ },
670
+ {
671
+ "type": "literal",
672
+ "value": "referenceTypes"
673
+ },
674
+ {
675
+ "type": "literal",
676
+ "value": "relaxedSimd"
677
+ },
678
+ {
679
+ "type": "literal",
680
+ "value": "saturatedFloatToInt"
681
+ },
682
+ {
683
+ "type": "literal",
684
+ "value": "signExtensions"
685
+ },
686
+ {
687
+ "type": "literal",
688
+ "value": "simd"
689
+ },
690
+ {
691
+ "type": "literal",
692
+ "value": "streamingCompilation"
693
+ },
694
+ {
695
+ "type": "literal",
696
+ "value": "tailCall"
697
+ },
698
+ {
699
+ "type": "literal",
700
+ "value": "threads"
701
+ }
702
+ ]
703
+ },
704
+ {
705
+ "type": "intrinsic",
706
+ "name": "boolean"
707
+ }
708
+ ],
709
+ "name": "Record",
710
+ "package": "typescript"
711
+ }
712
+ ],
713
+ "name": "Partial",
714
+ "package": "typescript"
715
+ }
716
+ ],
717
+ "name": "Readonly",
718
+ "package": "typescript"
719
+ }
720
+ }
721
+ },
722
+ {
723
+ "id": 73,
724
+ "name": "forceWasm",
725
+ "variant": "declaration",
726
+ "kind": 262144,
727
+ "flags": {},
728
+ "sources": [
729
+ {
730
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
731
+ "line": 97,
732
+ "character": 6,
733
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L97"
734
+ },
735
+ {
736
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
737
+ "line": 103,
738
+ "character": 6,
739
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L103"
740
+ }
741
+ ],
742
+ "getSignature": {
743
+ "id": 74,
744
+ "name": "forceWasm",
745
+ "variant": "signature",
746
+ "kind": 524288,
747
+ "flags": {},
748
+ "comment": {
749
+ "summary": [
750
+ {
751
+ "kind": "text",
752
+ "text": "Force use of Wasm"
753
+ }
754
+ ]
755
+ },
756
+ "sources": [
757
+ {
758
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
759
+ "line": 97,
760
+ "character": 2,
761
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L97"
762
+ }
763
+ ],
764
+ "type": {
765
+ "type": "intrinsic",
766
+ "name": "boolean"
767
+ }
768
+ },
769
+ "setSignature": {
770
+ "id": 75,
771
+ "name": "forceWasm",
772
+ "variant": "signature",
773
+ "kind": 1048576,
774
+ "flags": {},
775
+ "comment": {
776
+ "summary": [
777
+ {
778
+ "kind": "text",
779
+ "text": "Whether or not to force Wasm usage"
780
+ }
781
+ ]
782
+ },
783
+ "sources": [
784
+ {
785
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
786
+ "line": 103,
787
+ "character": 2,
788
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L103"
789
+ }
790
+ ],
791
+ "parameters": [
792
+ {
793
+ "id": 76,
794
+ "name": "v",
795
+ "variant": "param",
796
+ "kind": 32768,
797
+ "flags": {},
798
+ "type": {
799
+ "type": "intrinsic",
800
+ "name": "boolean"
801
+ }
802
+ }
803
+ ],
804
+ "type": {
805
+ "type": "intrinsic",
806
+ "name": "void"
807
+ }
808
+ }
809
+ },
810
+ {
811
+ "id": 77,
812
+ "name": "isDesiredFeatureSetSupported",
813
+ "variant": "declaration",
814
+ "kind": 262144,
815
+ "flags": {},
816
+ "sources": [
817
+ {
818
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
819
+ "line": 111,
820
+ "character": 6,
821
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L111"
822
+ }
823
+ ],
824
+ "getSignature": {
825
+ "id": 78,
826
+ "name": "isDesiredFeatureSetSupported",
827
+ "variant": "signature",
828
+ "kind": 524288,
829
+ "flags": {},
830
+ "comment": {
831
+ "summary": [
832
+ {
833
+ "kind": "text",
834
+ "text": "Whether or not Wasm is supported based\non the desired feature set"
835
+ }
836
+ ]
837
+ },
838
+ "sources": [
839
+ {
840
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
841
+ "line": 111,
842
+ "character": 2,
843
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L111"
844
+ }
845
+ ],
846
+ "type": {
847
+ "type": "intrinsic",
848
+ "name": "boolean"
849
+ }
850
+ }
851
+ },
852
+ {
853
+ "id": 79,
854
+ "name": "isInitialized",
855
+ "variant": "declaration",
856
+ "kind": 262144,
857
+ "flags": {},
858
+ "sources": [
859
+ {
860
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
861
+ "line": 119,
862
+ "character": 6,
863
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L119"
864
+ }
865
+ ],
866
+ "getSignature": {
867
+ "id": 80,
868
+ "name": "isInitialized",
869
+ "variant": "signature",
870
+ "kind": 524288,
871
+ "flags": {},
872
+ "comment": {
873
+ "summary": [
874
+ {
875
+ "kind": "text",
876
+ "text": "Whether or not Wasm detection has been run\nfor the desired feature set"
877
+ }
878
+ ]
879
+ },
880
+ "sources": [
881
+ {
882
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
883
+ "line": 119,
884
+ "character": 2,
885
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L119"
886
+ }
887
+ ],
888
+ "type": {
889
+ "type": "intrinsic",
890
+ "name": "boolean"
891
+ }
892
+ }
893
+ },
894
+ {
895
+ "id": 86,
896
+ "name": "detectDesiredFeatures",
897
+ "variant": "declaration",
898
+ "kind": 2048,
899
+ "flags": {
900
+ "isProtected": true
901
+ },
902
+ "sources": [
903
+ {
904
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
905
+ "line": 156,
906
+ "character": 18,
907
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L156"
908
+ }
909
+ ],
910
+ "signatures": [
911
+ {
912
+ "id": 87,
913
+ "name": "detectDesiredFeatures",
914
+ "variant": "signature",
915
+ "kind": 4096,
916
+ "flags": {},
917
+ "sources": [
918
+ {
919
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
920
+ "line": 156,
921
+ "character": 2,
922
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L156"
923
+ }
924
+ ],
925
+ "type": {
926
+ "type": "reference",
927
+ "target": {
928
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
929
+ "qualifiedName": "Promise"
930
+ },
931
+ "typeArguments": [
932
+ {
933
+ "type": "intrinsic",
934
+ "name": "void"
935
+ }
936
+ ],
937
+ "name": "Promise",
938
+ "package": "typescript"
939
+ }
940
+ }
941
+ ]
942
+ },
943
+ {
944
+ "id": 81,
945
+ "name": "featureCheck",
946
+ "variant": "declaration",
947
+ "kind": 2048,
948
+ "flags": {},
949
+ "sources": [
950
+ {
951
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
952
+ "line": 141,
953
+ "character": 8,
954
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L141"
955
+ }
956
+ ],
957
+ "signatures": [
958
+ {
959
+ "id": 82,
960
+ "name": "featureCheck",
961
+ "variant": "signature",
962
+ "kind": 4096,
963
+ "flags": {},
964
+ "comment": {
965
+ "summary": [
966
+ {
967
+ "kind": "text",
968
+ "text": "Checks for specific wasm features"
969
+ }
970
+ ],
971
+ "blockTags": [
972
+ {
973
+ "tag": "@returns",
974
+ "content": [
975
+ {
976
+ "kind": "text",
977
+ "text": "True if all the features are supported, false otherwise"
978
+ }
979
+ ]
980
+ }
981
+ ]
982
+ },
983
+ "sources": [
984
+ {
985
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
986
+ "line": 141,
987
+ "character": 2,
988
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L141"
989
+ }
990
+ ],
991
+ "parameters": [
992
+ {
993
+ "id": 83,
994
+ "name": "features",
995
+ "variant": "param",
996
+ "kind": 32768,
997
+ "flags": {},
998
+ "comment": {
999
+ "summary": [
1000
+ {
1001
+ "kind": "text",
1002
+ "text": "The list of features to check for"
1003
+ }
1004
+ ]
1005
+ },
1006
+ "type": {
1007
+ "type": "array",
1008
+ "elementType": {
1009
+ "type": "union",
1010
+ "types": [
1011
+ {
1012
+ "type": "literal",
1013
+ "value": "bigInt"
1014
+ },
1015
+ {
1016
+ "type": "literal",
1017
+ "value": "bulkMemory"
1018
+ },
1019
+ {
1020
+ "type": "literal",
1021
+ "value": "exceptions"
1022
+ },
1023
+ {
1024
+ "type": "literal",
1025
+ "value": "extendedConst"
1026
+ },
1027
+ {
1028
+ "type": "literal",
1029
+ "value": "gc"
1030
+ },
1031
+ {
1032
+ "type": "literal",
1033
+ "value": "memory64"
1034
+ },
1035
+ {
1036
+ "type": "literal",
1037
+ "value": "multiValue"
1038
+ },
1039
+ {
1040
+ "type": "literal",
1041
+ "value": "mutableGlobals"
1042
+ },
1043
+ {
1044
+ "type": "literal",
1045
+ "value": "referenceTypes"
1046
+ },
1047
+ {
1048
+ "type": "literal",
1049
+ "value": "relaxedSimd"
1050
+ },
1051
+ {
1052
+ "type": "literal",
1053
+ "value": "saturatedFloatToInt"
1054
+ },
1055
+ {
1056
+ "type": "literal",
1057
+ "value": "signExtensions"
1058
+ },
1059
+ {
1060
+ "type": "literal",
1061
+ "value": "simd"
1062
+ },
1063
+ {
1064
+ "type": "literal",
1065
+ "value": "streamingCompilation"
1066
+ },
1067
+ {
1068
+ "type": "literal",
1069
+ "value": "tailCall"
1070
+ },
1071
+ {
1072
+ "type": "literal",
1073
+ "value": "threads"
1074
+ }
1075
+ ]
1076
+ }
1077
+ }
1078
+ }
1079
+ ],
1080
+ "type": {
1081
+ "type": "reference",
1082
+ "target": {
1083
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1084
+ "qualifiedName": "Promise"
1085
+ },
1086
+ "typeArguments": [
1087
+ {
1088
+ "type": "intrinsic",
1089
+ "name": "boolean"
1090
+ }
1091
+ ],
1092
+ "name": "Promise",
1093
+ "package": "typescript"
1094
+ }
1095
+ }
1096
+ ]
1097
+ },
1098
+ {
1099
+ "id": 84,
1100
+ "name": "initialize",
1101
+ "variant": "declaration",
1102
+ "kind": 2048,
1103
+ "flags": {},
1104
+ "sources": [
1105
+ {
1106
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
1107
+ "line": 149,
1108
+ "character": 8,
1109
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L149"
1110
+ }
1111
+ ],
1112
+ "signatures": [
1113
+ {
1114
+ "id": 85,
1115
+ "name": "initialize",
1116
+ "variant": "signature",
1117
+ "kind": 4096,
1118
+ "flags": {},
1119
+ "comment": {
1120
+ "summary": [
1121
+ {
1122
+ "kind": "text",
1123
+ "text": "Does feature detection for the desired feature set"
1124
+ }
1125
+ ]
1126
+ },
1127
+ "sources": [
1128
+ {
1129
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
1130
+ "line": 149,
1131
+ "character": 2,
1132
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L149"
1133
+ }
1134
+ ],
1135
+ "type": {
1136
+ "type": "reference",
1137
+ "target": {
1138
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1139
+ "qualifiedName": "Promise"
1140
+ },
1141
+ "typeArguments": [
1142
+ {
1143
+ "type": "intrinsic",
1144
+ "name": "void"
1145
+ }
1146
+ ],
1147
+ "name": "Promise",
1148
+ "package": "typescript"
1149
+ }
1150
+ }
1151
+ ]
1152
+ },
1153
+ {
1154
+ "id": 53,
1155
+ "name": "create",
1156
+ "variant": "declaration",
1157
+ "kind": 2048,
1158
+ "flags": {
1159
+ "isStatic": true
1160
+ },
1161
+ "sources": [
1162
+ {
1163
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
1164
+ "line": 130,
1165
+ "character": 15,
1166
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L130"
1167
+ }
1168
+ ],
1169
+ "signatures": [
1170
+ {
1171
+ "id": 54,
1172
+ "name": "create",
1173
+ "variant": "signature",
1174
+ "kind": 4096,
1175
+ "flags": {},
1176
+ "comment": {
1177
+ "summary": [
1178
+ {
1179
+ "kind": "text",
1180
+ "text": "Static creation & async initialization for use where\nasync instantiation is possible"
1181
+ }
1182
+ ],
1183
+ "blockTags": [
1184
+ {
1185
+ "tag": "@returns",
1186
+ "content": [
1187
+ {
1188
+ "kind": "text",
1189
+ "text": "An initialized instance of the class with detection\nfor the desired feature set"
1190
+ }
1191
+ ]
1192
+ }
1193
+ ]
1194
+ },
1195
+ "sources": [
1196
+ {
1197
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
1198
+ "line": 130,
1199
+ "character": 2,
1200
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L130"
1201
+ }
1202
+ ],
1203
+ "parameters": [
1204
+ {
1205
+ "id": 55,
1206
+ "name": "desiredFeatures",
1207
+ "variant": "param",
1208
+ "kind": 32768,
1209
+ "flags": {},
1210
+ "comment": {
1211
+ "summary": [
1212
+ {
1213
+ "kind": "text",
1214
+ "text": "The desired feature set"
1215
+ }
1216
+ ]
1217
+ },
1218
+ "type": {
1219
+ "type": "array",
1220
+ "elementType": {
1221
+ "type": "union",
1222
+ "types": [
1223
+ {
1224
+ "type": "literal",
1225
+ "value": "bigInt"
1226
+ },
1227
+ {
1228
+ "type": "literal",
1229
+ "value": "bulkMemory"
1230
+ },
1231
+ {
1232
+ "type": "literal",
1233
+ "value": "exceptions"
1234
+ },
1235
+ {
1236
+ "type": "literal",
1237
+ "value": "extendedConst"
1238
+ },
1239
+ {
1240
+ "type": "literal",
1241
+ "value": "gc"
1242
+ },
1243
+ {
1244
+ "type": "literal",
1245
+ "value": "memory64"
1246
+ },
1247
+ {
1248
+ "type": "literal",
1249
+ "value": "multiValue"
1250
+ },
1251
+ {
1252
+ "type": "literal",
1253
+ "value": "mutableGlobals"
1254
+ },
1255
+ {
1256
+ "type": "literal",
1257
+ "value": "referenceTypes"
1258
+ },
1259
+ {
1260
+ "type": "literal",
1261
+ "value": "relaxedSimd"
1262
+ },
1263
+ {
1264
+ "type": "literal",
1265
+ "value": "saturatedFloatToInt"
1266
+ },
1267
+ {
1268
+ "type": "literal",
1269
+ "value": "signExtensions"
1270
+ },
1271
+ {
1272
+ "type": "literal",
1273
+ "value": "simd"
1274
+ },
1275
+ {
1276
+ "type": "literal",
1277
+ "value": "streamingCompilation"
1278
+ },
1279
+ {
1280
+ "type": "literal",
1281
+ "value": "tailCall"
1282
+ },
1283
+ {
1284
+ "type": "literal",
1285
+ "value": "threads"
1286
+ }
1287
+ ]
1288
+ }
1289
+ }
1290
+ }
1291
+ ],
1292
+ "type": {
1293
+ "type": "reference",
1294
+ "target": {
1295
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1296
+ "qualifiedName": "Promise"
1297
+ },
1298
+ "typeArguments": [
1299
+ {
1300
+ "type": "reference",
1301
+ "target": 52,
1302
+ "name": "WasmSupport",
1303
+ "package": "@xyo-network/wasm"
1304
+ }
1305
+ ],
1306
+ "name": "Promise",
1307
+ "package": "typescript"
1308
+ }
1309
+ }
1310
+ ]
1311
+ }
1312
+ ],
1313
+ "groups": [
1314
+ {
1315
+ "title": "Constructors",
1316
+ "children": [
1317
+ 56
1318
+ ]
1319
+ },
1320
+ {
1321
+ "title": "Properties",
1322
+ "children": [
1323
+ 59,
1324
+ 60,
1325
+ 61,
1326
+ 62,
1327
+ 63,
1328
+ 64
1329
+ ]
1330
+ },
1331
+ {
1332
+ "title": "Accessors",
1333
+ "children": [
1334
+ 65,
1335
+ 69,
1336
+ 71,
1337
+ 73,
1338
+ 77,
1339
+ 79
1340
+ ]
1341
+ },
1342
+ {
1343
+ "title": "Methods",
1344
+ "children": [
1345
+ 86,
1346
+ 81,
1347
+ 84,
1348
+ 53
1349
+ ]
1350
+ }
1351
+ ],
1352
+ "sources": [
1353
+ {
1354
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
1355
+ "line": 41,
1356
+ "character": 13,
1357
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L41"
1358
+ }
1359
+ ]
1360
+ },
1361
+ {
1362
+ "id": 51,
1363
+ "name": "WasmFeature",
1364
+ "variant": "declaration",
1365
+ "kind": 4194304,
1366
+ "flags": {},
1367
+ "sources": [
1368
+ {
1369
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
1370
+ "line": 39,
1371
+ "character": 12,
1372
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L39"
1373
+ }
1374
+ ],
1375
+ "type": {
1376
+ "type": "typeOperator",
1377
+ "operator": "keyof",
1378
+ "target": {
1379
+ "type": "query",
1380
+ "queryType": {
1381
+ "type": "reference",
1382
+ "target": 1,
1383
+ "name": "WasmFeatureDetectors",
1384
+ "package": "@xyo-network/wasm"
1385
+ }
1386
+ }
1387
+ }
1388
+ },
1389
+ {
1390
+ "id": 1,
1391
+ "name": "WasmFeatureDetectors",
1392
+ "variant": "declaration",
1393
+ "kind": 32,
1394
+ "flags": {
1395
+ "isConst": true
1396
+ },
1397
+ "sources": [
1398
+ {
1399
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
1400
+ "line": 20,
1401
+ "character": 13,
1402
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L20"
1403
+ }
1404
+ ],
1405
+ "type": {
1406
+ "type": "reflection",
1407
+ "declaration": {
1408
+ "id": 2,
1409
+ "name": "__type",
1410
+ "variant": "declaration",
1411
+ "kind": 65536,
1412
+ "flags": {},
1413
+ "children": [
1414
+ {
1415
+ "id": 3,
1416
+ "name": "bigInt",
1417
+ "variant": "declaration",
1418
+ "kind": 1024,
1419
+ "flags": {
1420
+ "isReadonly": true
1421
+ },
1422
+ "sources": [
1423
+ {
1424
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
1425
+ "line": 21,
1426
+ "character": 2,
1427
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L21"
1428
+ }
1429
+ ],
1430
+ "type": {
1431
+ "type": "reflection",
1432
+ "declaration": {
1433
+ "id": 4,
1434
+ "name": "__type",
1435
+ "variant": "declaration",
1436
+ "kind": 65536,
1437
+ "flags": {},
1438
+ "sources": [
1439
+ {
1440
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
1441
+ "line": 2,
1442
+ "character": 8
1443
+ }
1444
+ ],
1445
+ "signatures": [
1446
+ {
1447
+ "id": 5,
1448
+ "name": "__type",
1449
+ "variant": "signature",
1450
+ "kind": 4096,
1451
+ "flags": {},
1452
+ "sources": [
1453
+ {
1454
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
1455
+ "line": 2,
1456
+ "character": 8
1457
+ }
1458
+ ],
1459
+ "type": {
1460
+ "type": "reference",
1461
+ "target": {
1462
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1463
+ "qualifiedName": "Promise"
1464
+ },
1465
+ "typeArguments": [
1466
+ {
1467
+ "type": "intrinsic",
1468
+ "name": "boolean"
1469
+ }
1470
+ ],
1471
+ "name": "Promise",
1472
+ "package": "typescript"
1473
+ }
1474
+ }
1475
+ ]
1476
+ }
1477
+ },
1478
+ "defaultValue": "bigInt"
1479
+ },
1480
+ {
1481
+ "id": 6,
1482
+ "name": "bulkMemory",
1483
+ "variant": "declaration",
1484
+ "kind": 1024,
1485
+ "flags": {
1486
+ "isReadonly": true
1487
+ },
1488
+ "sources": [
1489
+ {
1490
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
1491
+ "line": 22,
1492
+ "character": 2,
1493
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L22"
1494
+ }
1495
+ ],
1496
+ "type": {
1497
+ "type": "reflection",
1498
+ "declaration": {
1499
+ "id": 7,
1500
+ "name": "__type",
1501
+ "variant": "declaration",
1502
+ "kind": 65536,
1503
+ "flags": {},
1504
+ "sources": [
1505
+ {
1506
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
1507
+ "line": 3,
1508
+ "character": 12
1509
+ }
1510
+ ],
1511
+ "signatures": [
1512
+ {
1513
+ "id": 8,
1514
+ "name": "__type",
1515
+ "variant": "signature",
1516
+ "kind": 4096,
1517
+ "flags": {},
1518
+ "sources": [
1519
+ {
1520
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
1521
+ "line": 3,
1522
+ "character": 12
1523
+ }
1524
+ ],
1525
+ "type": {
1526
+ "type": "reference",
1527
+ "target": {
1528
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1529
+ "qualifiedName": "Promise"
1530
+ },
1531
+ "typeArguments": [
1532
+ {
1533
+ "type": "intrinsic",
1534
+ "name": "boolean"
1535
+ }
1536
+ ],
1537
+ "name": "Promise",
1538
+ "package": "typescript"
1539
+ }
1540
+ }
1541
+ ]
1542
+ }
1543
+ },
1544
+ "defaultValue": "bulkMemory"
1545
+ },
1546
+ {
1547
+ "id": 9,
1548
+ "name": "exceptions",
1549
+ "variant": "declaration",
1550
+ "kind": 1024,
1551
+ "flags": {
1552
+ "isReadonly": true
1553
+ },
1554
+ "sources": [
1555
+ {
1556
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
1557
+ "line": 23,
1558
+ "character": 2,
1559
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L23"
1560
+ }
1561
+ ],
1562
+ "type": {
1563
+ "type": "reflection",
1564
+ "declaration": {
1565
+ "id": 10,
1566
+ "name": "__type",
1567
+ "variant": "declaration",
1568
+ "kind": 65536,
1569
+ "flags": {},
1570
+ "sources": [
1571
+ {
1572
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
1573
+ "line": 4,
1574
+ "character": 12
1575
+ }
1576
+ ],
1577
+ "signatures": [
1578
+ {
1579
+ "id": 11,
1580
+ "name": "__type",
1581
+ "variant": "signature",
1582
+ "kind": 4096,
1583
+ "flags": {},
1584
+ "sources": [
1585
+ {
1586
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
1587
+ "line": 4,
1588
+ "character": 12
1589
+ }
1590
+ ],
1591
+ "type": {
1592
+ "type": "reference",
1593
+ "target": {
1594
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1595
+ "qualifiedName": "Promise"
1596
+ },
1597
+ "typeArguments": [
1598
+ {
1599
+ "type": "intrinsic",
1600
+ "name": "boolean"
1601
+ }
1602
+ ],
1603
+ "name": "Promise",
1604
+ "package": "typescript"
1605
+ }
1606
+ }
1607
+ ]
1608
+ }
1609
+ },
1610
+ "defaultValue": "exceptions"
1611
+ },
1612
+ {
1613
+ "id": 12,
1614
+ "name": "extendedConst",
1615
+ "variant": "declaration",
1616
+ "kind": 1024,
1617
+ "flags": {
1618
+ "isReadonly": true
1619
+ },
1620
+ "sources": [
1621
+ {
1622
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
1623
+ "line": 24,
1624
+ "character": 2,
1625
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L24"
1626
+ }
1627
+ ],
1628
+ "type": {
1629
+ "type": "reflection",
1630
+ "declaration": {
1631
+ "id": 13,
1632
+ "name": "__type",
1633
+ "variant": "declaration",
1634
+ "kind": 65536,
1635
+ "flags": {},
1636
+ "sources": [
1637
+ {
1638
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
1639
+ "line": 5,
1640
+ "character": 15
1641
+ }
1642
+ ],
1643
+ "signatures": [
1644
+ {
1645
+ "id": 14,
1646
+ "name": "__type",
1647
+ "variant": "signature",
1648
+ "kind": 4096,
1649
+ "flags": {},
1650
+ "sources": [
1651
+ {
1652
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
1653
+ "line": 5,
1654
+ "character": 15
1655
+ }
1656
+ ],
1657
+ "type": {
1658
+ "type": "reference",
1659
+ "target": {
1660
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1661
+ "qualifiedName": "Promise"
1662
+ },
1663
+ "typeArguments": [
1664
+ {
1665
+ "type": "intrinsic",
1666
+ "name": "boolean"
1667
+ }
1668
+ ],
1669
+ "name": "Promise",
1670
+ "package": "typescript"
1671
+ }
1672
+ }
1673
+ ]
1674
+ }
1675
+ },
1676
+ "defaultValue": "extendedConst"
1677
+ },
1678
+ {
1679
+ "id": 15,
1680
+ "name": "gc",
1681
+ "variant": "declaration",
1682
+ "kind": 1024,
1683
+ "flags": {
1684
+ "isReadonly": true
1685
+ },
1686
+ "sources": [
1687
+ {
1688
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
1689
+ "line": 25,
1690
+ "character": 2,
1691
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L25"
1692
+ }
1693
+ ],
1694
+ "type": {
1695
+ "type": "reflection",
1696
+ "declaration": {
1697
+ "id": 16,
1698
+ "name": "__type",
1699
+ "variant": "declaration",
1700
+ "kind": 65536,
1701
+ "flags": {},
1702
+ "sources": [
1703
+ {
1704
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
1705
+ "line": 6,
1706
+ "character": 4
1707
+ }
1708
+ ],
1709
+ "signatures": [
1710
+ {
1711
+ "id": 17,
1712
+ "name": "__type",
1713
+ "variant": "signature",
1714
+ "kind": 4096,
1715
+ "flags": {},
1716
+ "sources": [
1717
+ {
1718
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
1719
+ "line": 6,
1720
+ "character": 4
1721
+ }
1722
+ ],
1723
+ "type": {
1724
+ "type": "reference",
1725
+ "target": {
1726
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1727
+ "qualifiedName": "Promise"
1728
+ },
1729
+ "typeArguments": [
1730
+ {
1731
+ "type": "intrinsic",
1732
+ "name": "boolean"
1733
+ }
1734
+ ],
1735
+ "name": "Promise",
1736
+ "package": "typescript"
1737
+ }
1738
+ }
1739
+ ]
1740
+ }
1741
+ },
1742
+ "defaultValue": "gc"
1743
+ },
1744
+ {
1745
+ "id": 18,
1746
+ "name": "memory64",
1747
+ "variant": "declaration",
1748
+ "kind": 1024,
1749
+ "flags": {
1750
+ "isReadonly": true
1751
+ },
1752
+ "sources": [
1753
+ {
1754
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
1755
+ "line": 26,
1756
+ "character": 2,
1757
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L26"
1758
+ }
1759
+ ],
1760
+ "type": {
1761
+ "type": "reflection",
1762
+ "declaration": {
1763
+ "id": 19,
1764
+ "name": "__type",
1765
+ "variant": "declaration",
1766
+ "kind": 65536,
1767
+ "flags": {},
1768
+ "sources": [
1769
+ {
1770
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
1771
+ "line": 7,
1772
+ "character": 10
1773
+ }
1774
+ ],
1775
+ "signatures": [
1776
+ {
1777
+ "id": 20,
1778
+ "name": "__type",
1779
+ "variant": "signature",
1780
+ "kind": 4096,
1781
+ "flags": {},
1782
+ "sources": [
1783
+ {
1784
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
1785
+ "line": 7,
1786
+ "character": 10
1787
+ }
1788
+ ],
1789
+ "type": {
1790
+ "type": "reference",
1791
+ "target": {
1792
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1793
+ "qualifiedName": "Promise"
1794
+ },
1795
+ "typeArguments": [
1796
+ {
1797
+ "type": "intrinsic",
1798
+ "name": "boolean"
1799
+ }
1800
+ ],
1801
+ "name": "Promise",
1802
+ "package": "typescript"
1803
+ }
1804
+ }
1805
+ ]
1806
+ }
1807
+ },
1808
+ "defaultValue": "memory64"
1809
+ },
1810
+ {
1811
+ "id": 21,
1812
+ "name": "multiValue",
1813
+ "variant": "declaration",
1814
+ "kind": 1024,
1815
+ "flags": {
1816
+ "isReadonly": true
1817
+ },
1818
+ "sources": [
1819
+ {
1820
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
1821
+ "line": 27,
1822
+ "character": 2,
1823
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L27"
1824
+ }
1825
+ ],
1826
+ "type": {
1827
+ "type": "reflection",
1828
+ "declaration": {
1829
+ "id": 22,
1830
+ "name": "__type",
1831
+ "variant": "declaration",
1832
+ "kind": 65536,
1833
+ "flags": {},
1834
+ "sources": [
1835
+ {
1836
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
1837
+ "line": 8,
1838
+ "character": 12
1839
+ }
1840
+ ],
1841
+ "signatures": [
1842
+ {
1843
+ "id": 23,
1844
+ "name": "__type",
1845
+ "variant": "signature",
1846
+ "kind": 4096,
1847
+ "flags": {},
1848
+ "sources": [
1849
+ {
1850
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
1851
+ "line": 8,
1852
+ "character": 12
1853
+ }
1854
+ ],
1855
+ "type": {
1856
+ "type": "reference",
1857
+ "target": {
1858
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1859
+ "qualifiedName": "Promise"
1860
+ },
1861
+ "typeArguments": [
1862
+ {
1863
+ "type": "intrinsic",
1864
+ "name": "boolean"
1865
+ }
1866
+ ],
1867
+ "name": "Promise",
1868
+ "package": "typescript"
1869
+ }
1870
+ }
1871
+ ]
1872
+ }
1873
+ },
1874
+ "defaultValue": "multiValue"
1875
+ },
1876
+ {
1877
+ "id": 24,
1878
+ "name": "mutableGlobals",
1879
+ "variant": "declaration",
1880
+ "kind": 1024,
1881
+ "flags": {
1882
+ "isReadonly": true
1883
+ },
1884
+ "sources": [
1885
+ {
1886
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
1887
+ "line": 28,
1888
+ "character": 2,
1889
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L28"
1890
+ }
1891
+ ],
1892
+ "type": {
1893
+ "type": "reflection",
1894
+ "declaration": {
1895
+ "id": 25,
1896
+ "name": "__type",
1897
+ "variant": "declaration",
1898
+ "kind": 65536,
1899
+ "flags": {},
1900
+ "sources": [
1901
+ {
1902
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
1903
+ "line": 9,
1904
+ "character": 16
1905
+ }
1906
+ ],
1907
+ "signatures": [
1908
+ {
1909
+ "id": 26,
1910
+ "name": "__type",
1911
+ "variant": "signature",
1912
+ "kind": 4096,
1913
+ "flags": {},
1914
+ "sources": [
1915
+ {
1916
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
1917
+ "line": 9,
1918
+ "character": 16
1919
+ }
1920
+ ],
1921
+ "type": {
1922
+ "type": "reference",
1923
+ "target": {
1924
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1925
+ "qualifiedName": "Promise"
1926
+ },
1927
+ "typeArguments": [
1928
+ {
1929
+ "type": "intrinsic",
1930
+ "name": "boolean"
1931
+ }
1932
+ ],
1933
+ "name": "Promise",
1934
+ "package": "typescript"
1935
+ }
1936
+ }
1937
+ ]
1938
+ }
1939
+ },
1940
+ "defaultValue": "mutableGlobals"
1941
+ },
1942
+ {
1943
+ "id": 27,
1944
+ "name": "referenceTypes",
1945
+ "variant": "declaration",
1946
+ "kind": 1024,
1947
+ "flags": {
1948
+ "isReadonly": true
1949
+ },
1950
+ "sources": [
1951
+ {
1952
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
1953
+ "line": 29,
1954
+ "character": 2,
1955
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L29"
1956
+ }
1957
+ ],
1958
+ "type": {
1959
+ "type": "reflection",
1960
+ "declaration": {
1961
+ "id": 28,
1962
+ "name": "__type",
1963
+ "variant": "declaration",
1964
+ "kind": 65536,
1965
+ "flags": {},
1966
+ "sources": [
1967
+ {
1968
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
1969
+ "line": 10,
1970
+ "character": 16
1971
+ }
1972
+ ],
1973
+ "signatures": [
1974
+ {
1975
+ "id": 29,
1976
+ "name": "__type",
1977
+ "variant": "signature",
1978
+ "kind": 4096,
1979
+ "flags": {},
1980
+ "sources": [
1981
+ {
1982
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
1983
+ "line": 10,
1984
+ "character": 16
1985
+ }
1986
+ ],
1987
+ "type": {
1988
+ "type": "reference",
1989
+ "target": {
1990
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
1991
+ "qualifiedName": "Promise"
1992
+ },
1993
+ "typeArguments": [
1994
+ {
1995
+ "type": "intrinsic",
1996
+ "name": "boolean"
1997
+ }
1998
+ ],
1999
+ "name": "Promise",
2000
+ "package": "typescript"
2001
+ }
2002
+ }
2003
+ ]
2004
+ }
2005
+ },
2006
+ "defaultValue": "referenceTypes"
2007
+ },
2008
+ {
2009
+ "id": 30,
2010
+ "name": "relaxedSimd",
2011
+ "variant": "declaration",
2012
+ "kind": 1024,
2013
+ "flags": {
2014
+ "isReadonly": true
2015
+ },
2016
+ "sources": [
2017
+ {
2018
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
2019
+ "line": 30,
2020
+ "character": 2,
2021
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L30"
2022
+ }
2023
+ ],
2024
+ "type": {
2025
+ "type": "reflection",
2026
+ "declaration": {
2027
+ "id": 31,
2028
+ "name": "__type",
2029
+ "variant": "declaration",
2030
+ "kind": 65536,
2031
+ "flags": {},
2032
+ "sources": [
2033
+ {
2034
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
2035
+ "line": 11,
2036
+ "character": 13
2037
+ }
2038
+ ],
2039
+ "signatures": [
2040
+ {
2041
+ "id": 32,
2042
+ "name": "__type",
2043
+ "variant": "signature",
2044
+ "kind": 4096,
2045
+ "flags": {},
2046
+ "sources": [
2047
+ {
2048
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
2049
+ "line": 11,
2050
+ "character": 13
2051
+ }
2052
+ ],
2053
+ "type": {
2054
+ "type": "reference",
2055
+ "target": {
2056
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
2057
+ "qualifiedName": "Promise"
2058
+ },
2059
+ "typeArguments": [
2060
+ {
2061
+ "type": "intrinsic",
2062
+ "name": "boolean"
2063
+ }
2064
+ ],
2065
+ "name": "Promise",
2066
+ "package": "typescript"
2067
+ }
2068
+ }
2069
+ ]
2070
+ }
2071
+ },
2072
+ "defaultValue": "relaxedSimd"
2073
+ },
2074
+ {
2075
+ "id": 33,
2076
+ "name": "saturatedFloatToInt",
2077
+ "variant": "declaration",
2078
+ "kind": 1024,
2079
+ "flags": {
2080
+ "isReadonly": true
2081
+ },
2082
+ "sources": [
2083
+ {
2084
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
2085
+ "line": 31,
2086
+ "character": 2,
2087
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L31"
2088
+ }
2089
+ ],
2090
+ "type": {
2091
+ "type": "reflection",
2092
+ "declaration": {
2093
+ "id": 34,
2094
+ "name": "__type",
2095
+ "variant": "declaration",
2096
+ "kind": 65536,
2097
+ "flags": {},
2098
+ "sources": [
2099
+ {
2100
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
2101
+ "line": 12,
2102
+ "character": 21
2103
+ }
2104
+ ],
2105
+ "signatures": [
2106
+ {
2107
+ "id": 35,
2108
+ "name": "__type",
2109
+ "variant": "signature",
2110
+ "kind": 4096,
2111
+ "flags": {},
2112
+ "sources": [
2113
+ {
2114
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
2115
+ "line": 12,
2116
+ "character": 21
2117
+ }
2118
+ ],
2119
+ "type": {
2120
+ "type": "reference",
2121
+ "target": {
2122
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
2123
+ "qualifiedName": "Promise"
2124
+ },
2125
+ "typeArguments": [
2126
+ {
2127
+ "type": "intrinsic",
2128
+ "name": "boolean"
2129
+ }
2130
+ ],
2131
+ "name": "Promise",
2132
+ "package": "typescript"
2133
+ }
2134
+ }
2135
+ ]
2136
+ }
2137
+ },
2138
+ "defaultValue": "saturatedFloatToInt"
2139
+ },
2140
+ {
2141
+ "id": 36,
2142
+ "name": "signExtensions",
2143
+ "variant": "declaration",
2144
+ "kind": 1024,
2145
+ "flags": {
2146
+ "isReadonly": true
2147
+ },
2148
+ "sources": [
2149
+ {
2150
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
2151
+ "line": 32,
2152
+ "character": 2,
2153
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L32"
2154
+ }
2155
+ ],
2156
+ "type": {
2157
+ "type": "reflection",
2158
+ "declaration": {
2159
+ "id": 37,
2160
+ "name": "__type",
2161
+ "variant": "declaration",
2162
+ "kind": 65536,
2163
+ "flags": {},
2164
+ "sources": [
2165
+ {
2166
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
2167
+ "line": 13,
2168
+ "character": 16
2169
+ }
2170
+ ],
2171
+ "signatures": [
2172
+ {
2173
+ "id": 38,
2174
+ "name": "__type",
2175
+ "variant": "signature",
2176
+ "kind": 4096,
2177
+ "flags": {},
2178
+ "sources": [
2179
+ {
2180
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
2181
+ "line": 13,
2182
+ "character": 16
2183
+ }
2184
+ ],
2185
+ "type": {
2186
+ "type": "reference",
2187
+ "target": {
2188
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
2189
+ "qualifiedName": "Promise"
2190
+ },
2191
+ "typeArguments": [
2192
+ {
2193
+ "type": "intrinsic",
2194
+ "name": "boolean"
2195
+ }
2196
+ ],
2197
+ "name": "Promise",
2198
+ "package": "typescript"
2199
+ }
2200
+ }
2201
+ ]
2202
+ }
2203
+ },
2204
+ "defaultValue": "signExtensions"
2205
+ },
2206
+ {
2207
+ "id": 39,
2208
+ "name": "simd",
2209
+ "variant": "declaration",
2210
+ "kind": 1024,
2211
+ "flags": {
2212
+ "isReadonly": true
2213
+ },
2214
+ "sources": [
2215
+ {
2216
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
2217
+ "line": 33,
2218
+ "character": 2,
2219
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L33"
2220
+ }
2221
+ ],
2222
+ "type": {
2223
+ "type": "reflection",
2224
+ "declaration": {
2225
+ "id": 40,
2226
+ "name": "__type",
2227
+ "variant": "declaration",
2228
+ "kind": 65536,
2229
+ "flags": {},
2230
+ "sources": [
2231
+ {
2232
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
2233
+ "line": 14,
2234
+ "character": 6
2235
+ }
2236
+ ],
2237
+ "signatures": [
2238
+ {
2239
+ "id": 41,
2240
+ "name": "__type",
2241
+ "variant": "signature",
2242
+ "kind": 4096,
2243
+ "flags": {},
2244
+ "sources": [
2245
+ {
2246
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
2247
+ "line": 14,
2248
+ "character": 6
2249
+ }
2250
+ ],
2251
+ "type": {
2252
+ "type": "reference",
2253
+ "target": {
2254
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
2255
+ "qualifiedName": "Promise"
2256
+ },
2257
+ "typeArguments": [
2258
+ {
2259
+ "type": "intrinsic",
2260
+ "name": "boolean"
2261
+ }
2262
+ ],
2263
+ "name": "Promise",
2264
+ "package": "typescript"
2265
+ }
2266
+ }
2267
+ ]
2268
+ }
2269
+ },
2270
+ "defaultValue": "simd"
2271
+ },
2272
+ {
2273
+ "id": 42,
2274
+ "name": "streamingCompilation",
2275
+ "variant": "declaration",
2276
+ "kind": 1024,
2277
+ "flags": {
2278
+ "isReadonly": true
2279
+ },
2280
+ "sources": [
2281
+ {
2282
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
2283
+ "line": 34,
2284
+ "character": 2,
2285
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L34"
2286
+ }
2287
+ ],
2288
+ "type": {
2289
+ "type": "reflection",
2290
+ "declaration": {
2291
+ "id": 43,
2292
+ "name": "__type",
2293
+ "variant": "declaration",
2294
+ "kind": 65536,
2295
+ "flags": {},
2296
+ "sources": [
2297
+ {
2298
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
2299
+ "line": 15,
2300
+ "character": 22
2301
+ }
2302
+ ],
2303
+ "signatures": [
2304
+ {
2305
+ "id": 44,
2306
+ "name": "__type",
2307
+ "variant": "signature",
2308
+ "kind": 4096,
2309
+ "flags": {},
2310
+ "sources": [
2311
+ {
2312
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
2313
+ "line": 15,
2314
+ "character": 22
2315
+ }
2316
+ ],
2317
+ "type": {
2318
+ "type": "reference",
2319
+ "target": {
2320
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
2321
+ "qualifiedName": "Promise"
2322
+ },
2323
+ "typeArguments": [
2324
+ {
2325
+ "type": "intrinsic",
2326
+ "name": "boolean"
2327
+ }
2328
+ ],
2329
+ "name": "Promise",
2330
+ "package": "typescript"
2331
+ }
2332
+ }
2333
+ ]
2334
+ }
2335
+ },
2336
+ "defaultValue": "streamingCompilation"
2337
+ },
2338
+ {
2339
+ "id": 45,
2340
+ "name": "tailCall",
2341
+ "variant": "declaration",
2342
+ "kind": 1024,
2343
+ "flags": {
2344
+ "isReadonly": true
2345
+ },
2346
+ "sources": [
2347
+ {
2348
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
2349
+ "line": 35,
2350
+ "character": 2,
2351
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L35"
2352
+ }
2353
+ ],
2354
+ "type": {
2355
+ "type": "reflection",
2356
+ "declaration": {
2357
+ "id": 46,
2358
+ "name": "__type",
2359
+ "variant": "declaration",
2360
+ "kind": 65536,
2361
+ "flags": {},
2362
+ "sources": [
2363
+ {
2364
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
2365
+ "line": 16,
2366
+ "character": 10
2367
+ }
2368
+ ],
2369
+ "signatures": [
2370
+ {
2371
+ "id": 47,
2372
+ "name": "__type",
2373
+ "variant": "signature",
2374
+ "kind": 4096,
2375
+ "flags": {},
2376
+ "sources": [
2377
+ {
2378
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
2379
+ "line": 16,
2380
+ "character": 10
2381
+ }
2382
+ ],
2383
+ "type": {
2384
+ "type": "reference",
2385
+ "target": {
2386
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
2387
+ "qualifiedName": "Promise"
2388
+ },
2389
+ "typeArguments": [
2390
+ {
2391
+ "type": "intrinsic",
2392
+ "name": "boolean"
2393
+ }
2394
+ ],
2395
+ "name": "Promise",
2396
+ "package": "typescript"
2397
+ }
2398
+ }
2399
+ ]
2400
+ }
2401
+ },
2402
+ "defaultValue": "tailCall"
2403
+ },
2404
+ {
2405
+ "id": 48,
2406
+ "name": "threads",
2407
+ "variant": "declaration",
2408
+ "kind": 1024,
2409
+ "flags": {
2410
+ "isReadonly": true
2411
+ },
2412
+ "sources": [
2413
+ {
2414
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
2415
+ "line": 36,
2416
+ "character": 2,
2417
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L36"
2418
+ }
2419
+ ],
2420
+ "type": {
2421
+ "type": "reflection",
2422
+ "declaration": {
2423
+ "id": 49,
2424
+ "name": "__type",
2425
+ "variant": "declaration",
2426
+ "kind": 65536,
2427
+ "flags": {},
2428
+ "sources": [
2429
+ {
2430
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
2431
+ "line": 17,
2432
+ "character": 9
2433
+ }
2434
+ ],
2435
+ "signatures": [
2436
+ {
2437
+ "id": 50,
2438
+ "name": "__type",
2439
+ "variant": "signature",
2440
+ "kind": 4096,
2441
+ "flags": {},
2442
+ "sources": [
2443
+ {
2444
+ "fileName": "node_modules/wasm-feature-detect/dist/index.d.ts",
2445
+ "line": 17,
2446
+ "character": 9
2447
+ }
2448
+ ],
2449
+ "type": {
2450
+ "type": "reference",
2451
+ "target": {
2452
+ "sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
2453
+ "qualifiedName": "Promise"
2454
+ },
2455
+ "typeArguments": [
2456
+ {
2457
+ "type": "intrinsic",
2458
+ "name": "boolean"
2459
+ }
2460
+ ],
2461
+ "name": "Promise",
2462
+ "package": "typescript"
2463
+ }
2464
+ }
2465
+ ]
2466
+ }
2467
+ },
2468
+ "defaultValue": "threads"
2469
+ }
2470
+ ],
2471
+ "groups": [
2472
+ {
2473
+ "title": "Properties",
2474
+ "children": [
2475
+ 3,
2476
+ 6,
2477
+ 9,
2478
+ 12,
2479
+ 15,
2480
+ 18,
2481
+ 21,
2482
+ 24,
2483
+ 27,
2484
+ 30,
2485
+ 33,
2486
+ 36,
2487
+ 39,
2488
+ 42,
2489
+ 45,
2490
+ 48
2491
+ ]
2492
+ }
2493
+ ],
2494
+ "sources": [
2495
+ {
2496
+ "fileName": "packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts",
2497
+ "line": 20,
2498
+ "character": 36,
2499
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/01bbe3eabe49d/packages/protocol/packages/core/packages/wasm/src/WasmSupport.ts#L20"
2500
+ }
2501
+ ]
2502
+ }
2503
+ },
2504
+ "defaultValue": "..."
2505
+ }
2506
+ ],
2507
+ "groups": [
2508
+ {
2509
+ "title": "Classes",
2510
+ "children": [
2511
+ 52
2512
+ ]
2513
+ },
2514
+ {
2515
+ "title": "Type Aliases",
2516
+ "children": [
2517
+ 51
2518
+ ]
2519
+ },
2520
+ {
2521
+ "title": "Variables",
2522
+ "children": [
2523
+ 1
2524
+ ]
2525
+ }
2526
+ ],
2527
+ "packageName": "@xyo-network/wasm",
2528
+ "readme": [
2529
+ {
2530
+ "kind": "text",
2531
+ "text": "[![logo][]](https://xyo.network)\n\nPart of [sdk-xyo-clint-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)\n\n[![Socket Badge](https://socket.dev/api/badge/npm/package/@xyo-network/core)](https://socket.dev/npm/package/@xyo-network/core)\n\n## License\n\n> See the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XYO](https://xyo.network)\n\n[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png"
2532
+ }
2533
+ ],
2534
+ "symbolIdMap": {
2535
+ "0": {
2536
+ "sourceFileName": "src/index.ts",
2537
+ "qualifiedName": ""
2538
+ },
2539
+ "1": {
2540
+ "sourceFileName": "src/WasmSupport.ts",
2541
+ "qualifiedName": "WasmFeatureDetectors"
2542
+ },
2543
+ "2": {
2544
+ "sourceFileName": "src/WasmSupport.ts",
2545
+ "qualifiedName": "__object"
2546
+ },
2547
+ "3": {
2548
+ "sourceFileName": "src/WasmSupport.ts",
2549
+ "qualifiedName": "__object.bigInt"
2550
+ },
2551
+ "4": {
2552
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2553
+ "qualifiedName": "__type"
2554
+ },
2555
+ "5": {
2556
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2557
+ "qualifiedName": "__type"
2558
+ },
2559
+ "6": {
2560
+ "sourceFileName": "src/WasmSupport.ts",
2561
+ "qualifiedName": "__object.bulkMemory"
2562
+ },
2563
+ "7": {
2564
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2565
+ "qualifiedName": "__type"
2566
+ },
2567
+ "8": {
2568
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2569
+ "qualifiedName": "__type"
2570
+ },
2571
+ "9": {
2572
+ "sourceFileName": "src/WasmSupport.ts",
2573
+ "qualifiedName": "__object.exceptions"
2574
+ },
2575
+ "10": {
2576
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2577
+ "qualifiedName": "__type"
2578
+ },
2579
+ "11": {
2580
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2581
+ "qualifiedName": "__type"
2582
+ },
2583
+ "12": {
2584
+ "sourceFileName": "src/WasmSupport.ts",
2585
+ "qualifiedName": "__object.extendedConst"
2586
+ },
2587
+ "13": {
2588
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2589
+ "qualifiedName": "__type"
2590
+ },
2591
+ "14": {
2592
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2593
+ "qualifiedName": "__type"
2594
+ },
2595
+ "15": {
2596
+ "sourceFileName": "src/WasmSupport.ts",
2597
+ "qualifiedName": "__object.gc"
2598
+ },
2599
+ "16": {
2600
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2601
+ "qualifiedName": "__type"
2602
+ },
2603
+ "17": {
2604
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2605
+ "qualifiedName": "__type"
2606
+ },
2607
+ "18": {
2608
+ "sourceFileName": "src/WasmSupport.ts",
2609
+ "qualifiedName": "__object.memory64"
2610
+ },
2611
+ "19": {
2612
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2613
+ "qualifiedName": "__type"
2614
+ },
2615
+ "20": {
2616
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2617
+ "qualifiedName": "__type"
2618
+ },
2619
+ "21": {
2620
+ "sourceFileName": "src/WasmSupport.ts",
2621
+ "qualifiedName": "__object.multiValue"
2622
+ },
2623
+ "22": {
2624
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2625
+ "qualifiedName": "__type"
2626
+ },
2627
+ "23": {
2628
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2629
+ "qualifiedName": "__type"
2630
+ },
2631
+ "24": {
2632
+ "sourceFileName": "src/WasmSupport.ts",
2633
+ "qualifiedName": "__object.mutableGlobals"
2634
+ },
2635
+ "25": {
2636
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2637
+ "qualifiedName": "__type"
2638
+ },
2639
+ "26": {
2640
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2641
+ "qualifiedName": "__type"
2642
+ },
2643
+ "27": {
2644
+ "sourceFileName": "src/WasmSupport.ts",
2645
+ "qualifiedName": "__object.referenceTypes"
2646
+ },
2647
+ "28": {
2648
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2649
+ "qualifiedName": "__type"
2650
+ },
2651
+ "29": {
2652
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2653
+ "qualifiedName": "__type"
2654
+ },
2655
+ "30": {
2656
+ "sourceFileName": "src/WasmSupport.ts",
2657
+ "qualifiedName": "__object.relaxedSimd"
2658
+ },
2659
+ "31": {
2660
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2661
+ "qualifiedName": "__type"
2662
+ },
2663
+ "32": {
2664
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2665
+ "qualifiedName": "__type"
2666
+ },
2667
+ "33": {
2668
+ "sourceFileName": "src/WasmSupport.ts",
2669
+ "qualifiedName": "__object.saturatedFloatToInt"
2670
+ },
2671
+ "34": {
2672
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2673
+ "qualifiedName": "__type"
2674
+ },
2675
+ "35": {
2676
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2677
+ "qualifiedName": "__type"
2678
+ },
2679
+ "36": {
2680
+ "sourceFileName": "src/WasmSupport.ts",
2681
+ "qualifiedName": "__object.signExtensions"
2682
+ },
2683
+ "37": {
2684
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2685
+ "qualifiedName": "__type"
2686
+ },
2687
+ "38": {
2688
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2689
+ "qualifiedName": "__type"
2690
+ },
2691
+ "39": {
2692
+ "sourceFileName": "src/WasmSupport.ts",
2693
+ "qualifiedName": "__object.simd"
2694
+ },
2695
+ "40": {
2696
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2697
+ "qualifiedName": "__type"
2698
+ },
2699
+ "41": {
2700
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2701
+ "qualifiedName": "__type"
2702
+ },
2703
+ "42": {
2704
+ "sourceFileName": "src/WasmSupport.ts",
2705
+ "qualifiedName": "__object.streamingCompilation"
2706
+ },
2707
+ "43": {
2708
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2709
+ "qualifiedName": "__type"
2710
+ },
2711
+ "44": {
2712
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2713
+ "qualifiedName": "__type"
2714
+ },
2715
+ "45": {
2716
+ "sourceFileName": "src/WasmSupport.ts",
2717
+ "qualifiedName": "__object.tailCall"
2718
+ },
2719
+ "46": {
2720
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2721
+ "qualifiedName": "__type"
2722
+ },
2723
+ "47": {
2724
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2725
+ "qualifiedName": "__type"
2726
+ },
2727
+ "48": {
2728
+ "sourceFileName": "src/WasmSupport.ts",
2729
+ "qualifiedName": "__object.threads"
2730
+ },
2731
+ "49": {
2732
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2733
+ "qualifiedName": "__type"
2734
+ },
2735
+ "50": {
2736
+ "sourceFileName": "../../../../../../node_modules/wasm-feature-detect/dist/index.d.ts",
2737
+ "qualifiedName": "__type"
2738
+ },
2739
+ "51": {
2740
+ "sourceFileName": "src/WasmSupport.ts",
2741
+ "qualifiedName": "WasmFeature"
2742
+ },
2743
+ "52": {
2744
+ "sourceFileName": "src/WasmSupport.ts",
2745
+ "qualifiedName": "WasmSupport"
2746
+ },
2747
+ "53": {
2748
+ "sourceFileName": "src/WasmSupport.ts",
2749
+ "qualifiedName": "WasmSupport.create"
2750
+ },
2751
+ "54": {
2752
+ "sourceFileName": "src/WasmSupport.ts",
2753
+ "qualifiedName": "WasmSupport.create"
2754
+ },
2755
+ "55": {
2756
+ "sourceFileName": "src/WasmSupport.ts",
2757
+ "qualifiedName": "desiredFeatures"
2758
+ },
2759
+ "56": {
2760
+ "sourceFileName": "src/WasmSupport.ts",
2761
+ "qualifiedName": "WasmSupport.__constructor"
2762
+ },
2763
+ "57": {
2764
+ "sourceFileName": "src/WasmSupport.ts",
2765
+ "qualifiedName": "WasmSupport"
2766
+ },
2767
+ "58": {
2768
+ "sourceFileName": "src/WasmSupport.ts",
2769
+ "qualifiedName": "desiredFeatures"
2770
+ },
2771
+ "59": {
2772
+ "sourceFileName": "src/WasmSupport.ts",
2773
+ "qualifiedName": "WasmSupport._allowWasm"
2774
+ },
2775
+ "60": {
2776
+ "sourceFileName": "src/WasmSupport.ts",
2777
+ "qualifiedName": "WasmSupport._featureSupport"
2778
+ },
2779
+ "61": {
2780
+ "sourceFileName": "src/WasmSupport.ts",
2781
+ "qualifiedName": "WasmSupport._forceWasm"
2782
+ },
2783
+ "62": {
2784
+ "sourceFileName": "src/WasmSupport.ts",
2785
+ "qualifiedName": "WasmSupport._isInitialized"
2786
+ },
2787
+ "63": {
2788
+ "sourceFileName": "src/WasmSupport.ts",
2789
+ "qualifiedName": "WasmSupport._isWasmFeatureSetSupported"
2790
+ },
2791
+ "64": {
2792
+ "sourceFileName": "src/WasmSupport.ts",
2793
+ "qualifiedName": "WasmSupport.desiredFeatures"
2794
+ },
2795
+ "65": {
2796
+ "sourceFileName": "src/WasmSupport.ts",
2797
+ "qualifiedName": "WasmSupport.allowWasm"
2798
+ },
2799
+ "66": {
2800
+ "sourceFileName": "src/WasmSupport.ts",
2801
+ "qualifiedName": "WasmSupport.allowWasm"
2802
+ },
2803
+ "67": {
2804
+ "sourceFileName": "src/WasmSupport.ts",
2805
+ "qualifiedName": "WasmSupport.allowWasm"
2806
+ },
2807
+ "68": {
2808
+ "sourceFileName": "src/WasmSupport.ts",
2809
+ "qualifiedName": "v"
2810
+ },
2811
+ "69": {
2812
+ "sourceFileName": "src/WasmSupport.ts",
2813
+ "qualifiedName": "WasmSupport.canUseWasm"
2814
+ },
2815
+ "70": {
2816
+ "sourceFileName": "src/WasmSupport.ts",
2817
+ "qualifiedName": "WasmSupport.canUseWasm"
2818
+ },
2819
+ "71": {
2820
+ "sourceFileName": "src/WasmSupport.ts",
2821
+ "qualifiedName": "WasmSupport.featureSupport"
2822
+ },
2823
+ "72": {
2824
+ "sourceFileName": "src/WasmSupport.ts",
2825
+ "qualifiedName": "WasmSupport.featureSupport"
2826
+ },
2827
+ "73": {
2828
+ "sourceFileName": "src/WasmSupport.ts",
2829
+ "qualifiedName": "WasmSupport.forceWasm"
2830
+ },
2831
+ "74": {
2832
+ "sourceFileName": "src/WasmSupport.ts",
2833
+ "qualifiedName": "WasmSupport.forceWasm"
2834
+ },
2835
+ "75": {
2836
+ "sourceFileName": "src/WasmSupport.ts",
2837
+ "qualifiedName": "WasmSupport.forceWasm"
2838
+ },
2839
+ "76": {
2840
+ "sourceFileName": "src/WasmSupport.ts",
2841
+ "qualifiedName": "v"
2842
+ },
2843
+ "77": {
2844
+ "sourceFileName": "src/WasmSupport.ts",
2845
+ "qualifiedName": "WasmSupport.isDesiredFeatureSetSupported"
2846
+ },
2847
+ "78": {
2848
+ "sourceFileName": "src/WasmSupport.ts",
2849
+ "qualifiedName": "WasmSupport.isDesiredFeatureSetSupported"
2850
+ },
2851
+ "79": {
2852
+ "sourceFileName": "src/WasmSupport.ts",
2853
+ "qualifiedName": "WasmSupport.isInitialized"
2854
+ },
2855
+ "80": {
2856
+ "sourceFileName": "src/WasmSupport.ts",
2857
+ "qualifiedName": "WasmSupport.isInitialized"
2858
+ },
2859
+ "81": {
2860
+ "sourceFileName": "src/WasmSupport.ts",
2861
+ "qualifiedName": "WasmSupport.featureCheck"
2862
+ },
2863
+ "82": {
2864
+ "sourceFileName": "src/WasmSupport.ts",
2865
+ "qualifiedName": "WasmSupport.featureCheck"
2866
+ },
2867
+ "83": {
2868
+ "sourceFileName": "src/WasmSupport.ts",
2869
+ "qualifiedName": "features"
2870
+ },
2871
+ "84": {
2872
+ "sourceFileName": "src/WasmSupport.ts",
2873
+ "qualifiedName": "WasmSupport.initialize"
2874
+ },
2875
+ "85": {
2876
+ "sourceFileName": "src/WasmSupport.ts",
2877
+ "qualifiedName": "WasmSupport.initialize"
2878
+ },
2879
+ "86": {
2880
+ "sourceFileName": "src/WasmSupport.ts",
2881
+ "qualifiedName": "WasmSupport.detectDesiredFeatures"
2882
+ },
2883
+ "87": {
2884
+ "sourceFileName": "src/WasmSupport.ts",
2885
+ "qualifiedName": "WasmSupport.detectDesiredFeatures"
2886
+ }
2887
+ }
2888
+ }