@modelhealth/modelhealth 0.1.31 → 0.1.35
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
CHANGED
|
@@ -60,9 +60,9 @@ export interface InitOutput {
|
|
|
60
60
|
readonly modelhealthservice_trialList: (a: number, b: number, c: number) => number;
|
|
61
61
|
readonly modelhealthservice_updateActivity: (a: number, b: number) => number;
|
|
62
62
|
readonly init: () => void;
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
65
|
-
readonly
|
|
63
|
+
readonly __wasm_bindgen_func_elem_866: (a: number, b: number) => void;
|
|
64
|
+
readonly __wasm_bindgen_func_elem_1267: (a: number, b: number, c: number, d: number) => void;
|
|
65
|
+
readonly __wasm_bindgen_func_elem_867: (a: number, b: number, c: number) => void;
|
|
66
66
|
readonly __wbindgen_export: (a: number, b: number) => number;
|
|
67
67
|
readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
68
68
|
readonly __wbindgen_export3: (a: number) => void;
|
|
@@ -473,7 +473,7 @@ function __wbg_get_imports() {
|
|
|
473
473
|
const a = state0.a;
|
|
474
474
|
state0.a = 0;
|
|
475
475
|
try {
|
|
476
|
-
return
|
|
476
|
+
return __wasm_bindgen_func_elem_1267(a, state0.b, arg0, arg1);
|
|
477
477
|
} finally {
|
|
478
478
|
state0.a = a;
|
|
479
479
|
}
|
|
@@ -620,8 +620,8 @@ function __wbg_get_imports() {
|
|
|
620
620
|
console.warn(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));
|
|
621
621
|
},
|
|
622
622
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
623
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
624
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
623
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 384, function: Function { arguments: [Externref], shim_idx: 385, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
624
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_866, __wasm_bindgen_func_elem_867);
|
|
625
625
|
return addHeapObject(ret);
|
|
626
626
|
},
|
|
627
627
|
__wbindgen_cast_0000000000000002: function(arg0) {
|
|
@@ -648,12 +648,12 @@ function __wbg_get_imports() {
|
|
|
648
648
|
};
|
|
649
649
|
}
|
|
650
650
|
|
|
651
|
-
function
|
|
652
|
-
wasm.
|
|
651
|
+
function __wasm_bindgen_func_elem_867(arg0, arg1, arg2) {
|
|
652
|
+
wasm.__wasm_bindgen_func_elem_867(arg0, arg1, addHeapObject(arg2));
|
|
653
653
|
}
|
|
654
654
|
|
|
655
|
-
function
|
|
656
|
-
wasm.
|
|
655
|
+
function __wasm_bindgen_func_elem_1267(arg0, arg1, arg2, arg3) {
|
|
656
|
+
wasm.__wasm_bindgen_func_elem_1267(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
657
657
|
}
|
|
658
658
|
|
|
659
659
|
|
|
Binary file
|
|
@@ -25,9 +25,9 @@ export const modelhealthservice_subjectList: (a: number) => number;
|
|
|
25
25
|
export const modelhealthservice_trialList: (a: number, b: number, c: number) => number;
|
|
26
26
|
export const modelhealthservice_updateActivity: (a: number, b: number) => number;
|
|
27
27
|
export const init: () => void;
|
|
28
|
-
export const
|
|
29
|
-
export const
|
|
30
|
-
export const
|
|
28
|
+
export const __wasm_bindgen_func_elem_866: (a: number, b: number) => void;
|
|
29
|
+
export const __wasm_bindgen_func_elem_1267: (a: number, b: number, c: number, d: number) => void;
|
|
30
|
+
export const __wasm_bindgen_func_elem_867: (a: number, b: number, c: number) => void;
|
|
31
31
|
export const __wbindgen_export: (a: number, b: number) => number;
|
|
32
32
|
export const __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
|
|
33
33
|
export const __wbindgen_export3: (a: number) => void;
|