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
- Host: GitHub
- URL: https://github.com/mgred/qjsx
- Owner: mgred
- License: gpl-3.0
- Created: 2022-04-27T11:52:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T14:50:28.000Z (over 3 years ago)
- Last Synced: 2025-07-06T11:41:56.769Z (8 months ago)
- Topics: bazel, javascript, quickjs, typescript
- Language: TypeScript
- Homepage: https://qjsx.dev
- Size: 172 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.
[](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)