Cargo Features

[dependencies]
icu_codepointtrie_builder = { version = "0.3.8", default-features = false, features = ["wasm", "icu4c"] }
default = wasm

Use the wasm builder

wasm default

Enables wasmi ^0.31.2

icu4c

Use the ICU4C builder
needs the ICU4C_LIB_PATH variable set and pointing to an ICU4C lib folder containing dylibs. If you want to use staticlibs, set ICU4C_LINK_STATICALLY.
Will be silently disabled if the wasm feature is enabled