Skip to content

pandland/pand

Repository files navigation

Logo

PandJS

Documentation   •   Website   •   Issues

⚠️ Early stage of development.

Simple, free and open-source JavaScript runtime environment. Everything under single executable called pand.

Install

Very early builds are available on Linux only

curl https://pandland.github.io/install | sh

Clone

git clone https://github.com/pandland/pand.git

Building

Make sure you have CMake and python3 installed. Build infrastructure is still in early stage.

You need to download v8 as dependency and it will take reasonable amount of time to compile (even 40 mins - depends on machine).

python3 tools/build_v8.py
# Build our actual project
mkdir build
cd build

cmake ..
cmake --build .

v8.cmake script is not tested yet on fresh Linux installation.

License

Distributed under the MIT License. See LICENSE for more information.