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.
- Host: GitHub
- URL: https://github.com/mdebbar/icu4x_bidi
- Owner: mdebbar
- License: other
- Created: 2022-12-13T16:22:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T16:57:24.000Z (over 2 years ago)
- Last Synced: 2025-02-03T09:38:28.376Z (4 months ago)
- Language: JavaScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```