An open API service indexing awesome lists of open source software.

https://github.com/mgred/qjsx

qjsx - QuickJS Extensions
https://github.com/mgred/qjsx

bazel javascript quickjs typescript

Last synced: 7 months ago
JSON representation

qjsx - QuickJS Extensions

Awesome Lists containing this project

README

          

---
permalink: /index.html
layout: page.njk
---

# qjsx

> QuickJS Extensions

**qjsx** is a set of packages built on top of [QuickJS](https://bellard.org/quickjs/).
The code is written in TypeScript and published via npm.

[![Tests](https://github.com/mgred/qjsx/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/mgred/qjsx/actions/workflows/tests.yml)

## Packages

- [io](packages/io)
- [web](packages/web)
- [types](packages/types)

## Development

See the [Development](/development) section on how to setup.

## License

[GNU General Public License v3.0](COPYING)