RCCSilva / simple-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The simplest Javascript runtime

Running

make v8build
make v8

g++ -I. -I./deps/v8/include hello-world.cc -o hello_world -lv8_monolith -L./debian -pthread -std=c++14 -DV8_COMPRESS_POINTERS
g++ -I. -I./deps/v8/include shell.cc -o shell -lv8_monolith -L./debian -pthread -std=c++14 -DV8_COMPRESS_POINTERS

References

About


Languages

Language:C++ 90.3%Language:Dockerfile 7.4%Language:Makefile 2.2%