Skip to content

Commit

Permalink
Add issue label on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Mar 4, 2024
1 parent d25e3fb commit 0ca4e81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

The project exposes two libraries:

- **`quickjs.bindings`** with the QuickJS C API.
- **`quickjs.bindings`** with the QuickJS C API

- **`quickjs`** which exposes a polished API on top of `quickjs.bindings` with the same shape as the JavaScript API.
- **`quickjs`** which exposes a polished API on top of `quickjs.bindings` with the same shape as the JavaScript API

### Motivation

Expand All @@ -18,4 +18,4 @@ The purpose of this project is to provide the same behaviour as the JavaScript e

### Status

This is a work in progress, and currently only includes bindings to `RegExp` (binded to `libregexp`).
This is a work in progress, and currently only includes bindings to `RegExp` (binded to `libregexp`) check the [`to bind` issues](https://github.com/ml-in-barcelona/quickjs.ml/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22to+bind%22) from the issue tracker.

0 comments on commit 0ca4e81

Please sign in to comment.