@fuzionx/client 0.1.60 → 0.1.62
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/fuzionx_client_wasm.d.ts
CHANGED
|
@@ -205,7 +205,7 @@ export interface InitOutput {
|
|
|
205
205
|
readonly __wasm_bindgen_func_elem_75: (a: number, b: number, c: number) => void;
|
|
206
206
|
readonly __wasm_bindgen_func_elem_75_1: (a: number, b: number, c: number) => void;
|
|
207
207
|
readonly __wasm_bindgen_func_elem_75_2: (a: number, b: number, c: number) => void;
|
|
208
|
-
readonly
|
|
208
|
+
readonly __wasm_bindgen_func_elem_79: (a: number, b: number) => void;
|
|
209
209
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
210
210
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
211
211
|
readonly __wbindgen_export3: (a: number) => void;
|
package/fuzionx_client_wasm.js
CHANGED
|
@@ -923,8 +923,8 @@ function __wbg_get_imports() {
|
|
|
923
923
|
return addHeapObject(ret);
|
|
924
924
|
},
|
|
925
925
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
926
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx:
|
|
927
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_74,
|
|
926
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [], shim_idx: 6, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
927
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_74, __wasm_bindgen_func_elem_79);
|
|
928
928
|
return addHeapObject(ret);
|
|
929
929
|
},
|
|
930
930
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
@@ -956,8 +956,8 @@ function __wbg_get_imports() {
|
|
|
956
956
|
};
|
|
957
957
|
}
|
|
958
958
|
|
|
959
|
-
function
|
|
960
|
-
wasm.
|
|
959
|
+
function __wasm_bindgen_func_elem_79(arg0, arg1) {
|
|
960
|
+
wasm.__wasm_bindgen_func_elem_79(arg0, arg1);
|
|
961
961
|
}
|
|
962
962
|
|
|
963
963
|
function __wasm_bindgen_func_elem_75(arg0, arg1, arg2) {
|
|
Binary file
|
|
@@ -41,7 +41,7 @@ export const __wasm_bindgen_func_elem_627: (a: number, b: number, c: number, d:
|
|
|
41
41
|
export const __wasm_bindgen_func_elem_75: (a: number, b: number, c: number) => void;
|
|
42
42
|
export const __wasm_bindgen_func_elem_75_1: (a: number, b: number, c: number) => void;
|
|
43
43
|
export const __wasm_bindgen_func_elem_75_2: (a: number, b: number, c: number) => void;
|
|
44
|
-
export const
|
|
44
|
+
export const __wasm_bindgen_func_elem_79: (a: number, b: number) => void;
|
|
45
45
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
46
46
|
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
47
47
|
export const __wbindgen_export3: (a: number) => void;
|
package/package.json
CHANGED