Cargo Features

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

Use the wasm builder

wasm default = once_cell, wasmer, wasmer-wasi
icu4c = zerovec

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

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

once_cell wasm
zerovec icu4c?
wasmer wasm

Enables wasmer ^2.2.1

wasmer-wasi wasm

Enables wasmer-wasi ^2.2.1