Skip to content

ChMarina/v8_vm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual machine is based on V8

Virtual machine is MetaHash's open source project.

Virtual machine is written in C++ and uses V8, open source JavaScript engine from Google.

Virtual machine can run standalone, or can be embedded into any C++ application.

Getting the Code

Linux:

  1. Install Git LFS
  2. Clone repository - git clone https://github.com/metahashorg/v8_vm.git

Windows:

  1. Install Git LFS
  2. Install Windows 10 SDK
  3. Install Visual Studio 2017
  4. Launch console as Administrator and run - git clone -c core.symlinks=true https://github.com/metahashorg/v8_vm.git

Building the Code

Linux:

    ./build/vm/linux/build-all-x64-release.sh

Windows:

    .\build\vm\win\build-all-x64-release.bat

Result will be in ./out directory.

About

Virtual machine is based on V8

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.6%
  • C++ 45.2%
  • Python 3.0%
  • WebAssembly 1.4%
  • Java 1.0%
  • HTML 0.2%
  • Other 0.6%