Skip to content

sax1johno/qjsuv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickJS ❤️ libuv

This is an experiment in porting the QuickJS platform layer to use libuv.

Currently the following is already implemented in the qjs interpreter, using libuv:

  • TCP sockets
  • Timers
  • I/O: file descriptor readyness
  • Signals
  • Event loop
  • High-resolution time

More things may be coming!

Building

CMake is necessary. This has been mostly tested on macOS, YMLMV.

# Compile it!
make
# Run the REPL
./build/qjs

About

QuickJS ❤️ libuv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.5%
  • JavaScript 2.0%
  • Other 0.5%