⚠️ Early stage of development.
Simple, free and open-source JavaScript runtime environment. Everything under single executable called pand.
Very early builds are available on Linux only
curl https://pandland.github.io/install | shgit clone https://github.com/pandland/pand.gitMake 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.cmakescript is not tested yet on fresh Linux installation.
Distributed under the MIT License. See LICENSE for more information.
