@cartridge/controller-wasm 0.7.14-3d082f2 → 0.8.0

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.7.14-3d082f2",
3
+ "version": "0.8.0",
4
4
  "description": "Wasm bindings for Cartridge Controller and Session Account",
5
5
  "type": "module",
6
6
  "main": "./pkg-controller/account_wasm.js",
@@ -359,10 +359,6 @@ export function signerToGuid(signer) {
359
359
  }
360
360
  }
361
361
 
362
- function __wasm_bindgen_func_elem_8834(arg0, arg1, arg2) {
363
- wasm.__wasm_bindgen_func_elem_8834(arg0, arg1, addHeapObject(arg2));
364
- }
365
-
366
362
  function __wasm_bindgen_func_elem_3186(arg0, arg1, arg2) {
367
363
  wasm.__wasm_bindgen_func_elem_3186(arg0, arg1, addHeapObject(arg2));
368
364
  }
@@ -371,6 +367,10 @@ function __wasm_bindgen_func_elem_8690(arg0, arg1) {
371
367
  wasm.__wasm_bindgen_func_elem_8690(arg0, arg1);
372
368
  }
373
369
 
370
+ function __wasm_bindgen_func_elem_8834(arg0, arg1, arg2) {
371
+ wasm.__wasm_bindgen_func_elem_8834(arg0, arg1, addHeapObject(arg2));
372
+ }
373
+
374
374
  function __wasm_bindgen_func_elem_10962(arg0, arg1, arg2, arg3) {
375
375
  wasm.__wasm_bindgen_func_elem_10962(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
376
376
  }
Binary file
@@ -286,14 +286,14 @@ export function signerToGuid(signer) {
286
286
  }
287
287
  }
288
288
 
289
- function __wasm_bindgen_func_elem_3921(arg0, arg1) {
290
- wasm.__wasm_bindgen_func_elem_3921(arg0, arg1);
291
- }
292
-
293
289
  function __wasm_bindgen_func_elem_4060(arg0, arg1, arg2) {
294
290
  wasm.__wasm_bindgen_func_elem_4060(arg0, arg1, addHeapObject(arg2));
295
291
  }
296
292
 
293
+ function __wasm_bindgen_func_elem_3921(arg0, arg1) {
294
+ wasm.__wasm_bindgen_func_elem_3921(arg0, arg1);
295
+ }
296
+
297
297
  function __wasm_bindgen_func_elem_5872(arg0, arg1, arg2, arg3) {
298
298
  wasm.__wasm_bindgen_func_elem_5872(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
299
299
  }
Binary file