@ifc-lite/wasm 1.10.0 → 1.11.0
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 +5 -5
- package/pkg/ifc-lite.js +9 -9
- package/pkg/ifc-lite_bg.wasm +0 -0
package/package.json
CHANGED
package/pkg/ifc-lite.d.ts
CHANGED
|
@@ -1035,11 +1035,11 @@ export interface InitOutput {
|
|
|
1035
1035
|
readonly instancedgeometry_geometryId: (a: number) => bigint;
|
|
1036
1036
|
readonly meshcollection_rtcOffsetX: (a: number) => number;
|
|
1037
1037
|
readonly symboliccircle_expressId: (a: number) => number;
|
|
1038
|
-
readonly
|
|
1039
|
-
readonly
|
|
1040
|
-
readonly
|
|
1041
|
-
readonly
|
|
1042
|
-
readonly
|
|
1038
|
+
readonly __wasm_bindgen_func_elem_1026: (a: number, b: number, c: number) => void;
|
|
1039
|
+
readonly __wasm_bindgen_func_elem_1024: (a: number, b: number) => void;
|
|
1040
|
+
readonly __wasm_bindgen_func_elem_478: (a: number, b: number) => void;
|
|
1041
|
+
readonly __wasm_bindgen_func_elem_476: (a: number, b: number) => void;
|
|
1042
|
+
readonly __wasm_bindgen_func_elem_1057: (a: number, b: number, c: number, d: number) => void;
|
|
1043
1043
|
readonly __wbindgen_export: (a: number) => void;
|
|
1044
1044
|
readonly __wbindgen_export2: (a: number, b: number, c: number) => void;
|
|
1045
1045
|
readonly __wbindgen_export3: (a: number, b: number) => number;
|
package/pkg/ifc-lite.js
CHANGED
|
@@ -198,16 +198,16 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
198
198
|
|
|
199
199
|
let WASM_VECTOR_LEN = 0;
|
|
200
200
|
|
|
201
|
-
function
|
|
202
|
-
wasm.
|
|
201
|
+
function __wasm_bindgen_func_elem_1026(arg0, arg1, arg2) {
|
|
202
|
+
wasm.__wasm_bindgen_func_elem_1026(arg0, arg1, addHeapObject(arg2));
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
function
|
|
206
|
-
wasm.
|
|
205
|
+
function __wasm_bindgen_func_elem_478(arg0, arg1) {
|
|
206
|
+
wasm.__wasm_bindgen_func_elem_478(arg0, arg1);
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
-
function
|
|
210
|
-
wasm.
|
|
209
|
+
function __wasm_bindgen_func_elem_1057(arg0, arg1, arg2, arg3) {
|
|
210
|
+
wasm.__wasm_bindgen_func_elem_1057(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
const GeoReferenceJsFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -2751,7 +2751,7 @@ function __wbg_get_imports() {
|
|
|
2751
2751
|
const a = state0.a;
|
|
2752
2752
|
state0.a = 0;
|
|
2753
2753
|
try {
|
|
2754
|
-
return
|
|
2754
|
+
return __wasm_bindgen_func_elem_1057(a, state0.b, arg0, arg1);
|
|
2755
2755
|
} finally {
|
|
2756
2756
|
state0.a = a;
|
|
2757
2757
|
}
|
|
@@ -2856,7 +2856,7 @@ function __wbg_get_imports() {
|
|
|
2856
2856
|
};
|
|
2857
2857
|
imports.wbg.__wbindgen_cast_632ed7cc1a5daedc = function(arg0, arg1) {
|
|
2858
2858
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 133, function: Function { arguments: [Externref], shim_idx: 134, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2859
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
2859
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_1024, __wasm_bindgen_func_elem_1026);
|
|
2860
2860
|
return addHeapObject(ret);
|
|
2861
2861
|
};
|
|
2862
2862
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
|
@@ -2866,7 +2866,7 @@ function __wbg_get_imports() {
|
|
|
2866
2866
|
};
|
|
2867
2867
|
imports.wbg.__wbindgen_cast_f5edc6344c6146a4 = function(arg0, arg1) {
|
|
2868
2868
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 44, function: Function { arguments: [], shim_idx: 45, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2869
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
2869
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_476, __wasm_bindgen_func_elem_478);
|
|
2870
2870
|
return addHeapObject(ret);
|
|
2871
2871
|
};
|
|
2872
2872
|
imports.wbg.__wbindgen_object_clone_ref = function(arg0) {
|
package/pkg/ifc-lite_bg.wasm
CHANGED
|
Binary file
|