Mitchell Hashimoto contributed a PR to simdutf that enables the library to be built without depending on libc++ or libc++abi. The work involved two main challenges: replacing STL types with a custom stl_compat.h header for NO_LIBCXX mode, and eliminating hidden libc++abi dependencies caused by C++ ABI features like
Table of contents
The Benefits of Not Depending on libc++libc++ vs libc++abiExtricating simdutf from libc++Extricating simdutf from libc++abiValidationPull RequestFinal StatusFootnotesSort: