monorepo-template/ ├── .github/ # GitHub workflows and templates │ ├── workflows/ │ │ ├── ci.yml # Continuous integration pipeline │ │ ├── release.yml # Release automation │ │ └── pr-checks.yml # Pull ...
QJS is a CGO-Free, modern, secure JavaScript runtime for Go applications, built on the powerful QuickJS engine and Wazero WebAssembly runtime. QJS allows you to run JavaScript code safely and ...