harfbuzz / harfbuzzjs

Providing HarfBuzz shaping library for client/server side JavaScript projects
https://harfbuzz.github.io/harfbuzzjs/
Other
204 stars 35 forks source link

Move build config here #2

Closed behdad closed 5 years ago

behdad commented 5 years ago

Specially the exported symbol list bothers me. Ideally that's the job of the optimizer to prune out unused symbols. You were against hardcoding symbols in https://github.com/harfbuzz/harfbuzz/issues/1652 and I agree. Though more and more I'm thinking that some clients would benefit from a tiny version of library that only has enough symbols for shaping.