@francisdb/vpin-wasm 0.23.1 → 0.23.2

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.
Files changed (3) hide show
  1. package/package.json +1 -1
  2. package/vpin.js +15 -15
  3. package/vpin_bg.wasm +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@francisdb/vpin-wasm",
3
- "version": "0.23.1",
3
+ "version": "0.23.2",
4
4
  "description": "WASM bindings for vpin, a rust library for the visual/virtual pinball ecosystem.",
5
5
  "homepage": "https://github.com/francisdb/vpin",
6
6
  "bugs": {
package/vpin.js CHANGED
@@ -37,18 +37,18 @@ export function init() {
37
37
  function __wbg_get_imports() {
38
38
  const import0 = {
39
39
  __proto__: null,
40
- __wbg_Error_4577686b3a6d9b3a: function(arg0, arg1) {
40
+ __wbg_Error_83742b46f01ce22d: function(arg0, arg1) {
41
41
  const ret = Error(getStringFromWasm0(arg0, arg1));
42
42
  return ret;
43
43
  },
44
- __wbg___wbindgen_debug_string_ddde1867f49c2442: function(arg0, arg1) {
44
+ __wbg___wbindgen_debug_string_5398f5bb970e0daa: function(arg0, arg1) {
45
45
  const ret = debugString(arg1);
46
46
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
47
47
  const len1 = WASM_VECTOR_LEN;
48
48
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
49
49
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
50
50
  },
51
- __wbg___wbindgen_string_get_3e5751597f39a112: function(arg0, arg1) {
51
+ __wbg___wbindgen_string_get_395e606bd0ee4427: function(arg0, arg1) {
52
52
  const obj = arg1;
53
53
  const ret = typeof(obj) === 'string' ? obj : undefined;
54
54
  var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
@@ -56,10 +56,10 @@ function __wbg_get_imports() {
56
56
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
57
57
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
58
58
  },
59
- __wbg___wbindgen_throw_39bc967c0e5a9b58: function(arg0, arg1) {
59
+ __wbg___wbindgen_throw_6ddd609b62940d55: function(arg0, arg1) {
60
60
  throw new Error(getStringFromWasm0(arg0, arg1));
61
61
  },
62
- __wbg_call_08ad0d89caa7cb79: function() { return handleError(function (arg0, arg1, arg2) {
62
+ __wbg_call_2d781c1f4d5c0ef8: function() { return handleError(function (arg0, arg1, arg2) {
63
63
  const ret = arg0.call(arg1, arg2);
64
64
  return ret;
65
65
  }, arguments); },
@@ -74,23 +74,23 @@ function __wbg_get_imports() {
74
74
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
75
75
  }
76
76
  },
77
- __wbg_get_18349afdb36339a9: function() { return handleError(function (arg0, arg1) {
77
+ __wbg_get_3ef1eba1850ade27: function() { return handleError(function (arg0, arg1) {
78
78
  const ret = Reflect.get(arg0, arg1);
79
79
  return ret;
80
80
  }, arguments); },
81
- __wbg_get_f09c3a16f8848381: function(arg0, arg1) {
81
+ __wbg_get_a8ee5c45dabc1b3b: function(arg0, arg1) {
82
82
  const ret = arg0[arg1 >>> 0];
83
83
  return ret;
84
84
  },
85
- __wbg_keys_e20e1368162303e0: function(arg0) {
85
+ __wbg_keys_ab0d051a1c55236d: function(arg0) {
86
86
  const ret = Object.keys(arg0);
87
87
  return ret;
88
88
  },
89
- __wbg_length_5855c1f289dfffc1: function(arg0) {
89
+ __wbg_length_b3416cf66a5452c8: function(arg0) {
90
90
  const ret = arg0.length;
91
91
  return ret;
92
92
  },
93
- __wbg_length_a31e05262e09b7f8: function(arg0) {
93
+ __wbg_length_ea16607d7b61445b: function(arg0) {
94
94
  const ret = arg0.length;
95
95
  return ret;
96
96
  },
@@ -98,22 +98,22 @@ function __wbg_get_imports() {
98
98
  const ret = new Error();
99
99
  return ret;
100
100
  },
101
- __wbg_new_ed69e637b553a997: function() {
101
+ __wbg_new_ab79df5bd7c26067: function() {
102
102
  const ret = new Object();
103
103
  return ret;
104
104
  },
105
- __wbg_new_from_slice_d7e202fdbee3c396: function(arg0, arg1) {
105
+ __wbg_new_from_slice_22da9388ac046e50: function(arg0, arg1) {
106
106
  const ret = new Uint8Array(getArrayU8FromWasm0(arg0, arg1));
107
107
  return ret;
108
108
  },
109
- __wbg_now_edd718b3004d8631: function() {
109
+ __wbg_now_16f0c993d5dd6c27: function() {
110
110
  const ret = Date.now();
111
111
  return ret;
112
112
  },
113
- __wbg_prototypesetcall_f034d444741426c3: function(arg0, arg1, arg2) {
113
+ __wbg_prototypesetcall_d62e5099504357e6: function(arg0, arg1, arg2) {
114
114
  Uint8Array.prototype.set.call(getArrayU8FromWasm0(arg0, arg1), arg2);
115
115
  },
116
- __wbg_set_bad5c505cc70b5f8: function() { return handleError(function (arg0, arg1, arg2) {
116
+ __wbg_set_7eaa4f96924fd6b3: function() { return handleError(function (arg0, arg1, arg2) {
117
117
  const ret = Reflect.set(arg0, arg1, arg2);
118
118
  return ret;
119
119
  }, arguments); },
package/vpin_bg.wasm CHANGED
Binary file