txiki.js

微型 JavaScript 运行时。「A tiny JavaScript runtime」

Github星跟踪图

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
  • File operations
  • Event loop
  • High-resolution time
  • Miscellaneous utility functions
  • Worker threads
  • Child processes
  • DNS (getaddrinfo)

Other extras:

  • TextEncoder / TextDecoder APIs
  • URL polyfill
  • Import directly from HTTP(S) URLs

See the full API.

Building

CMake is necessary.

# Get the code
git clone --recursive https://github.com/saghul/quv && cd quv
# Compile it!
make
# Run the REPL
./build/quv

主要指标

概览
名称与所有者saghul/txiki.js
主编程语言C
编程语言CMake (语言数: 7)
平台
许可证MIT License
所有者活动
创建于2019-07-21 19:39:26
推送于2025-09-11 09:11:10
最后一次提交2025-09-08 13:46:50
发布数12
最新版本名称v24.12.0 (发布于 )
第一版名称v22.2.0 (发布于 )
用户参与
星数2.8k
关注者数44
派生数191
提交数1k
已启用问题?
问题数204
打开的问题数33
拉请求数466
打开的拉请求数11
关闭的拉请求数32
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?