mirror of
https://github.com/copy/v86
synced 2025-10-14 01:54:07 +08:00
19 lines
415 B
JSON
19 lines
415 B
JSON
{
|
|
"name": "v86",
|
|
"version": "0.5",
|
|
"license": "BSD-2-Clause",
|
|
"description": "x86 PC emulator and x86-to-wasm JIT, running in the browser",
|
|
"homepage": "https://copy.sh/v86/",
|
|
"files": [
|
|
"Readme.md",
|
|
"LICENSE",
|
|
"build/libv86*.js",
|
|
"build/libv86*.js.map",
|
|
"build/*.mjs",
|
|
"build/v86*.wasm"
|
|
],
|
|
"main": "build/libv86.mjs",
|
|
"repository": "github:copy/v86",
|
|
"type": "module"
|
|
}
|