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

https://github.com/mdebbar/icu4x_bidi

A portion of ICU4X that detects BiDi regions in text, and can be used as a WASM library on the web.
https://github.com/mdebbar/icu4x_bidi

Last synced: 2 months ago
JSON representation

A portion of ICU4X that detects BiDi regions in text, and can be used as a WASM library on the web.

Awesome Lists containing this project

README

        

# icu4x_bidi

This is an optimized WASM build of the Bidi bits of ICU4X.

## Building

#### WASM

To build the WASM module:

```
$ npm run build-wasm
```

#### JavaScript wrappers

To bundle the JavaScript wrappers:

```
$ npm run build-js
```

#### Everything

To build everything at once:

```
$ npm run build
```