Releases: just-js/just
Releases · just-js/just
0.1.2
fix install.sh
0.1.1
fix makefile issue for custom application builds
0.1.0
- working build with many fixes and updated to 9.1 v8 release
- just binary in release assets is static version of runtime, which should allow it to run out of the box on modern linux on x86_64
- to download and run
curl -L -o just https://github.com/just-js/just/releases/download/0.1.0/just
chmod +x just
./just
- and to build a non-static version of the runtime, allowing dynamic loading of c++ modules (assumes g++, make and curl are available)
JUST_TARGET=$(pwd) ./just build
- you should now have a non-static build of just binary in current directory
- more fun and games to follow soon... =)
0.0.22
bump version
0.0.21
process library - remove fds from event loop before closing
0.0.20
add lib/fs getStat
0.0.19
bump version
0.0.18
bump version
0.0.17
bump version, update readme
0.0.16
bump version