commit | d777790bab878b8d1a218a1a60894b2823485cca | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Tue Feb 14 15:57:01 2023 -0800 |
committer | GitHub <noreply@github.com> | Tue Feb 14 15:57:01 2023 -0800 |
tree | 654098f47105b011d7af286c9b4c2f47d9242115 | |
parent | 096d0097a09e439a4564531b297a998e5d74c9b5 [diff] |
gh-99108: Build the hashlib HACL* code as a static library. (#101917) This builds HACL* as a library in one place. A followup to #101707 which broke some WASM builds. This fixes 2/4 of them, but the enscripten toolchain in the others don't deduplicate linker arguments and error out. A follow-on PR will address those.