Coder Social home page Coder Social logo

linqy71 / node-jerryscript Goto Github PK

View Code? Open in Web Editor NEW

This project forked from samsung/node-jerryscript

0.0 0.0 0.0 281.7 MB

JS runtime based on JerryScript

License: Other

Makefile 0.32% Shell 0.16% JavaScript 64.71% R 0.05% HTML 1.32% C++ 18.19% Python 11.16% C 3.23% DTrace 0.30% Roff 0.12% Batchfile 0.24% Emacs Lisp 0.11% Perl 0.09%

node-jerryscript's Introduction

node-jerryscript

Build & test instructions

  1. Run the appropriate configure command:
  • x86 configuration:
$ ./configure --without-dtrace --without-etw --without-perfctr \
    --without-ssl --without-inspector --without-intl --without-snapshot \
    --dest-cpu x86 --without-bundled-v8
  • x64 configuration:
$ ./configure --without-dtrace --without-etw --without-perfctr \
    --without-ssl --without-inspector --without-intl --without-snapshot \
    --dest-cpu x64 --without-bundled-v8
  • ARM32 cross-compile configuration:
$ CC=arm-linux-gnueabihf-gcc CXX=arm-linux-gnueabihf-g++ \
    ./configure --without-dtrace --without-etw --without-perfctr --without-ssl \
    --without-inspector --without-intl --without-snapshot --dest-cpu arm \
    --cross-compiling --dest-os=linux --with-arm-float-abi=hard --with-arm-fpu=neon \
    --without-bundled-v8

The --without-bundled-v8 option was hijacked to force build Node with JerryScript.

  1. Run make . Optionally use make -j4

  2. After build execute the following steps for a "hello" output:

$ echo "console.log('hello');" >> test.js
$ ./node test.js

node-jerryscript's People

Contributors

ry avatar bnoordhuis avatar isaacs avatar trott avatar indutny avatar piscisaureus avatar addaleax avatar jasnell avatar trevnorris avatar cjihrig avatar tjfontaine avatar mscdex avatar rvagg avatar danbev avatar shigeki avatar tootallnate avatar vsemozhetbyt avatar targos avatar koichik avatar sam-github avatar evanlucas avatar mylesborins avatar thefourtheye avatar fishrock123 avatar felixge avatar ofrobots avatar timothygu avatar mhdawson avatar galpeter avatar joyeecheung avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.