@appxiom/web 0.1.9 → 0.1.10
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.
|
@@ -154,8 +154,8 @@ export interface InitOutput {
|
|
|
154
154
|
readonly set_custom_id: (a: number, b: number) => number;
|
|
155
155
|
readonly start_goal: (a: number, b: number) => number;
|
|
156
156
|
readonly __wasm_bindgen_func_elem_458: (a: number, b: number, c: number) => void;
|
|
157
|
-
readonly
|
|
158
|
-
readonly
|
|
157
|
+
readonly __wasm_bindgen_func_elem_1038: (a: number, b: number, c: number, d: number) => void;
|
|
158
|
+
readonly __wasm_bindgen_func_elem_1095: (a: number, b: number, c: number, d: number) => void;
|
|
159
159
|
readonly __wasm_bindgen_func_elem_455: (a: number, b: number, c: number) => void;
|
|
160
160
|
readonly __wasm_bindgen_func_elem_461: (a: number, b: number, c: number) => void;
|
|
161
161
|
readonly __wasm_bindgen_func_elem_461_4: (a: number, b: number, c: number) => void;
|
|
@@ -745,7 +745,7 @@ function __wbg_get_imports() {
|
|
|
745
745
|
const a = state0.a;
|
|
746
746
|
state0.a = 0;
|
|
747
747
|
try {
|
|
748
|
-
return
|
|
748
|
+
return __wasm_bindgen_func_elem_1095(a, state0.b, arg0, arg1);
|
|
749
749
|
} finally {
|
|
750
750
|
state0.a = a;
|
|
751
751
|
}
|
|
@@ -775,7 +775,7 @@ function __wbg_get_imports() {
|
|
|
775
775
|
const a = state0.a;
|
|
776
776
|
state0.a = 0;
|
|
777
777
|
try {
|
|
778
|
-
return
|
|
778
|
+
return __wasm_bindgen_func_elem_1095(a, state0.b, arg0, arg1);
|
|
779
779
|
} finally {
|
|
780
780
|
state0.a = a;
|
|
781
781
|
}
|
|
@@ -1025,7 +1025,7 @@ function __wbg_get_imports() {
|
|
|
1025
1025
|
}, arguments); },
|
|
1026
1026
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1027
1027
|
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 51, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1028
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1028
|
+
const ret = makeMutClosure(arg0, arg1, __wasm_bindgen_func_elem_1038);
|
|
1029
1029
|
return addHeapObject(ret);
|
|
1030
1030
|
},
|
|
1031
1031
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
@@ -1123,10 +1123,10 @@ function __wasm_bindgen_func_elem_450(arg0, arg1, arg2) {
|
|
|
1123
1123
|
}
|
|
1124
1124
|
}
|
|
1125
1125
|
|
|
1126
|
-
function
|
|
1126
|
+
function __wasm_bindgen_func_elem_1038(arg0, arg1, arg2) {
|
|
1127
1127
|
try {
|
|
1128
1128
|
const retptr = wasm.__wbindgen_add_to_stack_pointer(-16);
|
|
1129
|
-
wasm.
|
|
1129
|
+
wasm.__wasm_bindgen_func_elem_1038(retptr, arg0, arg1, addHeapObject(arg2));
|
|
1130
1130
|
var r0 = getDataViewMemory0().getInt32(retptr + 4 * 0, true);
|
|
1131
1131
|
var r1 = getDataViewMemory0().getInt32(retptr + 4 * 1, true);
|
|
1132
1132
|
if (r1) {
|
|
@@ -1137,8 +1137,8 @@ function __wasm_bindgen_func_elem_1052(arg0, arg1, arg2) {
|
|
|
1137
1137
|
}
|
|
1138
1138
|
}
|
|
1139
1139
|
|
|
1140
|
-
function
|
|
1141
|
-
wasm.
|
|
1140
|
+
function __wasm_bindgen_func_elem_1095(arg0, arg1, arg2, arg3) {
|
|
1141
|
+
wasm.__wasm_bindgen_func_elem_1095(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
1142
1142
|
}
|
|
1143
1143
|
|
|
1144
1144
|
function __wasm_bindgen_func_elem_458(arg0, arg1, arg2) {
|
|
Binary file
|
|
@@ -33,8 +33,8 @@ export const report_error: (a: number) => number;
|
|
|
33
33
|
export const set_custom_id: (a: number, b: number) => number;
|
|
34
34
|
export const start_goal: (a: number, b: number) => number;
|
|
35
35
|
export const __wasm_bindgen_func_elem_458: (a: number, b: number, c: number) => void;
|
|
36
|
-
export const
|
|
37
|
-
export const
|
|
36
|
+
export const __wasm_bindgen_func_elem_1038: (a: number, b: number, c: number, d: number) => void;
|
|
37
|
+
export const __wasm_bindgen_func_elem_1095: (a: number, b: number, c: number, d: number) => void;
|
|
38
38
|
export const __wasm_bindgen_func_elem_455: (a: number, b: number, c: number) => void;
|
|
39
39
|
export const __wasm_bindgen_func_elem_461: (a: number, b: number, c: number) => void;
|
|
40
40
|
export const __wasm_bindgen_func_elem_461_4: (a: number, b: number, c: number) => void;
|