@ifc-lite/wasm 2.1.1 → 2.1.3
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
|
@@ -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_598: (a: number, b: number, c: number) => void;
|
|
726
|
+
readonly __wasm_bindgen_func_elem_597: (a: number, b: number) => void;
|
|
727
|
+
readonly __wasm_bindgen_func_elem_632: (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_598(arg0, arg1, arg2) {
|
|
236
|
+
wasm.__wasm_bindgen_func_elem_598(arg0, arg1, addHeapObject(arg2));
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
function
|
|
240
|
-
wasm.
|
|
239
|
+
function __wasm_bindgen_func_elem_632(arg0, arg1, arg2, arg3) {
|
|
240
|
+
wasm.__wasm_bindgen_func_elem_632(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_632(a, state0.b, arg0, arg1);
|
|
2165
2165
|
} finally {
|
|
2166
2166
|
state0.a = a;
|
|
2167
2167
|
}
|
|
@@ -2273,7 +2273,7 @@ function __wbg_get_imports() {
|
|
|
2273
2273
|
};
|
|
2274
2274
|
imports.wbg.__wbindgen_cast_e7ad0d7b317830d5 = function(arg0, arg1) {
|
|
2275
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.
|
|
2276
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_597, __wasm_bindgen_func_elem_598);
|
|
2277
2277
|
return addHeapObject(ret);
|
|
2278
2278
|
};
|
|
2279
2279
|
imports.wbg.__wbindgen_object_clone_ref = function(arg0) {
|
package/pkg/ifc-lite_bg.wasm
CHANGED
|
Binary file
|