@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 CHANGED
@@ -5,7 +5,7 @@
5
5
  "IFC-Lite Contributors"
6
6
  ],
7
7
  "description": "WebAssembly bindings for IFC-Lite",
8
- "version": "1.10.0",
8
+ "version": "1.11.0",
9
9
  "license": "MPL-2.0",
10
10
  "repository": {
11
11
  "type": "git",
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 __wasm_bindgen_func_elem_475: (a: number, b: number) => void;
1039
- readonly __wasm_bindgen_func_elem_473: (a: number, b: number) => void;
1040
- readonly __wasm_bindgen_func_elem_1021: (a: number, b: number, c: number) => void;
1041
- readonly __wasm_bindgen_func_elem_1019: (a: number, b: number) => void;
1042
- readonly __wasm_bindgen_func_elem_1052: (a: number, b: number, c: number, d: number) => void;
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 __wasm_bindgen_func_elem_475(arg0, arg1) {
202
- wasm.__wasm_bindgen_func_elem_475(arg0, arg1);
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 __wasm_bindgen_func_elem_1021(arg0, arg1, arg2) {
206
- wasm.__wasm_bindgen_func_elem_1021(arg0, arg1, addHeapObject(arg2));
205
+ function __wasm_bindgen_func_elem_478(arg0, arg1) {
206
+ wasm.__wasm_bindgen_func_elem_478(arg0, arg1);
207
207
  }
208
208
 
209
- function __wasm_bindgen_func_elem_1052(arg0, arg1, arg2, arg3) {
210
- wasm.__wasm_bindgen_func_elem_1052(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
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 __wasm_bindgen_func_elem_1052(a, state0.b, arg0, arg1);
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.__wasm_bindgen_func_elem_1019, __wasm_bindgen_func_elem_1021);
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.__wasm_bindgen_func_elem_473, __wasm_bindgen_func_elem_475);
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) {
Binary file