Skip to content

andywangevertz/quv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quv — QuickJS ❤️ libuv

Build Status

This is an experiment in using libuv as the platform layer for QuickJS.

Currently the following is already implemented in the quv (formerly qjs) interpreter, using libuv:

  • TCP and UDP sockets
  • TTY handles
  • Unix sockets / named pipes
  • Timers
  • Signals
  • Basic file operations
  • Event loop
  • High-resolution time
  • Miscellaneous utility functions
  • Worker threads
  • Child processes
  • DNS (getaddrinfo)

Other extras:

  • TextEncoder / TextDecoder APIs

See the full API.

Building

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

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

About

QuickJS ❤️ libuv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 55.0%
  • JavaScript 44.0%
  • Other 1.0%