Install the htmlext command-line utility and Hext for Python (v3.13 or earlier):
pip install hext
Install Hext for Node (v23 or earlier):
npm install hext
Both are compatible with Linux (x86_64) and macOS (≥10.11 for x86_64, ≥11.0 for ARM64/M1/M2).
Install Hext for JavaScript (Node/Browser on any platform):
npm install hext.js
For other installation methods please see the download page for Hext.
Changes
- Fix for #39: Python, Node: Symbols of linked static libraries (such as libstdc++) are no longer exported. This fixes an issue with libraries that do the same, such as "scipy.spatial". Thank you @impredicative for reporting this issue.