@ifc-lite/wasm 1.16.4 → 1.16.6
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/package.json +1 -1
- package/pkg/ifc-lite.d.ts +3 -3
- package/pkg/ifc-lite.js +8 -8
- package/pkg/ifc-lite_bg.wasm +0 -0
package/package.json
CHANGED
package/pkg/ifc-lite.d.ts
CHANGED
|
@@ -1194,9 +1194,9 @@ export interface InitOutput {
|
|
|
1194
1194
|
readonly profileentryjs_expressId: (a: number) => number;
|
|
1195
1195
|
readonly symboliccircle_expressId: (a: number) => number;
|
|
1196
1196
|
readonly __wbg_gpuinstancedgeometryref_free: (a: number, b: number) => void;
|
|
1197
|
-
readonly
|
|
1198
|
-
readonly
|
|
1199
|
-
readonly
|
|
1197
|
+
readonly __wasm_bindgen_func_elem_1141: (a: number, b: number, c: number) => void;
|
|
1198
|
+
readonly __wasm_bindgen_func_elem_1140: (a: number, b: number) => void;
|
|
1199
|
+
readonly __wasm_bindgen_func_elem_1181: (a: number, b: number, c: number, d: number) => void;
|
|
1200
1200
|
readonly __wbindgen_export: (a: number) => void;
|
|
1201
1201
|
readonly __wbindgen_export2: (a: number, b: number, c: number) => void;
|
|
1202
1202
|
readonly __wbindgen_export3: (a: number, b: number) => number;
|
package/pkg/ifc-lite.js
CHANGED
|
@@ -212,12 +212,12 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
212
212
|
|
|
213
213
|
let WASM_VECTOR_LEN = 0;
|
|
214
214
|
|
|
215
|
-
function
|
|
216
|
-
wasm.
|
|
215
|
+
function __wasm_bindgen_func_elem_1141(arg0, arg1, arg2) {
|
|
216
|
+
wasm.__wasm_bindgen_func_elem_1141(arg0, arg1, addHeapObject(arg2));
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
-
function
|
|
220
|
-
wasm.
|
|
219
|
+
function __wasm_bindgen_func_elem_1181(arg0, arg1, arg2, arg3) {
|
|
220
|
+
wasm.__wasm_bindgen_func_elem_1181(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
221
221
|
}
|
|
222
222
|
|
|
223
223
|
const GeoReferenceJsFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -3093,7 +3093,7 @@ function __wbg_get_imports() {
|
|
|
3093
3093
|
const a = state0.a;
|
|
3094
3094
|
state0.a = 0;
|
|
3095
3095
|
try {
|
|
3096
|
-
return
|
|
3096
|
+
return __wasm_bindgen_func_elem_1181(a, state0.b, arg0, arg1);
|
|
3097
3097
|
} finally {
|
|
3098
3098
|
state0.a = a;
|
|
3099
3099
|
}
|
|
@@ -3205,9 +3205,9 @@ function __wbg_get_imports() {
|
|
|
3205
3205
|
const ret = BigInt.asUintN(64, arg0);
|
|
3206
3206
|
return addHeapObject(ret);
|
|
3207
3207
|
};
|
|
3208
|
-
imports.wbg.
|
|
3209
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
3210
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3208
|
+
imports.wbg.__wbindgen_cast_782a03ac5d769879 = function(arg0, arg1) {
|
|
3209
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 151, function: Function { arguments: [Externref], shim_idx: 152, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3210
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_1140, __wasm_bindgen_func_elem_1141);
|
|
3211
3211
|
return addHeapObject(ret);
|
|
3212
3212
|
};
|
|
3213
3213
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
package/pkg/ifc-lite_bg.wasm
CHANGED
|
Binary file
|