@ifc-lite/wasm 1.16.0 → 1.16.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 +1 -1
- 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
package/pkg/ifc-lite.d.ts
CHANGED
|
@@ -1177,9 +1177,9 @@ export interface InitOutput {
|
|
|
1177
1177
|
readonly profileentryjs_expressId: (a: number) => number;
|
|
1178
1178
|
readonly symboliccircle_expressId: (a: number) => number;
|
|
1179
1179
|
readonly __wbg_gpuinstancedgeometryref_free: (a: number, b: number) => void;
|
|
1180
|
-
readonly
|
|
1181
|
-
readonly
|
|
1182
|
-
readonly
|
|
1180
|
+
readonly __wasm_bindgen_func_elem_1131: (a: number, b: number, c: number) => void;
|
|
1181
|
+
readonly __wasm_bindgen_func_elem_1130: (a: number, b: number) => void;
|
|
1182
|
+
readonly __wasm_bindgen_func_elem_1173: (a: number, b: number, c: number, d: number) => void;
|
|
1183
1183
|
readonly __wbindgen_export: (a: number) => void;
|
|
1184
1184
|
readonly __wbindgen_export2: (a: number, b: number, c: number) => void;
|
|
1185
1185
|
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_1131(arg0, arg1, arg2) {
|
|
216
|
+
wasm.__wasm_bindgen_func_elem_1131(arg0, arg1, addHeapObject(arg2));
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
-
function
|
|
220
|
-
wasm.
|
|
219
|
+
function __wasm_bindgen_func_elem_1173(arg0, arg1, arg2, arg3) {
|
|
220
|
+
wasm.__wasm_bindgen_func_elem_1173(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
221
221
|
}
|
|
222
222
|
|
|
223
223
|
const GeoReferenceJsFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -3049,7 +3049,7 @@ function __wbg_get_imports() {
|
|
|
3049
3049
|
const a = state0.a;
|
|
3050
3050
|
state0.a = 0;
|
|
3051
3051
|
try {
|
|
3052
|
-
return
|
|
3052
|
+
return __wasm_bindgen_func_elem_1173(a, state0.b, arg0, arg1);
|
|
3053
3053
|
} finally {
|
|
3054
3054
|
state0.a = a;
|
|
3055
3055
|
}
|
|
@@ -3163,7 +3163,7 @@ function __wbg_get_imports() {
|
|
|
3163
3163
|
};
|
|
3164
3164
|
imports.wbg.__wbindgen_cast_8410bcb836a2825d = function(arg0, arg1) {
|
|
3165
3165
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 145, function: Function { arguments: [Externref], shim_idx: 146, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
3166
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
3166
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_1130, __wasm_bindgen_func_elem_1131);
|
|
3167
3167
|
return addHeapObject(ret);
|
|
3168
3168
|
};
|
|
3169
3169
|
imports.wbg.__wbindgen_cast_d6cd19b81560fd6e = function(arg0) {
|
package/pkg/ifc-lite_bg.wasm
CHANGED
|
Binary file
|