@cartridge/controller-wasm 0.3.17 → 0.3.18

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cartridge/controller-wasm",
3
- "version": "0.3.17",
3
+ "version": "0.3.18",
4
4
  "description": "Wasm bindings for Cartridge Controller and Session Account",
5
5
  "type": "module",
6
6
  "main": "./pkg-controller/account_wasm.js",
@@ -359,20 +359,20 @@ export function signerToGuid(signer) {
359
359
  }
360
360
  }
361
361
 
362
- function __wasm_bindgen_func_elem_3191(arg0, arg1, arg2) {
363
- wasm.__wasm_bindgen_func_elem_3191(arg0, arg1, addHeapObject(arg2));
362
+ function __wasm_bindgen_func_elem_8699(arg0, arg1) {
363
+ wasm.__wasm_bindgen_func_elem_8699(arg0, arg1);
364
364
  }
365
365
 
366
- function __wasm_bindgen_func_elem_8705(arg0, arg1) {
367
- wasm.__wasm_bindgen_func_elem_8705(arg0, arg1);
366
+ function __wasm_bindgen_func_elem_3189(arg0, arg1, arg2) {
367
+ wasm.__wasm_bindgen_func_elem_3189(arg0, arg1, addHeapObject(arg2));
368
368
  }
369
369
 
370
- function __wasm_bindgen_func_elem_8849(arg0, arg1, arg2) {
371
- wasm.__wasm_bindgen_func_elem_8849(arg0, arg1, addHeapObject(arg2));
370
+ function __wasm_bindgen_func_elem_8843(arg0, arg1, arg2) {
371
+ wasm.__wasm_bindgen_func_elem_8843(arg0, arg1, addHeapObject(arg2));
372
372
  }
373
373
 
374
- function __wasm_bindgen_func_elem_10978(arg0, arg1, arg2, arg3) {
375
- wasm.__wasm_bindgen_func_elem_10978(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
374
+ function __wasm_bindgen_func_elem_10972(arg0, arg1, arg2, arg3) {
375
+ wasm.__wasm_bindgen_func_elem_10972(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
376
376
  }
377
377
 
378
378
  /**
@@ -1898,7 +1898,7 @@ export function __wbg_new_3c3d849046688a66(arg0, arg1) {
1898
1898
  const a = state0.a;
1899
1899
  state0.a = 0;
1900
1900
  try {
1901
- return __wasm_bindgen_func_elem_10978(a, state0.b, arg0, arg1);
1901
+ return __wasm_bindgen_func_elem_10972(a, state0.b, arg0, arg1);
1902
1902
  } finally {
1903
1903
  state0.a = a;
1904
1904
  }
@@ -2238,13 +2238,13 @@ 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, __wasm_bindgen_func_elem_3191);
2241
+ const ret = makeClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_225, __wasm_bindgen_func_elem_3189);
2242
2242
  return addHeapObject(ret);
2243
2243
  };
2244
2244
 
2245
2245
  export function __wbindgen_cast_448d871898ab3e4e(arg0, arg1) {
2246
2246
  // Cast intrinsic for `Closure(Closure { dtor_idx: 1001, function: Function { arguments: [Externref], shim_idx: 1002, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2247
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_8834, __wasm_bindgen_func_elem_8849);
2247
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_8828, __wasm_bindgen_func_elem_8843);
2248
2248
  return addHeapObject(ret);
2249
2249
  };
2250
2250
 
@@ -2268,7 +2268,7 @@ export function __wbindgen_cast_d6cd19b81560fd6e(arg0) {
2268
2268
 
2269
2269
  export function __wbindgen_cast_f8c41a10414abe07(arg0, arg1) {
2270
2270
  // Cast intrinsic for `Closure(Closure { dtor_idx: 968, function: Function { arguments: [], shim_idx: 969, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
2271
- const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_8696, __wasm_bindgen_func_elem_8705);
2271
+ const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_8690, __wasm_bindgen_func_elem_8699);
2272
2272
  return addHeapObject(ret);
2273
2273
  };
2274
2274
 
Binary file
@@ -286,14 +286,14 @@ export function signerToGuid(signer) {
286
286
  }
287
287
  }
288
288
 
289
- function __wasm_bindgen_func_elem_3924(arg0, arg1) {
290
- wasm.__wasm_bindgen_func_elem_3924(arg0, arg1);
291
- }
292
-
293
289
  function __wasm_bindgen_func_elem_4063(arg0, arg1, arg2) {
294
290
  wasm.__wasm_bindgen_func_elem_4063(arg0, arg1, addHeapObject(arg2));
295
291
  }
296
292
 
293
+ function __wasm_bindgen_func_elem_3924(arg0, arg1) {
294
+ wasm.__wasm_bindgen_func_elem_3924(arg0, arg1);
295
+ }
296
+
297
297
  function __wasm_bindgen_func_elem_5876(arg0, arg1, arg2, arg3) {
298
298
  wasm.__wasm_bindgen_func_elem_5876(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
299
299
  }
Binary file