@cartridge/controller-wasm 0.3.8 → 0.3.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.
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.10",
4
4
  "description": "Wasm bindings for Cartridge Controller and Session Account",
5
5
  "type": "module",
6
6
  "main": "./pkg-controller/account_wasm.js",
@@ -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_18(arg0, arg1, arg2) {
344
344
  wasm.__wbindgen_export_7(arg0, arg1, addHeapObject(arg2));
345
345
  }
346
346
 
@@ -1919,7 +1919,7 @@ export function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
1919
1919
 
1920
1920
  export function __wbindgen_cast_3ab31798e812bcf8(arg0, arg1) {
1921
1921
  // Cast intrinsic for `Closure(Closure { dtor_idx: 13, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 14, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
1922
- const ret = makeClosure(arg0, arg1, 13, __wbg_adapter_11);
1922
+ const ret = makeClosure(arg0, arg1, 13, __wbg_adapter_18);
1923
1923
  return addHeapObject(ret);
1924
1924
  };
1925
1925
 
@@ -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_11);
1935
1935
  return addHeapObject(ret);
1936
1936
  };
1937
1937
 
Binary file
@@ -277,11 +277,11 @@ export function signerToGuid(signer) {
277
277
  return takeObject(ret);
278
278
  }
279
279
 
280
- function __wbg_adapter_4(arg0, arg1) {
280
+ function __wbg_adapter_6(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_9(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_9);
1170
1170
  return addHeapObject(ret);
1171
1171
  };
1172
1172
 
@@ -1184,7 +1184,7 @@ export function __wbindgen_cast_d6cd19b81560fd6e(arg0) {
1184
1184
 
1185
1185
  export function __wbindgen_cast_e585a18257edad45(arg0, arg1) {
1186
1186
  // Cast intrinsic for `Closure(Closure { dtor_idx: 465, function: Function { arguments: [], shim_idx: 466, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
1187
- const ret = makeMutClosure(arg0, arg1, 465, __wbg_adapter_4);
1187
+ const ret = makeMutClosure(arg0, arg1, 465, __wbg_adapter_6);
1188
1188
  return addHeapObject(ret);
1189
1189
  };
1190
1190
 
Binary file