Skip to content

v0.10.2-libs

Pre-release
Pre-release

Choose a tag to compare

@msluszniak msluszniak released this 11 Sep 11:56
59ac9ee

Native libraries for React Native ExecuTorch, built from software-mansion-labs/executorch @ @ms/separate-backends-1.4.1 (0e18ed635).

Same content as v0.10.1-libs, with the Android libraries rebuilt against c++_shared (#1467). libexecutorch.so, libxnnpack_executorch_backend.so and libvulkan_executorch_backend.so no longer carry and re-export their own copy of the NDK C++ runtime: 2130 duplicated exports on arm64 drop to 3 (weak vague-linkage symbols), and the three libraries together shrink by 4.17 MB on arm64. They now list libc++_shared.so in DT_NEEDED, which React Native already packages.

iOS assets, headers and OpenCV are the v0.10.1-libs files unchanged.