@iyulab/u-routing 0.3.1 → 0.3.3
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/node/u_routing.cjs +49 -49
- package/node/u_routing_bg.wasm +0 -0
- package/package.json +3 -2
- package/u_routing_bg.js +49 -49
- package/u_routing_bg.wasm +0 -0
package/node/u_routing.cjs
CHANGED
|
@@ -32,7 +32,7 @@ exports.solve_vrp = solve_vrp;
|
|
|
32
32
|
function __wbg_get_imports() {
|
|
33
33
|
const import0 = {
|
|
34
34
|
__proto__: null,
|
|
35
|
-
|
|
35
|
+
__wbg_Error_67e7344beaa85059: function(arg0, arg1) {
|
|
36
36
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
37
37
|
return ret;
|
|
38
38
|
},
|
|
@@ -43,56 +43,56 @@ function __wbg_get_imports() {
|
|
|
43
43
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
44
44
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
45
45
|
},
|
|
46
|
-
|
|
46
|
+
__wbg___wbindgen_bigint_get_as_i64_b482365c149396c8: function(arg0, arg1) {
|
|
47
47
|
const v = arg1;
|
|
48
48
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
49
49
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
50
50
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
51
51
|
},
|
|
52
|
-
|
|
52
|
+
__wbg___wbindgen_boolean_get_7a12af2b3f899c5a: function(arg0) {
|
|
53
53
|
const v = arg0;
|
|
54
54
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
55
55
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
56
56
|
},
|
|
57
|
-
|
|
57
|
+
__wbg___wbindgen_debug_string_0e68cf47c9cbd9b0: function(arg0, arg1) {
|
|
58
58
|
const ret = debugString(arg1);
|
|
59
59
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
60
60
|
const len1 = WASM_VECTOR_LEN;
|
|
61
61
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
62
62
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
63
63
|
},
|
|
64
|
-
|
|
64
|
+
__wbg___wbindgen_in_50072d4d6e45c193: function(arg0, arg1) {
|
|
65
65
|
const ret = arg0 in arg1;
|
|
66
66
|
return ret;
|
|
67
67
|
},
|
|
68
|
-
|
|
68
|
+
__wbg___wbindgen_is_bigint_60fc0336cb14f5d7: function(arg0) {
|
|
69
69
|
const ret = typeof(arg0) === 'bigint';
|
|
70
70
|
return ret;
|
|
71
71
|
},
|
|
72
|
-
|
|
72
|
+
__wbg___wbindgen_is_function_fcda5e3902d732fe: function(arg0) {
|
|
73
73
|
const ret = typeof(arg0) === 'function';
|
|
74
74
|
return ret;
|
|
75
75
|
},
|
|
76
|
-
|
|
76
|
+
__wbg___wbindgen_is_object_edb6b15aa3afe12e: function(arg0) {
|
|
77
77
|
const val = arg0;
|
|
78
78
|
const ret = typeof(val) === 'object' && val !== null;
|
|
79
79
|
return ret;
|
|
80
80
|
},
|
|
81
|
-
|
|
81
|
+
__wbg___wbindgen_jsval_eq_9fdcd3c0a860dd3b: function(arg0, arg1) {
|
|
82
82
|
const ret = arg0 === arg1;
|
|
83
83
|
return ret;
|
|
84
84
|
},
|
|
85
|
-
|
|
85
|
+
__wbg___wbindgen_jsval_loose_eq_3c30021c243b64cd: function(arg0, arg1) {
|
|
86
86
|
const ret = arg0 == arg1;
|
|
87
87
|
return ret;
|
|
88
88
|
},
|
|
89
|
-
|
|
89
|
+
__wbg___wbindgen_number_get_1dc732b810cb937c: function(arg0, arg1) {
|
|
90
90
|
const obj = arg1;
|
|
91
91
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
92
92
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
93
93
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
94
94
|
},
|
|
95
|
-
|
|
95
|
+
__wbg___wbindgen_string_get_92ab86bb19cbc12f: function(arg0, arg1) {
|
|
96
96
|
const obj = arg1;
|
|
97
97
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
98
98
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -100,37 +100,37 @@ function __wbg_get_imports() {
|
|
|
100
100
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
101
101
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
102
102
|
},
|
|
103
|
-
|
|
103
|
+
__wbg___wbindgen_throw_5d9e815e6fdf150f: function(arg0, arg1) {
|
|
104
104
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
105
105
|
},
|
|
106
|
-
|
|
106
|
+
__wbg_call_269c5566fbede3eb: function() { return handleError(function (arg0, arg1) {
|
|
107
107
|
const ret = arg0.call(arg1);
|
|
108
108
|
return ret;
|
|
109
109
|
}, arguments); },
|
|
110
|
-
|
|
110
|
+
__wbg_done_cffed884d87aa22e: function(arg0) {
|
|
111
111
|
const ret = arg0.done;
|
|
112
112
|
return ret;
|
|
113
113
|
},
|
|
114
|
-
|
|
114
|
+
__wbg_entries_972a87586902cf87: function(arg0) {
|
|
115
115
|
const ret = Object.entries(arg0);
|
|
116
116
|
return ret;
|
|
117
117
|
},
|
|
118
|
-
|
|
118
|
+
__wbg_getRandomValues_436a51d0629d84e1: function() { return handleError(function (arg0, arg1) {
|
|
119
119
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
120
120
|
}, arguments); },
|
|
121
|
-
|
|
122
|
-
const ret = arg0[arg1 >>> 0];
|
|
123
|
-
return ret;
|
|
124
|
-
},
|
|
125
|
-
__wbg_get_c7eb1f358a7654df: function() { return handleError(function (arg0, arg1) {
|
|
121
|
+
__wbg_get_6cf5a4d4d8ad3c5a: function() { return handleError(function (arg0, arg1) {
|
|
126
122
|
const ret = Reflect.get(arg0, arg1);
|
|
127
123
|
return ret;
|
|
128
124
|
}, arguments); },
|
|
129
|
-
|
|
125
|
+
__wbg_get_b1f0ab13c737f856: function(arg0, arg1) {
|
|
126
|
+
const ret = arg0[arg1 >>> 0];
|
|
127
|
+
return ret;
|
|
128
|
+
},
|
|
129
|
+
__wbg_get_unchecked_363572bdd397d473: function(arg0, arg1) {
|
|
130
130
|
const ret = arg0[arg1 >>> 0];
|
|
131
131
|
return ret;
|
|
132
132
|
},
|
|
133
|
-
|
|
133
|
+
__wbg_instanceof_ArrayBuffer_d4ff01f8247925ae: function(arg0) {
|
|
134
134
|
let result;
|
|
135
135
|
try {
|
|
136
136
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -140,7 +140,7 @@ function __wbg_get_imports() {
|
|
|
140
140
|
const ret = result;
|
|
141
141
|
return ret;
|
|
142
142
|
},
|
|
143
|
-
|
|
143
|
+
__wbg_instanceof_Map_1ff6a2b54c899f0d: function(arg0) {
|
|
144
144
|
let result;
|
|
145
145
|
try {
|
|
146
146
|
result = arg0 instanceof Map;
|
|
@@ -150,7 +150,7 @@ function __wbg_get_imports() {
|
|
|
150
150
|
const ret = result;
|
|
151
151
|
return ret;
|
|
152
152
|
},
|
|
153
|
-
|
|
153
|
+
__wbg_instanceof_Uint8Array_598adc0fef426aa8: function(arg0) {
|
|
154
154
|
let result;
|
|
155
155
|
try {
|
|
156
156
|
result = arg0 instanceof Uint8Array;
|
|
@@ -160,79 +160,79 @@ function __wbg_get_imports() {
|
|
|
160
160
|
const ret = result;
|
|
161
161
|
return ret;
|
|
162
162
|
},
|
|
163
|
-
|
|
163
|
+
__wbg_isArray_5674713bb7b79043: function(arg0) {
|
|
164
164
|
const ret = Array.isArray(arg0);
|
|
165
165
|
return ret;
|
|
166
166
|
},
|
|
167
|
-
|
|
167
|
+
__wbg_isSafeInteger_8f51c743827d1ec5: function(arg0) {
|
|
168
168
|
const ret = Number.isSafeInteger(arg0);
|
|
169
169
|
return ret;
|
|
170
170
|
},
|
|
171
|
-
|
|
171
|
+
__wbg_iterator_22ddeb808cf55a6f: function() {
|
|
172
172
|
const ret = Symbol.iterator;
|
|
173
173
|
return ret;
|
|
174
174
|
},
|
|
175
|
-
|
|
175
|
+
__wbg_length_31bdaf014f5fbde2: function(arg0) {
|
|
176
176
|
const ret = arg0.length;
|
|
177
177
|
return ret;
|
|
178
178
|
},
|
|
179
|
-
|
|
179
|
+
__wbg_length_4e1adc0d42e23620: function(arg0) {
|
|
180
180
|
const ret = arg0.length;
|
|
181
181
|
return ret;
|
|
182
182
|
},
|
|
183
|
-
|
|
184
|
-
const ret = new Array();
|
|
185
|
-
return ret;
|
|
186
|
-
},
|
|
187
|
-
__wbg_new_cd45aabdf6073e84: function(arg0) {
|
|
183
|
+
__wbg_new_1da3429bc3c4541c: function(arg0) {
|
|
188
184
|
const ret = new Uint8Array(arg0);
|
|
189
185
|
return ret;
|
|
190
186
|
},
|
|
191
|
-
|
|
187
|
+
__wbg_new_bebc3f4757acf305: function() {
|
|
192
188
|
const ret = new Object();
|
|
193
189
|
return ret;
|
|
194
190
|
},
|
|
195
|
-
|
|
191
|
+
__wbg_new_ffa92086ea89f79c: function() {
|
|
192
|
+
const ret = new Array();
|
|
193
|
+
return ret;
|
|
194
|
+
},
|
|
195
|
+
__wbg_next_95053e306b1c3aed: function(arg0) {
|
|
196
196
|
const ret = arg0.next;
|
|
197
197
|
return ret;
|
|
198
198
|
},
|
|
199
|
-
|
|
199
|
+
__wbg_next_f31ecb8646d2c605: function() { return handleError(function (arg0) {
|
|
200
200
|
const ret = arg0.next();
|
|
201
201
|
return ret;
|
|
202
202
|
}, arguments); },
|
|
203
|
-
|
|
203
|
+
__wbg_now_d1fb6650485d7f3e: function() {
|
|
204
204
|
const ret = Date.now();
|
|
205
205
|
return ret;
|
|
206
206
|
},
|
|
207
|
-
|
|
207
|
+
__wbg_prototypesetcall_ae9f5e7459250748: function(arg0, arg1, arg2) {
|
|
208
208
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
209
209
|
},
|
|
210
|
+
__wbg_set_13d25b81ab403f5e: function(arg0, arg1, arg2) {
|
|
211
|
+
arg0[arg1 >>> 0] = arg2;
|
|
212
|
+
},
|
|
210
213
|
__wbg_set_6be42768c690e380: function(arg0, arg1, arg2) {
|
|
211
214
|
arg0[arg1] = arg2;
|
|
212
215
|
},
|
|
213
|
-
|
|
214
|
-
arg0[arg1 >>> 0] = arg2;
|
|
215
|
-
},
|
|
216
|
-
__wbg_value_a5d5488a9589444a: function(arg0) {
|
|
216
|
+
__wbg_value_c227f843d21da141: function(arg0) {
|
|
217
217
|
const ret = arg0.value;
|
|
218
218
|
return ret;
|
|
219
219
|
},
|
|
220
|
-
|
|
220
|
+
__wbindgen_generic_0000000000000001: function(arg0) {
|
|
221
221
|
// Cast intrinsic for `F64 -> Externref`.
|
|
222
222
|
const ret = arg0;
|
|
223
223
|
return ret;
|
|
224
224
|
},
|
|
225
|
-
|
|
225
|
+
__wbindgen_generic_0000000000000002: function(arg0) {
|
|
226
226
|
// Cast intrinsic for `I64 -> Externref`.
|
|
227
227
|
const ret = arg0;
|
|
228
228
|
return ret;
|
|
229
229
|
},
|
|
230
|
-
|
|
230
|
+
__wbindgen_generic_0000000000000003: function(arg0, arg1) {
|
|
231
231
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
232
232
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
233
233
|
return ret;
|
|
234
234
|
},
|
|
235
|
-
|
|
235
|
+
__wbindgen_generic_0000000000000004: function(arg0) {
|
|
236
236
|
// Cast intrinsic for `U64 -> Externref`.
|
|
237
237
|
const ret = BigInt.asUintN(64, arg0);
|
|
238
238
|
return ret;
|
package/node/u_routing_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"iyulab"
|
|
6
6
|
],
|
|
7
7
|
"description": "Vehicle routing optimization: TSP, CVRP, VRPTW with constructive heuristics, local search, GA, and ALNS.",
|
|
8
|
-
"version": "0.3.
|
|
8
|
+
"version": "0.3.3",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"types": "./u_routing.d.ts",
|
|
42
42
|
"default": "./u_routing.js"
|
|
43
|
-
}
|
|
43
|
+
},
|
|
44
|
+
"./package.json": "./package.json"
|
|
44
45
|
}
|
|
45
46
|
}
|
package/u_routing_bg.js
CHANGED
|
@@ -26,7 +26,7 @@ export function solve_vrp(problem) {
|
|
|
26
26
|
}
|
|
27
27
|
return takeFromExternrefTable0(ret[0]);
|
|
28
28
|
}
|
|
29
|
-
export function
|
|
29
|
+
export function __wbg_Error_67e7344beaa85059(arg0, arg1) {
|
|
30
30
|
const ret = Error(getStringFromWasm0(arg0, arg1));
|
|
31
31
|
return ret;
|
|
32
32
|
}
|
|
@@ -37,56 +37,56 @@ export function __wbg_String_8564e559799eccda(arg0, arg1) {
|
|
|
37
37
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
38
38
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
39
39
|
}
|
|
40
|
-
export function
|
|
40
|
+
export function __wbg___wbindgen_bigint_get_as_i64_b482365c149396c8(arg0, arg1) {
|
|
41
41
|
const v = arg1;
|
|
42
42
|
const ret = typeof(v) === 'bigint' ? v : undefined;
|
|
43
43
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
44
44
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
45
45
|
}
|
|
46
|
-
export function
|
|
46
|
+
export function __wbg___wbindgen_boolean_get_7a12af2b3f899c5a(arg0) {
|
|
47
47
|
const v = arg0;
|
|
48
48
|
const ret = typeof(v) === 'boolean' ? v : undefined;
|
|
49
49
|
return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
|
|
50
50
|
}
|
|
51
|
-
export function
|
|
51
|
+
export function __wbg___wbindgen_debug_string_0e68cf47c9cbd9b0(arg0, arg1) {
|
|
52
52
|
const ret = debugString(arg1);
|
|
53
53
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
54
54
|
const len1 = WASM_VECTOR_LEN;
|
|
55
55
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
56
56
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
57
57
|
}
|
|
58
|
-
export function
|
|
58
|
+
export function __wbg___wbindgen_in_50072d4d6e45c193(arg0, arg1) {
|
|
59
59
|
const ret = arg0 in arg1;
|
|
60
60
|
return ret;
|
|
61
61
|
}
|
|
62
|
-
export function
|
|
62
|
+
export function __wbg___wbindgen_is_bigint_60fc0336cb14f5d7(arg0) {
|
|
63
63
|
const ret = typeof(arg0) === 'bigint';
|
|
64
64
|
return ret;
|
|
65
65
|
}
|
|
66
|
-
export function
|
|
66
|
+
export function __wbg___wbindgen_is_function_fcda5e3902d732fe(arg0) {
|
|
67
67
|
const ret = typeof(arg0) === 'function';
|
|
68
68
|
return ret;
|
|
69
69
|
}
|
|
70
|
-
export function
|
|
70
|
+
export function __wbg___wbindgen_is_object_edb6b15aa3afe12e(arg0) {
|
|
71
71
|
const val = arg0;
|
|
72
72
|
const ret = typeof(val) === 'object' && val !== null;
|
|
73
73
|
return ret;
|
|
74
74
|
}
|
|
75
|
-
export function
|
|
75
|
+
export function __wbg___wbindgen_jsval_eq_9fdcd3c0a860dd3b(arg0, arg1) {
|
|
76
76
|
const ret = arg0 === arg1;
|
|
77
77
|
return ret;
|
|
78
78
|
}
|
|
79
|
-
export function
|
|
79
|
+
export function __wbg___wbindgen_jsval_loose_eq_3c30021c243b64cd(arg0, arg1) {
|
|
80
80
|
const ret = arg0 == arg1;
|
|
81
81
|
return ret;
|
|
82
82
|
}
|
|
83
|
-
export function
|
|
83
|
+
export function __wbg___wbindgen_number_get_1dc732b810cb937c(arg0, arg1) {
|
|
84
84
|
const obj = arg1;
|
|
85
85
|
const ret = typeof(obj) === 'number' ? obj : undefined;
|
|
86
86
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
87
87
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
88
88
|
}
|
|
89
|
-
export function
|
|
89
|
+
export function __wbg___wbindgen_string_get_92ab86bb19cbc12f(arg0, arg1) {
|
|
90
90
|
const obj = arg1;
|
|
91
91
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
92
92
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
@@ -94,37 +94,37 @@ export function __wbg___wbindgen_string_get_b0ca35b86a603356(arg0, arg1) {
|
|
|
94
94
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
95
95
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
96
96
|
}
|
|
97
|
-
export function
|
|
97
|
+
export function __wbg___wbindgen_throw_5d9e815e6fdf150f(arg0, arg1) {
|
|
98
98
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
99
99
|
}
|
|
100
|
-
export function
|
|
100
|
+
export function __wbg_call_269c5566fbede3eb() { return handleError(function (arg0, arg1) {
|
|
101
101
|
const ret = arg0.call(arg1);
|
|
102
102
|
return ret;
|
|
103
103
|
}, arguments); }
|
|
104
|
-
export function
|
|
104
|
+
export function __wbg_done_cffed884d87aa22e(arg0) {
|
|
105
105
|
const ret = arg0.done;
|
|
106
106
|
return ret;
|
|
107
107
|
}
|
|
108
|
-
export function
|
|
108
|
+
export function __wbg_entries_972a87586902cf87(arg0) {
|
|
109
109
|
const ret = Object.entries(arg0);
|
|
110
110
|
return ret;
|
|
111
111
|
}
|
|
112
|
-
export function
|
|
112
|
+
export function __wbg_getRandomValues_436a51d0629d84e1() { return handleError(function (arg0, arg1) {
|
|
113
113
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
114
114
|
}, arguments); }
|
|
115
|
-
export function
|
|
116
|
-
const ret = arg0[arg1 >>> 0];
|
|
117
|
-
return ret;
|
|
118
|
-
}
|
|
119
|
-
export function __wbg_get_c7eb1f358a7654df() { return handleError(function (arg0, arg1) {
|
|
115
|
+
export function __wbg_get_6cf5a4d4d8ad3c5a() { return handleError(function (arg0, arg1) {
|
|
120
116
|
const ret = Reflect.get(arg0, arg1);
|
|
121
117
|
return ret;
|
|
122
118
|
}, arguments); }
|
|
123
|
-
export function
|
|
119
|
+
export function __wbg_get_b1f0ab13c737f856(arg0, arg1) {
|
|
120
|
+
const ret = arg0[arg1 >>> 0];
|
|
121
|
+
return ret;
|
|
122
|
+
}
|
|
123
|
+
export function __wbg_get_unchecked_363572bdd397d473(arg0, arg1) {
|
|
124
124
|
const ret = arg0[arg1 >>> 0];
|
|
125
125
|
return ret;
|
|
126
126
|
}
|
|
127
|
-
export function
|
|
127
|
+
export function __wbg_instanceof_ArrayBuffer_d4ff01f8247925ae(arg0) {
|
|
128
128
|
let result;
|
|
129
129
|
try {
|
|
130
130
|
result = arg0 instanceof ArrayBuffer;
|
|
@@ -134,7 +134,7 @@ export function __wbg_instanceof_ArrayBuffer_4480b9e0068a8adb(arg0) {
|
|
|
134
134
|
const ret = result;
|
|
135
135
|
return ret;
|
|
136
136
|
}
|
|
137
|
-
export function
|
|
137
|
+
export function __wbg_instanceof_Map_1ff6a2b54c899f0d(arg0) {
|
|
138
138
|
let result;
|
|
139
139
|
try {
|
|
140
140
|
result = arg0 instanceof Map;
|
|
@@ -144,7 +144,7 @@ export function __wbg_instanceof_Map_e5b5e3db98422fcc(arg0) {
|
|
|
144
144
|
const ret = result;
|
|
145
145
|
return ret;
|
|
146
146
|
}
|
|
147
|
-
export function
|
|
147
|
+
export function __wbg_instanceof_Uint8Array_598adc0fef426aa8(arg0) {
|
|
148
148
|
let result;
|
|
149
149
|
try {
|
|
150
150
|
result = arg0 instanceof Uint8Array;
|
|
@@ -154,79 +154,79 @@ export function __wbg_instanceof_Uint8Array_309b927aaf7a3fc7(arg0) {
|
|
|
154
154
|
const ret = result;
|
|
155
155
|
return ret;
|
|
156
156
|
}
|
|
157
|
-
export function
|
|
157
|
+
export function __wbg_isArray_5674713bb7b79043(arg0) {
|
|
158
158
|
const ret = Array.isArray(arg0);
|
|
159
159
|
return ret;
|
|
160
160
|
}
|
|
161
|
-
export function
|
|
161
|
+
export function __wbg_isSafeInteger_8f51c743827d1ec5(arg0) {
|
|
162
162
|
const ret = Number.isSafeInteger(arg0);
|
|
163
163
|
return ret;
|
|
164
164
|
}
|
|
165
|
-
export function
|
|
165
|
+
export function __wbg_iterator_22ddeb808cf55a6f() {
|
|
166
166
|
const ret = Symbol.iterator;
|
|
167
167
|
return ret;
|
|
168
168
|
}
|
|
169
|
-
export function
|
|
169
|
+
export function __wbg_length_31bdaf014f5fbde2(arg0) {
|
|
170
170
|
const ret = arg0.length;
|
|
171
171
|
return ret;
|
|
172
172
|
}
|
|
173
|
-
export function
|
|
173
|
+
export function __wbg_length_4e1adc0d42e23620(arg0) {
|
|
174
174
|
const ret = arg0.length;
|
|
175
175
|
return ret;
|
|
176
176
|
}
|
|
177
|
-
export function
|
|
178
|
-
const ret = new Array();
|
|
179
|
-
return ret;
|
|
180
|
-
}
|
|
181
|
-
export function __wbg_new_cd45aabdf6073e84(arg0) {
|
|
177
|
+
export function __wbg_new_1da3429bc3c4541c(arg0) {
|
|
182
178
|
const ret = new Uint8Array(arg0);
|
|
183
179
|
return ret;
|
|
184
180
|
}
|
|
185
|
-
export function
|
|
181
|
+
export function __wbg_new_bebc3f4757acf305() {
|
|
186
182
|
const ret = new Object();
|
|
187
183
|
return ret;
|
|
188
184
|
}
|
|
189
|
-
export function
|
|
185
|
+
export function __wbg_new_ffa92086ea89f79c() {
|
|
186
|
+
const ret = new Array();
|
|
187
|
+
return ret;
|
|
188
|
+
}
|
|
189
|
+
export function __wbg_next_95053e306b1c3aed(arg0) {
|
|
190
190
|
const ret = arg0.next;
|
|
191
191
|
return ret;
|
|
192
192
|
}
|
|
193
|
-
export function
|
|
193
|
+
export function __wbg_next_f31ecb8646d2c605() { return handleError(function (arg0) {
|
|
194
194
|
const ret = arg0.next();
|
|
195
195
|
return ret;
|
|
196
196
|
}, arguments); }
|
|
197
|
-
export function
|
|
197
|
+
export function __wbg_now_d1fb6650485d7f3e() {
|
|
198
198
|
const ret = Date.now();
|
|
199
199
|
return ret;
|
|
200
200
|
}
|
|
201
|
-
export function
|
|
201
|
+
export function __wbg_prototypesetcall_ae9f5e7459250748(arg0, arg1, arg2) {
|
|
202
202
|
Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
|
|
203
203
|
}
|
|
204
|
+
export function __wbg_set_13d25b81ab403f5e(arg0, arg1, arg2) {
|
|
205
|
+
arg0[arg1 >>> 0] = arg2;
|
|
206
|
+
}
|
|
204
207
|
export function __wbg_set_6be42768c690e380(arg0, arg1, arg2) {
|
|
205
208
|
arg0[arg1] = arg2;
|
|
206
209
|
}
|
|
207
|
-
export function
|
|
208
|
-
arg0[arg1 >>> 0] = arg2;
|
|
209
|
-
}
|
|
210
|
-
export function __wbg_value_a5d5488a9589444a(arg0) {
|
|
210
|
+
export function __wbg_value_c227f843d21da141(arg0) {
|
|
211
211
|
const ret = arg0.value;
|
|
212
212
|
return ret;
|
|
213
213
|
}
|
|
214
|
-
export function
|
|
214
|
+
export function __wbindgen_generic_0000000000000001(arg0) {
|
|
215
215
|
// Cast intrinsic for `F64 -> Externref`.
|
|
216
216
|
const ret = arg0;
|
|
217
217
|
return ret;
|
|
218
218
|
}
|
|
219
|
-
export function
|
|
219
|
+
export function __wbindgen_generic_0000000000000002(arg0) {
|
|
220
220
|
// Cast intrinsic for `I64 -> Externref`.
|
|
221
221
|
const ret = arg0;
|
|
222
222
|
return ret;
|
|
223
223
|
}
|
|
224
|
-
export function
|
|
224
|
+
export function __wbindgen_generic_0000000000000003(arg0, arg1) {
|
|
225
225
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
226
226
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
227
227
|
return ret;
|
|
228
228
|
}
|
|
229
|
-
export function
|
|
229
|
+
export function __wbindgen_generic_0000000000000004(arg0) {
|
|
230
230
|
// Cast intrinsic for `U64 -> Externref`.
|
|
231
231
|
const ret = BigInt.asUintN(64, arg0);
|
|
232
232
|
return ret;
|
package/u_routing_bg.wasm
CHANGED
|
Binary file
|