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.
Linux:
- Install Git LFS
- Clone repository -
git clone https://github.com/metahashorg/v8_vm.git
Windows:
- Install Git LFS
- Install Windows 10 SDK
- Install Visual Studio 2017
- Launch console as Administrator and run -
git clone -c core.symlinks=true https://github.com/metahashorg/v8_vm.git
Linux:
./build/vm/linux/build-all-x64-release.sh
Windows:
.\build\vm\win\build-all-x64-release.bat
Result will be in ./out
directory.