@ifc-lite/wasm 2.4.0 → 2.4.2

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": "2.4.0",
8
+ "version": "2.4.2",
9
9
  "license": "MPL-2.0",
10
10
  "repository": {
11
11
  "type": "git",
package/pkg/ifc-lite.d.ts CHANGED
@@ -912,9 +912,6 @@ export interface InitOutput {
912
912
  readonly symbolictext_worldY: (a: number) => number;
913
913
  readonly symbolictext_x: (a: number) => number;
914
914
  readonly symbolictext_y: (a: number) => number;
915
- readonly __wasm_bindgen_func_elem_675: (a: number, b: number, c: number) => void;
916
- readonly __wasm_bindgen_func_elem_674: (a: number, b: number) => void;
917
- readonly __wasm_bindgen_func_elem_709: (a: number, b: number, c: number, d: number) => void;
918
915
  readonly __wbindgen_export: (a: number) => void;
919
916
  readonly __wbindgen_export2: (a: number, b: number, c: number) => void;
920
917
  readonly __wbindgen_export3: (a: number, b: number) => number;
Binary file