summaryrefslogtreecommitdiffstats
path: root/intl/icu_capi/js/README.md
blob: 8b7205109138a73e67c717c766c95eb07f0961e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# JavaScript/TypeScript FFI for ICU4X

This folder contains the JavaScript/TypeScript FFI for ICU4X. To re-generate the bindings run:

```sh
cargo make diplomat-gen-js
```

Or re-generate all of the bindings:

```sh
cargo make diplomat-gen
```

## More Information

For more information on development, authorship, contributing etc. please visit [`ICU4X home page`](https://github.com/unicode-org/icu4x).