virtual-machine 0.0.0-rc2 → 0.0.0-rc4

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,10 +1,8 @@
1
1
  {
2
2
  "name": "virtual-machine",
3
- "version": "0.0.0-rc2",
3
+ "version": "0.0.0-rc4",
4
4
  "description": "",
5
- "bin": {
6
- "virtual-machine": "build/cli.js"
7
- },
5
+ "bin": "build/cli.js",
8
6
  "publishConfig": {
9
7
  "access": "public"
10
8
  },
@@ -186,15 +186,15 @@ function passArray8ToWasm0(arg, malloc) {
186
186
  WASM_VECTOR_LEN = arg.length;
187
187
  return ptr;
188
188
  }
189
- function wasm_bindgen__convert__closures_____invoke__hcf26143a2d2b8df4(arg0, arg1) {
190
- wasm.wasm_bindgen__convert__closures_____invoke__hcf26143a2d2b8df4(arg0, arg1);
191
- }
192
189
  function wasm_bindgen__convert__closures_____invoke__h5116ef40c5ca7cd6(arg0, arg1, arg2) {
193
190
  wasm.wasm_bindgen__convert__closures_____invoke__h5116ef40c5ca7cd6(arg0, arg1, arg2);
194
191
  }
195
192
  function wasm_bindgen__convert__closures_____invoke__h6fd3101b14d9814b(arg0, arg1, arg2) {
196
193
  wasm.wasm_bindgen__convert__closures_____invoke__h6fd3101b14d9814b(arg0, arg1, arg2);
197
194
  }
195
+ function wasm_bindgen__convert__closures_____invoke__hcf26143a2d2b8df4(arg0, arg1) {
196
+ wasm.wasm_bindgen__convert__closures_____invoke__hcf26143a2d2b8df4(arg0, arg1);
197
+ }
198
198
  var NetworkStatus = Object.freeze({
199
199
  Disconnected: 0,
200
200
  "0": "Disconnected",