jiahao-si / Be.js

a JavaScript runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Be.js

a JavaScript runtime

V8

Compile V8

Compile V8 IN M1 Mac

V8 API Design Doc

how to use

  • compile v8(after successfully compiled, copy include/v8 directory from v8 source code)
  • replace v8 path in the makefile(-Llib => -L[your path]) or replace libv8_monolith.a
  • execute 'make' in the root dir (if success, you can see Be executable file)
  • run 'Be ./test/index.js'

About

a JavaScript runtime

License:MIT License


Languages

Language:C++ 96.4%Language:C 3.4%Language:JavaScript 0.1%Language:Makefile 0.0%