@cartridge/controller-wasm 0.3.8 → 0.3.9

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.8",
3
+ "version": "0.3.9",
4
4
  "description": "Wasm bindings for Cartridge Controller and Session Account",
5
5
  "type": "module",
6
6
  "main": "./pkg-controller/account_wasm.js",
@@ -332,7 +332,7 @@ export function signerToGuid(signer) {
332
332
  return takeObject(ret);
333
333
  }
334
334
 
335
- function __wbg_adapter_8(arg0, arg1) {
335
+ function __wbg_adapter_4(arg0, arg1) {
336
336
  wasm.__wbindgen_export_5(arg0, arg1);
337
337
  }
338
338
 
@@ -340,7 +340,7 @@ function __wbg_adapter_11(arg0, arg1, arg2) {
340
340
  wasm.__wbindgen_export_6(arg0, arg1, addHeapObject(arg2));
341
341
  }
342
342
 
343
- function __wbg_adapter_16(arg0, arg1, arg2) {
343
+ function __wbg_adapter_14(arg0, arg1, arg2) {
344
344
  wasm.__wbindgen_export_7(arg0, arg1, addHeapObject(arg2));
345
345
  }
346
346
 
@@ -1931,7 +1931,7 @@ export function __wbindgen_cast_9ae0607507abb057(arg0) {
1931
1931
 
1932
1932
  export function __wbindgen_cast_a428de4fc2820fa4(arg0, arg1) {
1933
1933
  // Cast intrinsic for `Closure(Closure { dtor_idx: 938, function: Function { arguments: [Externref], shim_idx: 939, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1934
- const ret = makeMutClosure(arg0, arg1, 938, __wbg_adapter_16);
1934
+ const ret = makeMutClosure(arg0, arg1, 938, __wbg_adapter_14);
1935
1935
  return addHeapObject(ret);
1936
1936
  };
1937
1937
 
@@ -1949,7 +1949,7 @@ export function __wbindgen_cast_d6cd19b81560fd6e(arg0) {
1949
1949
 
1950
1950
  export function __wbindgen_cast_ed712f6666cb3532(arg0, arg1) {
1951
1951
  // Cast intrinsic for `Closure(Closure { dtor_idx: 904, function: Function { arguments: [], shim_idx: 905, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1952
- const ret = makeMutClosure(arg0, arg1, 904, __wbg_adapter_8);
1952
+ const ret = makeMutClosure(arg0, arg1, 904, __wbg_adapter_4);
1953
1953
  return addHeapObject(ret);
1954
1954
  };
1955
1955
 
Binary file
@@ -281,7 +281,7 @@ function __wbg_adapter_4(arg0, arg1) {
281
281
  wasm.__wbindgen_export_5(arg0, arg1);
282
282
  }
283
283
 
284
- function __wbg_adapter_11(arg0, arg1, arg2) {
284
+ function __wbg_adapter_7(arg0, arg1, arg2) {
285
285
  wasm.__wbindgen_export_6(arg0, arg1, addHeapObject(arg2));
286
286
  }
287
287
 
@@ -1166,7 +1166,7 @@ export function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
1166
1166
 
1167
1167
  export function __wbindgen_cast_90f1d8883a9ae70e(arg0, arg1) {
1168
1168
  // Cast intrinsic for `Closure(Closure { dtor_idx: 499, function: Function { arguments: [Externref], shim_idx: 500, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1169
- const ret = makeMutClosure(arg0, arg1, 499, __wbg_adapter_11);
1169
+ const ret = makeMutClosure(arg0, arg1, 499, __wbg_adapter_7);
1170
1170
  return addHeapObject(ret);
1171
1171
  };
1172
1172
 
Binary file