v86 0.5.362 → 0.5.366

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": "v86",
3
- "version": "0.5.362+gf06c787",
3
+ "version": "0.5.366+g3f8f9ea",
4
4
  "license": "BSD-2-Clause",
5
5
  "description": "x86 PC emulator and x86-to-wasm JIT, running in the browser",
6
6
  "homepage": "https://copy.sh/v86/",
package/v86.d.ts CHANGED
@@ -224,6 +224,7 @@ export interface Event {
224
224
  "virtio-console0-output-bytes": Uint8Array;
225
225
  "virtio-console0-input-bytes": Uint8Array;
226
226
  "virtio-console0-resize": [cols: number, rows: number];
227
+ "vmware-absolute-mouse": boolean;
227
228
  }
228
229
 
229
230
  /**