#quickjs 搜尋結果
How we compile #QuickJS JavaScript Engine for Apache #NuttX RTOS Article: lupyuen.codeberg.page/articles/quick…
#QuickJS JavaScript Engine blinks a Simulated LED ... On Apache #NuttX Emulator 🎉 Source: github.com/lupyuen/quickj…
#QuickJS calls POSIX open() on Apache #NuttX RTOS 🎉 ... Up Next: Adding ioctl() to control NuttX Devices Source: github.com/lupyuen/quickj…
Let's add ioctl() to #QuickJS JavaScript Engine ... So Apache #NuttX RTOS can Blink the LED Article: lupyuen.codeberg.page/articles/quick…
How small is #QuickJS JavaScript Engine? Let's visualise with linkermapviz Article: lupyuen.codeberg.page/articles/quick…
#Ox64 BL808 #RISCV SBC @ThePine64 blinks an LED ... With #QuickJS JavaScript Engine on Apache #NuttX RTOS 🎉 Article: lupyuen.codeberg.page/articles/quick…
#QuickJS JavaScript Engine overflows the Stack on Apache #NuttX RTOS ... Let's bump up the Stack Size Article: lupyuen.codeberg.page/articles/quick…
Can we run JavaScript on Apache #NuttX RTOS? Let's find out with #QuickJS JavaScript Engine! Article: lupyuen.codeberg.page/articles/quick…
Adding ioctl() to #QuickJS JavaScript Engine ... So we can control #NuttX Devices Source: github.com/lupyuen/quickj…
How we Blink the LED on #Ox64 BL808 #RISCV SBC ... With #QuickJS JavaScript Engine Article: lupyuen.codeberg.page/articles/quick…
#QuickJS JavaScript Engine blinks the LED ... On Apache #NuttX Emulator! 🎉 Source: github.com/lupyuen/quickj…
Here's how we add an LED Driver to #NuttX QEMU #RISCV ... For testing #QuickJS and other Blinkies Source: github.com/lupyuen/quickj…
今日成果: (1)quickjs cpp绑定适配 (2)Typescript适配,并接入测试 到目前为止,引擎层技术方案基本全部完成。 接下来就是脚本层的UI框架搭建了,直白的说就是接入tsx,直接白嫖大前端生态,嘿嘿😁 ଘ(੭ˊᵕˋ)੭* ੈ✩ #quickjs #typescript #frontend #hybridapp
Vigilance.fr #Vulnerability of #QuickJS: three vulnerabilities dated 16/04/2025. #CyberSecurity vigilance.fr/vulnerability/…
vigilance.fr
Vulnerability QuickJS: three vulnerabilities dated 16/04/2025 | Vigilance.fr
An attacker can use several vulnerabilities of QuickJS, dated 16/04/2025, identified by CVE-2023-48183, CVE-2023-48184, CVE-2024-33263.
Vigilance.fr #Vulnérabilité de #QuickJS : trois vulnérabilités du 16/04/2025. #CyberSécurité vigilance.fr/vulnerabilite/…
vigilance.fr
Vulnérabilité dans QuickJS : trois vulnérabilités du 16/04/2025 | Vigilance.fr
Un attaquant peut employer plusieurs vulnérabilités de QuickJS, du 16/04/2025, identifié par CVE-2023-48183, CVE-2023-48184, CVE-2024-33263.
#QuickJS NG 0.9.0 released with a bunch of new APIs, support for Meson, amalgamated builds and more! Check it 👉 buff.ly/nUhGQtl
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 👉 github.com/quickjs-ng/qui…
github.com
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...
Fixed a time zone bias bug in #QuickJS on Windows! I’d wanted to fix it for a while, and tonight the planets aligned. Sometimes you just figure it out 🤷 github.com/quickjs-ng/qui…
#Quickjs NG, the mighty JavaScript engine, 0.7.0 is out! github.com/quickjs-ng/qui… 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! 🚀
github.com
Release v0.7.0 · quickjs-ng/quickjs
QuickJS NG is 1 year old! 🍰 In november 2023 @bnoordhuis and @saghul banded together to create NG and try to reignite the project. So far so good, here is to the next one! What's Changed Add I...
Finally found the time and energy to put together a documentation website for #QuickJS ng! ✨ quickjs-ng.github.io/quickjs/ ✨ Powered by @docusaurus 🫶
quickjs-ng.github.io
Welcome to QuickJS-NG | QuickJS-NG
QuickJS is a small and embeddable JavaScript engine. It aims to support the latest
#QuickJS-ng 0.6.0 released with new Set methods, Float16Array, memory allocation improvements and more! Check it! 👉 github.com/quickjs-ng/qui… We also provide binaries for a variety of systems and architectures! 🚀
github.com
Release v0.6.0 · quickjs-ng/quickjs
What's Changed Save cur_pc on delete OP by @saghul in #434 Windows x86 by @saghul in #436 Cleanup unused variable warnings by @andrjohns in #439 Remove quickjs-libc from sources when BUILD_QJS...
Discovering QuickJS for TypeScript projects! Transpile TS to JS, debug QuickJS execution, and parse sourcemaps for TS line info. Thanks to Rémy F. for the insights! #QuickJS #TypeScript #JavaScript #Sourcemap ift.tt/p5mISKt
dev.to
QuickJS: Handle Typescript Sourcemap
translate Stacktrace JS lines into they original TS lines
🚀 New Release Alert! Version v1.2.0 of the QuickJS sandbox module for JavaScript is out now! 🎉 Enhancements: Improved virtual file handling Better Node compatibility Upgraded documentation Fixed bug in the Testrunner Upgrade! 🔧✨ #QuickJS #JavaScript github.com/sebastianwesse…
github.com
GitHub - sebastianwessel/quickjs: A typescript package to execute JavaScript and TypeScript code in...
A typescript package to execute JavaScript and TypeScript code in a webassembly quickjs sandbox - sebastianwessel/quickjs
"Move over old JavaScript engines, QuickJS is here to slay! 💥 Embrace the mighty power of QuickJS for your coding adventures! #JavaScript #Programming #QuickJS" github.com/quickjs-ng/qui…
#QuickJS-ng 0.5.0 released, and it's a big one! Lots of internal fixes, Linux aarch64 and risc-v binary releases, Atomics support (yes, on Windows too!), REPL improvements and more! Check it 👉 github.com/quickjs-ng/qui…
github.com
Release v0.5.0 · quickjs-ng/quickjs
What's Changed Add Android CI by @saghul in #305 Add TCC workflows to CI by @saghul in #307 Update README, add fork information by @saghul in #306 Fix tcc build action by @bnoordhuis in #311 I...
试了一下 #QuickJS ,一个用 C 写的 JavaScript 引擎,语法支持接近到 ES2019,可以编译成体积较小(测试一下<1MB)的无依赖的可执行文件(已支持 Linux/Darwin/Win32 平台),可以调用外部库,相信以后会有人不断扩充标准库,感觉挺适合用来制作和分发一些小应用程序的。 bellard.org/quickjs/
#QuickJS is a small #ECMAScript engine with latest ECMAScript standard support, Operator override and meaningful performance. And you can try it with #godotengine now!
Hello #fsharp , I've created another crazy PoC - this time it's Cosmopolitan executable, packaging F# -> JS Code via @FableCompiler and #quickjs - based on the Scala.js version github.com/delneg/cosmopo…
After some weekends of hard work the platform2d demo finally runs in JavaScript :P And we can trace memory leaks easier now! #godotengine #quickjs #javascript
How we compile #QuickJS JavaScript Engine for Apache #NuttX RTOS Article: lupyuen.codeberg.page/articles/quick…
Let's add ioctl() to #QuickJS JavaScript Engine ... So Apache #NuttX RTOS can Blink the LED Article: lupyuen.codeberg.page/articles/quick…
#QuickJS JavaScript Engine overflows the Stack on Apache #NuttX RTOS ... Let's bump up the Stack Size Article: lupyuen.codeberg.page/articles/quick…
#QuickJS on Apache #NuttX RTOS ... Hitting unexpected Sentinel Values 🤔 Source: github.com/lupyuen/quickj…
#QuickJS calls POSIX open() on Apache #NuttX RTOS 🎉 ... Up Next: Adding ioctl() to control NuttX Devices Source: github.com/lupyuen/quickj…
How small is #QuickJS JavaScript Engine? Let's visualise with linkermapviz Article: lupyuen.codeberg.page/articles/quick…
#QuickJS JavaScript Engine blinks the LED ... On Apache #NuttX Emulator! 🎉 Source: github.com/lupyuen/quickj…
Something went wrong.
Something went wrong.
United States Trends
- 1. Jayden Daniels 24.2K posts
- 2. Dan Quinn 6,953 posts
- 3. jungkook 596K posts
- 4. Seahawks 38.2K posts
- 5. Perle Labs 4,949 posts
- 6. Jake LaRavia 5,596 posts
- 7. Commanders 50.1K posts
- 8. Sam Darnold 15.1K posts
- 9. #RaiseHail 8,776 posts
- 10. 60 Minutes 74.1K posts
- 11. Bronny 14.7K posts
- 12. Marcus Smart 3,480 posts
- 13. Godzilla 41.8K posts
- 14. Joe Whitt 2,288 posts
- 15. #smilingfriends 5,907 posts
- 16. #BaddiesAfricaReunion 6,533 posts
- 17. #HHN34 1,093 posts
- 18. Jaxson Hayes 3,236 posts
- 19. Ware 5,171 posts
- 20. #RHOP 6,800 posts