Vibe-coding an ESP32 version of Micro QuickJS Conor O’Neill notes that Fabrice Bellard has released a tiny new JavaScript engine called Micro QuickJS. He says: I looked at the small stack of ESP3...
#ESP32 #machine #learning #Programming #porting #QuickJS #vibe #coding
Origin | Interest | Match
#QuickJS NG 0.10.0 released! 🚀 code.saghul.net/2025/05/quic...
If you want to run functions at scale embedded in an app but you REQUIRE for whatever reason hardware-based protection, have a look at the #hyperlight post by Ludvig Liljenberg about building a C micro-vm for #JavaScript using #QuickJs. aka.ms/hyperlight-j....
#QuickJS NG 0.9.0 released with a bunch of new APIs, support for Meson, amalgamated builds and more! Check it 👉
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! 🚀
Woot, I just submitted a presentation about #QuickJS :-)
🆕 @couchdb.bsky.social 3.4.2 came out! We held a meetup to introduce #Nouveau and #QuickJS: vi.to/hubs/couchdb...
#Quickjs NG, the mighty JavaScript engine, 0.7.0 is out! github.com/quickjs-ng/q... Tons of good stuff on this one: iterator helpers, REPL improvements, faster test runner, MSVC 2019 support, Promise.try, improved C++ support, performance improvements and more! 🚀
@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 […]