Skip to content

zalemwoo/zarun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zarun

WIP

This repo uses gclient to manage dependencies, so to build things from this repo you have to first download depot_tools and make sure it is in your path:

http://www.chromium.org/developers/how-tos/install-depot-tools

Then, create a directory somewhere for your checkout, cd into it, and run the following commands:

$ mkdir zarun && cd zarun
$ gclient config --name=src https://github.com/zalemwoo/zarun.git
$ gclient sync

build

$ gn gen out/Debug(or Release or anything else)
$ ninja -C out/Debug zarun

build(64bit, for more run "gn help")

$ gn gen out/Debug --args="cpu_arch=\"x64\""
$ ninja -C out/Debug zarun

About

a v8 powered javascript runtime environment(WIP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published