@cartridge/controller-wasm 0.3.15 → 0.3.16
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
|
@@ -359,16 +359,16 @@ export function signerToGuid(signer) {
|
|
|
359
359
|
}
|
|
360
360
|
}
|
|
361
361
|
|
|
362
|
-
function
|
|
363
|
-
wasm.
|
|
362
|
+
function __wasm_bindgen_func_elem_3191(arg0, arg1, arg2) {
|
|
363
|
+
wasm.__wasm_bindgen_func_elem_3191(arg0, arg1, addHeapObject(arg2));
|
|
364
364
|
}
|
|
365
365
|
|
|
366
366
|
function __wasm_bindgen_func_elem_8862(arg0, arg1, arg2) {
|
|
367
367
|
wasm.__wasm_bindgen_func_elem_8862(arg0, arg1, addHeapObject(arg2));
|
|
368
368
|
}
|
|
369
369
|
|
|
370
|
-
function
|
|
371
|
-
wasm.
|
|
370
|
+
function __wasm_bindgen_func_elem_8717(arg0, arg1) {
|
|
371
|
+
wasm.__wasm_bindgen_func_elem_8717(arg0, arg1);
|
|
372
372
|
}
|
|
373
373
|
|
|
374
374
|
function __wasm_bindgen_func_elem_11010(arg0, arg1, arg2, arg3) {
|
|
@@ -2238,7 +2238,7 @@ export function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
|
|
|
2238
2238
|
|
|
2239
2239
|
export function __wbindgen_cast_4082834687a71a5d(arg0, arg1) {
|
|
2240
2240
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 1, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 2, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
|
|
2241
|
-
const ret = makeClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_225,
|
|
2241
|
+
const ret = makeClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_225, __wasm_bindgen_func_elem_3191);
|
|
2242
2242
|
return addHeapObject(ret);
|
|
2243
2243
|
};
|
|
2244
2244
|
|
|
Binary file
|
|
@@ -286,14 +286,14 @@ export function signerToGuid(signer) {
|
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
288
|
|
|
289
|
-
function __wasm_bindgen_func_elem_3936(arg0, arg1) {
|
|
290
|
-
wasm.__wasm_bindgen_func_elem_3936(arg0, arg1);
|
|
291
|
-
}
|
|
292
|
-
|
|
293
289
|
function __wasm_bindgen_func_elem_4076(arg0, arg1, arg2) {
|
|
294
290
|
wasm.__wasm_bindgen_func_elem_4076(arg0, arg1, addHeapObject(arg2));
|
|
295
291
|
}
|
|
296
292
|
|
|
293
|
+
function __wasm_bindgen_func_elem_3936(arg0, arg1) {
|
|
294
|
+
wasm.__wasm_bindgen_func_elem_3936(arg0, arg1);
|
|
295
|
+
}
|
|
296
|
+
|
|
297
297
|
function __wasm_bindgen_func_elem_5907(arg0, arg1, arg2, arg3) {
|
|
298
298
|
wasm.__wasm_bindgen_func_elem_5907(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
299
299
|
}
|
|
Binary file
|