Skip to content

piscisaureus/smjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smjs - gypified spidermonkey

Prerequisites

* Linux, OS X or Windows
* gcc 4.x or msvc 2010
* [gyp](https://github.com/bnoordhuis/gyp) (make sure it's on your path)

How to build on UNIX

./configure
make -j <num-cpus> V=1 BUILDTYPE=Release

How to build on Windows

vcbuild.bat

Maintainer's note

Here is how the directories map onto mozilla-central.

mozilla-central                   local
---------------                   -----
js/public/                     => include/js/
intl/icu/source/common/unicode => include/unicode/
js/src/                        => src/js/
js/jsd/                        => src/jsd/
mfbt/                          => src/mozilla/

About

gyp-ified spidermonkey, WIP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.7%
  • C++ 25.9%
  • C 10.4%
  • Assembly 0.6%
  • Shell 0.5%
  • Python 0.5%
  • Other 0.4%