[txiki.js - 작고 강력한 JavaScript 런타임

txiki.js는 QuickJS-ng를 JS엔진으로, libuv를 플랫폼 계층으로 사용하여 고성능 비동기 I/O를 제공하는 작은 JavaScript 런타임입니다. 최신 ECMAScript 표준 및 WinterTC 호환을 목표로 하며, Web Platform API, 네트워크 기능, 시스템 수준 기능, 다양한 내장 모듈을 지원합니다. C 기반으로 작성되어 빠른 실행 속도와 낮은 메모리 사용량을 제공하며, GNU/Linux, macOS, Windows, 기타 Unix 계열 시스템에서 동작합니다.

https://news.hada.io/topic?id=27294

#javascript #runtime #quickjs #libuv #webplatform

txiki.js - 작고 강력한 JavaScript 런타임 | GeekNews

최신 ECMAScript 표준 및 WinterTC 호환 을 목표로 함QuickJS-ng 를 JS엔진으로, libuv 를 플랫폼 계층으로 사용해 고성능 비동기 I/O 제공Web Platform API 지원: fetch, WebSocket, Console, setTimeout, Crypto, Web Workers 등 포함네트워크 기능 내장: TCP, UDP,

GeekNews
#txiki.js is my tiny JavaScript engine built on top of #QuickJS. I just released version 26.3.0, the biggest release since I started the project: HTTP and WebSocket server, fully static builds on Windows, and more! Check out the blog post: https://code.saghul.net/2026/03/txiki-js-26-3-0-released-a-new-dawn/ and full release notes: https://github.com/saghul/txiki.js/releases/tag/v26.3.0
txiki.js 26.3.0 released, a new dawn! – saghul, on code

"Security researcher Sean Heelan recently tested two sophisticated systems built on GPT-5.2 and Opus 4.5, challenging them to develop exploits for a #zeroday flaw in the #QuickJS Javascript interpreter.

The results point to a significant shift in offensive cybersecurity capabilities, where automated systems can generate functional attack code without human intervention."

#llms

https://cybersecuritynews.com/new-study-shows-gpt-5-2-can-reliably

CVE Alert: CVE-2026-0821 - quickjs-ng - quickjs - RedPacket Security

A vulnerability was determined in quickjs-ng quickjs up to 0.11.0. This vulnerability affects the function js_typed_array_constructor of the file quickjs.c.

RedPacket Security
yt-dlp 發佈支援 JavaScript runtime 外掛的版本了

先前在「yt-dlp 為了解 YouTube 的 challenge,要引入 JavaScript runtime 了」提到 yt-dlp 在開發透過 JavaScript runtime 解 YouTube challenge 的事情,現在推出第一版可以吃 JavaScript runtime 外掛的版本:「 External JavaScript runtime now required for full YouTube...

Gea-Suan Lin's BLOG
QuickJS-NG 0.10.0 released! – saghul, on code

A post for the geek in your life, which might be you anyway. Ludvig Liljenberg has written a post about creating a C-based function "micro-VM guest" for #hyperlight: with #QuickJS!! https://opensource.microsoft.com/blog/2025/03/10/build-a-hyperlight-c-guest-to-securely-execute-javascript/

Understand how -- and how fast -- you can protect an arbitrary .js file. Then run a bunch of things to test how it works!

Build a Hyperlight C guest to securely execute JavaScript - Microsoft Open Source Blog

This article will show you how to create a “guest” application that uses the Hyperlight library and have fun with some JavaScript. Learn more.

Microsoft Open Source Blog
#QuickJS NG 0.9.0 released with a bunch of new APIs, support for Meson, amalgamated builds and more! Check it 👉 https://buff.ly/nUhGQtl
QuickJS-NG 0.9.0 released! – saghul, on code

I wasn't going to speak at #FOSDEM this year but those lightning-lightning (5 minutes!) talks were too tempting to pass on, so I managed to get one of those! I'll be speaking about #QuickJS on Sunday! 🚀
#QuickJS-NG 0.8.0 was just released with standalone executables, Error.captureStackTrace, Windows fixes, new C APIs for typed arrays and more! Check it 👉 https://github.com/quickjs-ng/quickjs/releases/tag/v0.8.0
Release v0.8.0 🎄 · quickjs-ng/quickjs

What's Changed Update release CI action versions by @saghul in #694 Align JS_SetOpaque with other similar APIs by @saghul in #696 Add Math.sumPrecise by @bnoordhuis in #697 Fix harmless -Wsign-com...

GitHub