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-01-28 16:11:29
最后一次提交2025-01-28 16:16:40
發布數12
最新版本名稱v24.12.0 (發布於 )
第一版名稱v22.2.0 (發布於 )
用户参与
星數2.7k
關注者數46
派生數173
提交數1k
已啟用問題?
問題數192
打開的問題數32
拉請求數456
打開的拉請求數7
關閉的拉請求數29
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?