https://github.com/ovr/v8-vm.js
Implemenetation of Ignition interpereter from V8 on JS
https://github.com/ovr/v8-vm.js
Last synced: about 1 month ago
JSON representation
Implemenetation of Ignition interpereter from V8 on JS
- Host: GitHub
- URL: https://github.com/ovr/v8-vm.js
- Owner: ovr
- Created: 2019-09-18T09:48:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:21:41.000Z (over 2 years ago)
- Last Synced: 2025-03-26T18:03:37.331Z (2 months ago)
- Language: JavaScript
- Homepage: https://v8-bytecode-sandbox.ovr.now.sh/
- Size: 3.63 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
v8-vm.js
========> Small virtual machine based on V8 Interpreter bytecode and powered on JS
This project aims to implement simple version (not full) of Virtual Machine (interpreter) that use V8 bytecode and execute it.
# LICENSE
MIT