v86 0.5.337 → 0.5.352

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.337+gb37d995",
3
+ "version": "0.5.352+g5d6f2a0",
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
@@ -162,6 +162,8 @@ export enum LogLevel {
162
162
  LOG_VIRTIO = 0x200000,
163
163
  LOG_9P = 0x400000,
164
164
  LOG_SB16 = 0x800000,
165
+ LOG_FETCH = 0x1000000,
166
+ LOG_MODEM = 0x2000000,
165
167
  }
166
168
 
167
169
  /**