Release: uuid-qjs 0.1.1
This is a modular redesign of how the Digital Post Office generates uuids for request tickets.
http://citiwise.eu:9000/CommunalTech/index.html#!/Announcements/2
#smallEngineering #linux #quickjs #uuid
Straight out of #FOSDEM2023 - txiki.is 23.1.0 released with top level await, a refactored standard library, CLI and more! https://code.saghul.net/2023/02/txiki-js-23-1-0-released-and-its-a-big-one/ 🚀 #JavaScript #QuickJS
#Fosdem2023 #javascript #quickjs
@simon Perhaps also interesting. https://bellard.org/quickjs/
https://github.com/maple3142/wasm-jseval
The Figma developers probably used #quickjs for their plugin system as well. They compiled quickjs to WebAssembly.
https://www.figma.com/blog/how-we-built-the-figma-plugin-system/
https://www.figma.com/blog/an-update-on-plugin-security/
Here is also an example where the developer himself runs quickjs in the browser/WASM.
http://numcalc.com/
I've packaged @suchipi 's #QuickJS fork for #Nix! She added some awesome features like `qjsbootstrap` which lets you append #JavaScript to an existing binary to create a new program that automatically executes your code!
This #NixFlake includes a helper for building applications using `qjsbootstrap`. Check it out!
#quickjs #nix #javascript #NixFlake
RT @DelnegOfficial@twitter.com
Hello #fsharp , I've created another crazy PoC - this time it's Cosmopolitan executable, packaging F# -> JS Code via @FableCompiler@twitter.com and #quickjs - based on the Scala.js version https://github.com/delneg/cosmopolitan-fsharp-fable-example
🐦🔗: https://twitter.com/DelnegOfficial/status/1562464545297219584
In case you need to run system commands asynchronously from javascript, QuickJS has this brilliant module: https://github.com/ctn-malone/qjs-ext-lib
#javascript #quickjs #smallEngineering
It would be very helpful if an equivalent of Lua's cqueues module would be available in QuickJS. Or even a basic unix socket library?
#quickjs #challenges #smallEngineering