#quickjs — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #quickjs, aggregated by home.social.
-
#QuickJS-NG 0.16.0 released, and it's a big one! Regex perf improvements, all stage 3 iterator proposals, and many more! Check it 👉 https://github.com/quickjs-ng/quickjs/releases/tag/v0.16.0
-
#QuickJS-NG 0.16.0 released, and it's a big one! Regex perf improvements, all stage 3 iterator proposals, and many more! Check it 👉 https://github.com/quickjs-ng/quickjs/releases/tag/v0.16.0
-
QuickJS-NG is “a fork of the original #QuickJS project by Fabrice Bellard and Charlie Gordon, after it went dormant, with the intent of reigniting its development.” That's great: I wouldn't want to be caught with an unsupported runtime.
I'm very glad I looked through the project's issue list, though.
https://github.com/quickjs-ng/quickjs/issues/1172 describes that in a benchmark, -NG is 10% slower than the original. Unfortunate, but it's understandable that -NG could have become bloated over time with all the extra coding.
The truth surprised me: the original is still being updated and has performance optimisations that -NG haven't incorporated yet! So not quite dormant, then!
-
QuickJS-NG is “a fork of the original #QuickJS project by Fabrice Bellard and Charlie Gordon, after it went dormant, with the intent of reigniting its development.” That's great: I wouldn't want to be caught with an unsupported runtime.
I'm very glad I looked through the project's issue list, though.
https://github.com/quickjs-ng/quickjs/issues/1172 describes that in a benchmark, -NG is 10% slower than the original. Unfortunate, but it's understandable that -NG could have become bloated over time with all the extra coding.
The truth surprised me: the original is still being updated and has performance optimisations that -NG haven't incorporated yet! So not quite dormant, then!
-
😂 Look, someone created a #dynamic #language called "Zef" (because why not?) and now believes they can compete with #Lua, #QuickJS, and #CPython. 🚀 Just another wild ride through "how to optimize your #hobby #project to do something totally unnecessary" land! 🛠️
https://zef-lang.dev/implementation #Zef #HackerNews #ngated -
😂 Look, someone created a #dynamic #language called "Zef" (because why not?) and now believes they can compete with #Lua, #QuickJS, and #CPython. 🚀 Just another wild ride through "how to optimize your #hobby #project to do something totally unnecessary" land! 🛠️
https://zef-lang.dev/implementation #Zef #HackerNews #ngated -
Building a Runtime With QuickJS, by @healeycodes.bsky.social:
-
Building a Runtime With QuickJS, by @healeycodes.bsky.social:
-
"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."
https://cybersecuritynews.com/new-study-shows-gpt-5-2-can-reliably
-
"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."
https://cybersecuritynews.com/new-study-shows-gpt-5-2-can-reliably
-
CVE Alert: CVE-2026-0821 - quickjs-ng - quickjs - https://www.redpacketsecurity.com/cve-alert-cve-2026-0821-quickjs-ng-quickjs/
#OSINT #ThreatIntel #CyberSecurity #cve-2026-0821 #quickjs-ng #quickjs
-
CVE Alert: CVE-2026-0821 - quickjs-ng - quickjs - https://www.redpacketsecurity.com/cve-alert-cve-2026-0821-quickjs-ng-quickjs/
#OSINT #ThreatIntel #CyberSecurity #cve-2026-0821 #quickjs-ng #quickjs
-
フリーの高機能テキストエディター「Mery」、マクロエンジンに「QuickJS」を採用/おまけのバイナリビューワー機能も搭載した最新ベータ版v3.8.0が公開
https://forest.watch.impress.co.jp/docs/news/2064031.html#forest_watch_impress #Mery #FFmpeg #QEMU #QuickJS #オフィス_ドキュメント #テキストエディター #Windows #プログラミング
-
🐛 We began writing about our @sovtechfund bug resilience partnership, starting with our Sept 2023 contributions to #Sequoia-PGP and later #OpenPGP.js
🆕 @couchdb 3.4.2 came out! We held a Meetup to introduce #Nouveau and #QuickJS: https://vi.to/hubs/couchdb-berlin
-
🐛 We began writing about our @sovtechfund bug resilience partnership, starting with our Sept 2023 contributions to #Sequoia-PGP and later #OpenPGP.js
🆕 @couchdb 3.4.2 came out! We held a Meetup to introduce #Nouveau and #QuickJS: https://vi.to/hubs/couchdb-berlin
-
#CouchDB 3.4.2 is out! 🎉
We held a Meetup recently to take a look at the big 3.4.0 feature release that includes #QuickJS and #Nouveau (full recordings: https://vi.to/hubs/couchdb-berlin).
While the Neighbourhoodies worked with Nouveau to prepare presentations, we came across 6 bugs that get fixes in this release — shoutout to Alex Feyerke for finding them! Haven’t upgraded? You’re running out of reasons not to 😉 As always, if your team need help, reach out.
Full release notes: https://docs.couchdb.org/en/stable/whatsnew/3.4.html
-
#CouchDB 3.4.2 is out! 🎉
We held a Meetup recently to take a look at the big 3.4.0 feature release that includes #QuickJS and #Nouveau (full recordings: https://vi.to/hubs/couchdb-berlin).
While the Neighbourhoodies worked with Nouveau to prepare presentations, we came across 6 bugs that get fixes in this release — shoutout to Alex Feyerke for finding them! Haven’t upgraded? You’re running out of reasons not to 😉 As always, if your team need help, reach out.
Full release notes: https://docs.couchdb.org/en/stable/whatsnew/3.4.html
-
@mre Another project that embeds JS inside #WebAssembly through #QuickJS is https://github.com/justjake/quickjs-emscripten by @jitl. I find Jake's solution particulary interesting for its "asyncify" feature, allowing you to expose asynchronous functions into QuickJS that the embedded JS code can access as if they were synchronous. The feature is based on Emscripten's ASYNCIFY and suspends the WASM execution while awaiting a promise.
-
@mre Another project that embeds JS inside #WebAssembly through #QuickJS is https://github.com/justjake/quickjs-emscripten by @jitl. I find Jake's solution particulary interesting for its "asyncify" feature, allowing you to expose asynchronous functions into QuickJS that the embedded JS code can access as if they were synchronous. The feature is based on Emscripten's ASYNCIFY and suspends the WASM execution while awaiting a promise.
-
🎥 We’re going live shortly ⭐
Our online #CouchDB Meetup starts at 17:00 CET, so if you’re not getting up to much tonight, why not join us? Four-legged friends are welcome too!
We’ll be covering what’s new in 3.4.0 + 3.4.1, trying out the new #QuickJS beta, and introducing #Nouveau for fulltext search with @janl, @ninette and Alex Feyerke.
Sign up and discover all the talks: https://vi.to/hubs/couchdb-berlin
-
🎥 We’re going live shortly ⭐
Our online #CouchDB Meetup starts at 17:00 CET, so if you’re not getting up to much tonight, why not join us? Four-legged friends are welcome too!
We’ll be covering what’s new in 3.4.0 + 3.4.1, trying out the new #QuickJS beta, and introducing #Nouveau for fulltext search with @janl, @ninette and Alex Feyerke.
Sign up and discover all the talks: https://vi.to/hubs/couchdb-berlin
-
🛎️ It’s tomorrow! Are you joining our Online #CouchDB Meetup from 17:00 - 18:30 CET, on Oct 9?
3.4.0 + 3.4.1 have been out for a couple weeks now, and they brought #QuickJS with them. It’s the new #JavaScript engine for CouchDB that speeds up queries and server-side processing.
Get a detailed introduction from @ninette in Talk #2 and learn why others are delighted about how it enhances custom functions.
Sign up and check out the others talks: https://vi.to/hubs/couchdb-berlin
-
🛎️ It’s tomorrow! Are you joining our Online #CouchDB Meetup from 17:00 - 18:30 CET, on Oct 9?
3.4.0 + 3.4.1 have been out for a couple weeks now, and they brought #QuickJS with them. It’s the new #JavaScript engine for CouchDB that speeds up queries and server-side processing.
Get a detailed introduction from @ninette in Talk #2 and learn why others are delighted about how it enhances custom functions.
Sign up and check out the others talks: https://vi.to/hubs/couchdb-berlin
-
#QuickJS and #Nouveau are a couple #CouchDB 3.4.0 + 3.4.1 updates you can see at our Oct 9 Meetup.
@janl will shed light on 3.4.1 + where 3.4.0 went. Alex Feyerke and @ninette will detail new features:
Talk #1: CouchDB 3.4.0 / 3.4.1 Release Retrospective (Jan Lehnardt)
Talk #2: Introducing QuickJS: CouchDB’s New JavaScript Engine (Ninette Adhikari)
Talk #3: First Steps With Nouveau, CouchDB’s New Fulltext Search (Alex Feyerke)We’re excited to host you!
Sign up: https://vi.to/hubs/couchdb-berlin
-
#QuickJS and #Nouveau are a couple #CouchDB 3.4.0 + 3.4.1 updates you can see at our Oct 9 Meetup.
@janl will shed light on 3.4.1 + where 3.4.0 went. Alex Feyerke and @ninette will detail new features:
Talk #1: CouchDB 3.4.0 / 3.4.1 Release Retrospective (Jan Lehnardt)
Talk #2: Introducing QuickJS: CouchDB’s New JavaScript Engine (Ninette Adhikari)
Talk #3: First Steps With Nouveau, CouchDB’s New Fulltext Search (Alex Feyerke)We’re excited to host you!
Sign up: https://vi.to/hubs/couchdb-berlin
-
We have updated and switched to use quickjs-ng in radare2, which is a fork of quickjs, but quite more updated and active. The main reason is for maintainance and portability reasons, so we can just upstream our patches 🔥 Kudos to @satk0 for the integration work! #quickjs #javascript #radare2
-
We have updated and switched to use quickjs-ng in radare2, which is a fork of quickjs, but quite more updated and active. The main reason is for maintainance and portability reasons, so we can just upstream our patches 🔥 Kudos to @satk0 for the integration work! #quickjs #javascript #radare2
-
How small is #QuickJS JavaScript Engine? Let's visualise with linkermapviz
Article: https://lupyuen.codeberg.page/articles/quickjs.html#how-small-is-quickjs
-
How small is #QuickJS JavaScript Engine? Let's visualise with linkermapviz
Article: https://lupyuen.codeberg.page/articles/quickjs.html#how-small-is-quickjs
-
How we Blink the LED on #Ox64 BL808 #RISCV SBC ... With #QuickJS JavaScript Engine
Article: https://lupyuen.codeberg.page/articles/quickjs.html#quickjs-blinks-the-led-on-ox64-sbc
-
How we Blink the LED on #Ox64 BL808 #RISCV SBC ... With #QuickJS JavaScript Engine
Article: https://lupyuen.codeberg.page/articles/quickjs.html#quickjs-blinks-the-led-on-ox64-sbc
-
Let's add ioctl() to #QuickJS JavaScript Engine ... So Apache #NuttX RTOS can Blink the LED
Article: https://lupyuen.codeberg.page/articles/quickjs.html#add-ioctl-to-quickjs
-
#QuickJS JavaScript Engine overflows the Stack on Apache #NuttX RTOS ... Let's bump up the Stack Size
Article: https://lupyuen.codeberg.page/articles/quickjs.html#nuttx-stack-is-full-of-quickjs
-
How we compile #QuickJS JavaScript Engine for Apache #NuttX RTOS
Article: https://lupyuen.codeberg.page/articles/quickjs.html#build-quickjs-for-nuttx
-
Try our demo of #QuickJS JavaScript Engine in a Web Browser ... Running on Apache #NuttX RTOS with #Ox64 BL808 Emulator
Article: https://lupyuen.codeberg.page/articles/quickjs.html#quickjs-on-nuttx-emulator
-
Can we run JavaScript on Apache #NuttX RTOS? Let's find out with #QuickJS JavaScript Engine!
Article: https://lupyuen.codeberg.page/articles/quickjs.html
-
Running self-hosted #QuickJS in a browser (#WebAssembly)