Skip to content

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

License

Notifications You must be signed in to change notification settings

mdebbar/icu4x_bidi

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published