Skip to content

Releases: just-js/just

0.1.2

12 Aug 06:13
Compare
Choose a tag to compare
fix install.sh

0.1.1

01 Aug 00:57
Compare
Choose a tag to compare
fix makefile issue for custom application builds

0.1.0

18 Jul 04:16
Compare
Choose a tag to compare
  • 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

22 Mar 03:40
Compare
Choose a tag to compare
bump version

0.0.21

15 Feb 00:25
Compare
Choose a tag to compare
process library - remove fds from event loop before closing

0.0.20

25 Jan 07:16
Compare
Choose a tag to compare
add lib/fs getStat

0.0.19

14 Jan 03:23
Compare
Choose a tag to compare
bump version

0.0.18

13 Jan 02:58
Compare
Choose a tag to compare
bump version

0.0.17

12 Jan 18:00
Compare
Choose a tag to compare
bump version, update readme

0.0.16

06 Jan 05:01
Compare
Choose a tag to compare
bump version