wabt icon indicating copy to clipboard operation
wabt copied to clipboard

wasm2c: update Windows build to always use internal sha256 library to resolve libcrypto DLL not found issue

Open silbinarywolf opened this issue 7 months ago • 1 comments

Fixes #2609

silbinarywolf avatar May 31 '25 11:05 silbinarywolf

I don't use Windows myself, but I think this libcrypto stuff has been causing us enough trouble (on platforms that are maybe not as strong at versioning/managing dependencies) that we should probably just switch to an always-vendored BLAKE3 hash for this and ditch the external library. I'll send a PR on this.

keithw avatar Jun 02 '25 16:06 keithw