Skip to content

victorgomes/v8-gn-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V8 embedder example built with GN

Instructions

Checking out source

Get depot_tools first.

mkdir new-project
cd new-project
git clone https://github.com/victorgomes/v8-gn-example.git
gclient config https://github.com/victorgomes/v8-gn-example.git --unmanaged
cd v8-gn-example
gclient sync

Build and run example

gn gen out/release
autoninja -C out/release hello-world
./out/release/hello-world

About

Example of a V8 embedder built with GN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published