⚠️ 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 | sh
git clone https://github.com/pandland/pand.git
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.
Distributed under the MIT License. See LICENSE
for more information.