@ifc-lite/wasm 2.1.5 → 2.1.6
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 +10 -10
- package/pkg/ifc-lite_bg.wasm +0 -0
package/package.json
CHANGED
package/pkg/ifc-lite.d.ts
CHANGED
|
@@ -722,9 +722,9 @@ export interface InitOutput {
|
|
|
722
722
|
readonly symbolictext_worldY: (a: number) => number;
|
|
723
723
|
readonly symbolictext_x: (a: number) => number;
|
|
724
724
|
readonly symbolictext_y: (a: number) => number;
|
|
725
|
-
readonly
|
|
726
|
-
readonly
|
|
727
|
-
readonly
|
|
725
|
+
readonly __wasm_bindgen_func_elem_610: (a: number, b: number, c: number) => void;
|
|
726
|
+
readonly __wasm_bindgen_func_elem_609: (a: number, b: number) => void;
|
|
727
|
+
readonly __wasm_bindgen_func_elem_644: (a: number, b: number, c: number, d: number) => void;
|
|
728
728
|
readonly __wbindgen_export: (a: number) => void;
|
|
729
729
|
readonly __wbindgen_export2: (a: number, b: number, c: number) => void;
|
|
730
730
|
readonly __wbindgen_export3: (a: number, b: number) => number;
|
package/pkg/ifc-lite.js
CHANGED
|
@@ -232,12 +232,12 @@ if (!('encodeInto' in cachedTextEncoder)) {
|
|
|
232
232
|
|
|
233
233
|
let WASM_VECTOR_LEN = 0;
|
|
234
234
|
|
|
235
|
-
function
|
|
236
|
-
wasm.
|
|
235
|
+
function __wasm_bindgen_func_elem_610(arg0, arg1, arg2) {
|
|
236
|
+
wasm.__wasm_bindgen_func_elem_610(arg0, arg1, addHeapObject(arg2));
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
function
|
|
240
|
-
wasm.
|
|
239
|
+
function __wasm_bindgen_func_elem_644(arg0, arg1, arg2, arg3) {
|
|
240
|
+
wasm.__wasm_bindgen_func_elem_644(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
const ClashRunResultFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -2161,7 +2161,7 @@ function __wbg_get_imports() {
|
|
|
2161
2161
|
const a = state0.a;
|
|
2162
2162
|
state0.a = 0;
|
|
2163
2163
|
try {
|
|
2164
|
-
return
|
|
2164
|
+
return __wasm_bindgen_func_elem_644(a, state0.b, arg0, arg1);
|
|
2165
2165
|
} finally {
|
|
2166
2166
|
state0.a = a;
|
|
2167
2167
|
}
|
|
@@ -2261,6 +2261,11 @@ function __wbg_get_imports() {
|
|
|
2261
2261
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
2262
2262
|
return addHeapObject(ret);
|
|
2263
2263
|
};
|
|
2264
|
+
imports.wbg.__wbindgen_cast_257c51b8abf9285e = function(arg0, arg1) {
|
|
2265
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 57, function: Function { arguments: [Externref], shim_idx: 58, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2266
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_609, __wasm_bindgen_func_elem_610);
|
|
2267
|
+
return addHeapObject(ret);
|
|
2268
|
+
};
|
|
2264
2269
|
imports.wbg.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
|
|
2265
2270
|
// Cast intrinsic for `U64 -> Externref`.
|
|
2266
2271
|
const ret = BigInt.asUintN(64, arg0);
|
|
@@ -2271,11 +2276,6 @@ function __wbg_get_imports() {
|
|
|
2271
2276
|
const ret = arg0;
|
|
2272
2277
|
return addHeapObject(ret);
|
|
2273
2278
|
};
|
|
2274
|
-
imports.wbg.__wbindgen_cast_e7ad0d7b317830d5 = function(arg0, arg1) {
|
|
2275
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 56, function: Function { arguments: [Externref], shim_idx: 57, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2276
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_597, __wasm_bindgen_func_elem_598);
|
|
2277
|
-
return addHeapObject(ret);
|
|
2278
|
-
};
|
|
2279
2279
|
imports.wbg.__wbindgen_object_clone_ref = function(arg0) {
|
|
2280
2280
|
const ret = getObject(arg0);
|
|
2281
2281
|
return addHeapObject(ret);
|
package/pkg/ifc-lite_bg.wasm
CHANGED
|
Binary file
|