@ifc-lite/wasm 1.19.0 → 1.19.1
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 +2 -2
- package/pkg/ifc-lite.d.ts +3 -3
- package/pkg/ifc-lite.js +6 -6
- package/pkg/ifc-lite_bg.wasm +0 -0
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.19.
|
|
8
|
+
"version": "1.19.1",
|
|
9
9
|
"license": "MPL-2.0",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"aec"
|
|
36
36
|
],
|
|
37
37
|
"scripts": {
|
|
38
|
-
"build": "
|
|
38
|
+
"build": "node ../../scripts/run-build-wasm.mjs",
|
|
39
39
|
"test": "node --test test/*.test.mjs"
|
|
40
40
|
}
|
|
41
41
|
}
|
package/pkg/ifc-lite.d.ts
CHANGED
|
@@ -1424,9 +1424,9 @@ export interface InitOutput {
|
|
|
1424
1424
|
readonly symbolictext_x: (a: number) => number;
|
|
1425
1425
|
readonly symbolictext_y: (a: number) => number;
|
|
1426
1426
|
readonly __wbg_gpuinstancedgeometryref_free: (a: number, b: number) => void;
|
|
1427
|
-
readonly
|
|
1428
|
-
readonly
|
|
1429
|
-
readonly
|
|
1427
|
+
readonly __wasm_bindgen_func_elem_1533: (a: number, b: number, c: number) => void;
|
|
1428
|
+
readonly __wasm_bindgen_func_elem_1532: (a: number, b: number) => void;
|
|
1429
|
+
readonly __wasm_bindgen_func_elem_1573: (a: number, b: number, c: number, d: number) => void;
|
|
1430
1430
|
readonly __wbindgen_export: (a: number) => void;
|
|
1431
1431
|
readonly __wbindgen_export2: (a: number, b: number, c: number) => void;
|
|
1432
1432
|
readonly __wbindgen_export3: (a: number, b: number) => number;
|
package/pkg/ifc-lite.js
CHANGED
|
@@ -220,12 +220,12 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
220
220
|
|
|
221
221
|
let WASM_VECTOR_LEN = 0;
|
|
222
222
|
|
|
223
|
-
function
|
|
224
|
-
wasm.
|
|
223
|
+
function __wasm_bindgen_func_elem_1533(arg0, arg1, arg2) {
|
|
224
|
+
wasm.__wasm_bindgen_func_elem_1533(arg0, arg1, addHeapObject(arg2));
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
function
|
|
228
|
-
wasm.
|
|
227
|
+
function __wasm_bindgen_func_elem_1573(arg0, arg1, arg2, arg3) {
|
|
228
|
+
wasm.__wasm_bindgen_func_elem_1573(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
const GeoReferenceJsFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -3713,7 +3713,7 @@ function __wbg_get_imports() {
|
|
|
3713
3713
|
const a = state0.a;
|
|
3714
3714
|
state0.a = 0;
|
|
3715
3715
|
try {
|
|
3716
|
-
return
|
|
3716
|
+
return __wasm_bindgen_func_elem_1573(a, state0.b, arg0, arg1);
|
|
3717
3717
|
} finally {
|
|
3718
3718
|
state0.a = a;
|
|
3719
3719
|
}
|
|
@@ -3824,7 +3824,7 @@ function __wbg_get_imports() {
|
|
|
3824
3824
|
};
|
|
3825
3825
|
imports.wbg.__wbindgen_cast_56b148ee1abaedad = function(arg0, arg1) {
|
|
3826
3826
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 180, function: Function { arguments: [Externref], shim_idx: 181, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3827
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3827
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_1532, __wasm_bindgen_func_elem_1533);
|
|
3828
3828
|
return addHeapObject(ret);
|
|
3829
3829
|
};
|
|
3830
3830
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
package/pkg/ifc-lite_bg.wasm
CHANGED
|
Binary file
|