geo-polygonize 0.39.7 → 0.39.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/geo_polygonize.wasm +0 -0
- package/dist/geo_polygonize_simd.wasm +0 -0
- package/dist/slim/cjs/bindings/DiagnosticsOptions.d.ts +1 -0
- package/dist/slim/cjs/index_slim.js +35 -0
- package/dist/slim/es/bindings/DiagnosticsOptions.d.ts +1 -0
- package/dist/slim/es/index_slim.js +35 -0
- package/dist/slim/pkg-scalar/geo_polygonize.d.ts +1 -0
- package/dist/slim/pkg-scalar/geo_polygonize_bg.wasm.d.ts +1 -0
- package/dist/slim/pkg-wrapper/bindings/DiagnosticsOptions.d.ts +1 -0
- package/dist/standard/cjs/bindings/DiagnosticsOptions.d.ts +1 -0
- package/dist/standard/cjs/index.js +37 -2
- package/dist/standard/es/bindings/DiagnosticsOptions.d.ts +1 -0
- package/dist/standard/es/index.js +37 -2
- package/dist/standard/pkg-scalar/geo_polygonize.d.ts +1 -0
- package/dist/standard/pkg-scalar/geo_polygonize_bg.wasm.d.ts +1 -0
- package/dist/standard/pkg-wrapper/bindings/DiagnosticsOptions.d.ts +1 -0
- package/dist/threads/es/bindings/DiagnosticsOptions.d.ts +1 -0
- package/dist/threads/es/index.js +17 -0
- package/dist/threads/pkg-wrapper/bindings/DiagnosticsOptions.d.ts +1 -0
- package/package.json +1 -1
package/dist/geo_polygonize.wasm
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -464,6 +464,18 @@ function __wbg_get_imports() {
|
|
|
464
464
|
const ret = new Object();
|
|
465
465
|
return ret;
|
|
466
466
|
},
|
|
467
|
+
__wbg_now_16f0c993d5dd6c27: function() {
|
|
468
|
+
const ret = Date.now();
|
|
469
|
+
return ret;
|
|
470
|
+
},
|
|
471
|
+
__wbg_now_e7c6795a7f81e10f: function(arg0) {
|
|
472
|
+
const ret = arg0.now();
|
|
473
|
+
return ret;
|
|
474
|
+
},
|
|
475
|
+
__wbg_performance_3fcf6e32a7e1ed0a: function(arg0) {
|
|
476
|
+
const ret = arg0.performance;
|
|
477
|
+
return ret;
|
|
478
|
+
},
|
|
467
479
|
__wbg_polygonizerwasmerror_new: function(arg0) {
|
|
468
480
|
const ret = PolygonizerWasmError.__wrap(arg0);
|
|
469
481
|
return ret;
|
|
@@ -484,6 +496,22 @@ function __wbg_get_imports() {
|
|
|
484
496
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
485
497
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
486
498
|
},
|
|
499
|
+
__wbg_static_accessor_GLOBAL_8adb955bd33fac2f: function() {
|
|
500
|
+
const ret = typeof global === 'undefined' ? null : global;
|
|
501
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
502
|
+
},
|
|
503
|
+
__wbg_static_accessor_GLOBAL_THIS_ad356e0db91c7913: function() {
|
|
504
|
+
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
505
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
506
|
+
},
|
|
507
|
+
__wbg_static_accessor_SELF_f207c857566db248: function() {
|
|
508
|
+
const ret = typeof self === 'undefined' ? null : self;
|
|
509
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
510
|
+
},
|
|
511
|
+
__wbg_static_accessor_WINDOW_bb9f1ba69d61b386: function() {
|
|
512
|
+
const ret = typeof window === 'undefined' ? null : window;
|
|
513
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
514
|
+
},
|
|
487
515
|
__wbindgen_cast_0000000000000001: function(arg0) {
|
|
488
516
|
// Cast intrinsic for `F64 -> Externref`.
|
|
489
517
|
const ret = arg0;
|
|
@@ -522,6 +550,12 @@ const WasmPolygonResultFinalization = (typeof FinalizationRegistry === 'undefine
|
|
|
522
550
|
? { register: () => {}, unregister: () => {} }
|
|
523
551
|
: new FinalizationRegistry(ptr => wasm.__wbg_wasmpolygonresult_free(ptr >>> 0, 1));
|
|
524
552
|
|
|
553
|
+
function addToExternrefTable0(obj) {
|
|
554
|
+
const idx = wasm.__externref_table_alloc();
|
|
555
|
+
wasm.__wbindgen_externrefs.set(idx, obj);
|
|
556
|
+
return idx;
|
|
557
|
+
}
|
|
558
|
+
|
|
525
559
|
function debugString(val) {
|
|
526
560
|
// primitive types
|
|
527
561
|
const type = typeof val;
|
|
@@ -852,6 +886,7 @@ const cfbRobustOptions = {
|
|
|
852
886
|
diagnostics: {
|
|
853
887
|
enabled: true,
|
|
854
888
|
report_mode: true,
|
|
889
|
+
timings: false,
|
|
855
890
|
},
|
|
856
891
|
provenance: {
|
|
857
892
|
enabled: true,
|
|
@@ -461,6 +461,18 @@ function __wbg_get_imports() {
|
|
|
461
461
|
const ret = new Object();
|
|
462
462
|
return ret;
|
|
463
463
|
},
|
|
464
|
+
__wbg_now_16f0c993d5dd6c27: function() {
|
|
465
|
+
const ret = Date.now();
|
|
466
|
+
return ret;
|
|
467
|
+
},
|
|
468
|
+
__wbg_now_e7c6795a7f81e10f: function(arg0) {
|
|
469
|
+
const ret = arg0.now();
|
|
470
|
+
return ret;
|
|
471
|
+
},
|
|
472
|
+
__wbg_performance_3fcf6e32a7e1ed0a: function(arg0) {
|
|
473
|
+
const ret = arg0.performance;
|
|
474
|
+
return ret;
|
|
475
|
+
},
|
|
464
476
|
__wbg_polygonizerwasmerror_new: function(arg0) {
|
|
465
477
|
const ret = PolygonizerWasmError.__wrap(arg0);
|
|
466
478
|
return ret;
|
|
@@ -481,6 +493,22 @@ function __wbg_get_imports() {
|
|
|
481
493
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
482
494
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
483
495
|
},
|
|
496
|
+
__wbg_static_accessor_GLOBAL_8adb955bd33fac2f: function() {
|
|
497
|
+
const ret = typeof global === 'undefined' ? null : global;
|
|
498
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
499
|
+
},
|
|
500
|
+
__wbg_static_accessor_GLOBAL_THIS_ad356e0db91c7913: function() {
|
|
501
|
+
const ret = typeof globalThis === 'undefined' ? null : globalThis;
|
|
502
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
503
|
+
},
|
|
504
|
+
__wbg_static_accessor_SELF_f207c857566db248: function() {
|
|
505
|
+
const ret = typeof self === 'undefined' ? null : self;
|
|
506
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
507
|
+
},
|
|
508
|
+
__wbg_static_accessor_WINDOW_bb9f1ba69d61b386: function() {
|
|
509
|
+
const ret = typeof window === 'undefined' ? null : window;
|
|
510
|
+
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
511
|
+
},
|
|
484
512
|
__wbindgen_cast_0000000000000001: function(arg0) {
|
|
485
513
|
// Cast intrinsic for `F64 -> Externref`.
|
|
486
514
|
const ret = arg0;
|
|
@@ -519,6 +547,12 @@ const WasmPolygonResultFinalization = (typeof FinalizationRegistry === 'undefine
|
|
|
519
547
|
? { register: () => {}, unregister: () => {} }
|
|
520
548
|
: new FinalizationRegistry(ptr => wasm.__wbg_wasmpolygonresult_free(ptr >>> 0, 1));
|
|
521
549
|
|
|
550
|
+
function addToExternrefTable0(obj) {
|
|
551
|
+
const idx = wasm.__externref_table_alloc();
|
|
552
|
+
wasm.__wbindgen_externrefs.set(idx, obj);
|
|
553
|
+
return idx;
|
|
554
|
+
}
|
|
555
|
+
|
|
522
556
|
function debugString(val) {
|
|
523
557
|
// primitive types
|
|
524
558
|
const type = typeof val;
|
|
@@ -849,6 +883,7 @@ const cfbRobustOptions = {
|
|
|
849
883
|
diagnostics: {
|
|
850
884
|
enabled: true,
|
|
851
885
|
report_mode: true,
|
|
886
|
+
timings: false,
|
|
852
887
|
},
|
|
853
888
|
provenance: {
|
|
854
889
|
enabled: true,
|
|
@@ -91,6 +91,7 @@ export interface InitOutput {
|
|
|
91
91
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
92
92
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
93
93
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
94
|
+
readonly __externref_table_alloc: () => number;
|
|
94
95
|
readonly __wbindgen_externrefs: WebAssembly.Table;
|
|
95
96
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
96
97
|
readonly __wbindgen_start: () => void;
|
|
@@ -32,6 +32,7 @@ export const polygonize_result_free: () => void;
|
|
|
32
32
|
export const __wbindgen_malloc: (a: number, b: number) => number;
|
|
33
33
|
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
34
34
|
export const __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
35
|
+
export const __externref_table_alloc: () => number;
|
|
35
36
|
export const __wbindgen_externrefs: WebAssembly.Table;
|
|
36
37
|
export const __externref_table_dealloc: (a: number) => void;
|
|
37
38
|
export const __wbindgen_start: () => void;
|