An open API service indexing awesome lists of open source software.

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

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