#quickjs نتائج البحث
#QuickJS JavaScript Engine blinks a Simulated LED ... On Apache #NuttX Emulator 🎉 Source: github.com/lupyuen/quickj…
How we compile #QuickJS JavaScript Engine for Apache #NuttX RTOS 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…
How small is #QuickJS JavaScript Engine? Let's visualise with linkermapviz Article: lupyuen.codeberg.page/articles/quick…
#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…
#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…
How we Blink the LED on #Ox64 BL808 #RISCV SBC ... With #QuickJS JavaScript Engine Article: lupyuen.codeberg.page/articles/quick…
Here's how we add an LED Driver to #NuttX QEMU #RISCV ... For testing #QuickJS and other Blinkies Source: github.com/lupyuen/quickj…
Adding ioctl() to #QuickJS JavaScript Engine ... So we can control #NuttX Devices Source: github.com/lupyuen/quickj…
#QuickJS JavaScript Engine blinks the LED ... On Apache #NuttX Emulator! 🎉 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…
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…
github.com
Fixes timezone bias on Windows by saghul · Pull Request #744 · quickjs-ng/quickjs
GetTimeZoneInformationreturns the bias in minutes already, so no need to adjust it. Also handle the return code since it determines if the time zone is in the daylight saving range. Ref: https://le...
#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! 🚀
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! 🚀
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
🚀 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…
"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…
github.com
GitHub - quickjs-ng/quickjs: QuickJS, the Next Generation: a mighty JavaScript engine
QuickJS, the Next Generation: a mighty JavaScript engine - quickjs-ng/quickjs
#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…
试了一下 #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!
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
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…
How we compile #QuickJS JavaScript Engine for Apache #NuttX RTOS Article: lupyuen.codeberg.page/articles/quick…
Here is something cool! #QuickJS compiles and runs (with minor changes!) on #WASI 🎉 Why run WASM in your JS when you can run your JS in your WASM?! 🤯 Will upload the code tonight.
How small is #QuickJS JavaScript Engine? Let's visualise with linkermapviz 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…
How we Blink the LED on #Ox64 BL808 #RISCV SBC ... With #QuickJS JavaScript Engine Article: lupyuen.codeberg.page/articles/quick…
Something went wrong.
Something went wrong.
United States Trends
- 1. #CARTMANCOIN 1,724 posts
- 2. Broncos 66.2K posts
- 3. yeonjun 218K posts
- 4. Raiders 66K posts
- 5. Bo Nix 18.2K posts
- 6. Geno 18.7K posts
- 7. Sean Payton 4,793 posts
- 8. daniela 46.3K posts
- 9. #criticalrolespoilers 4,992 posts
- 10. #TNFonPrime 4,037 posts
- 11. Kenny Pickett 1,509 posts
- 12. Kehlani 9,644 posts
- 13. #Pluribus 2,740 posts
- 14. Pete Carroll 1,984 posts
- 15. Bradley Beal 3,579 posts
- 16. Chip Kelly 1,985 posts
- 17. Jalen Green 7,637 posts
- 18. TALK TO YOU OUT NOW 27.7K posts
- 19. byers 29.9K posts
- 20. Danny Brown 3,079 posts