Control: forwarded -1 https://github.com/WasmEdge/WasmEdge/issues/5337
On Tue, Jan 06, 2026 at 01:43:53PM +0200, Faidon Liambotis wrote: > On Sun, Jun 01, 2025 at 04:45:45PM +0200, наб wrote: > > Accd'g to > > http://codesearch.debian.net/search?q=%5Cbblake3_hasher_init%5Cb&literal=0 > > this package embeds the BLAKE3 C API. > > > > Pending #1107091, this should be replaced with linking to libblake3-dev, > > pursuant to policy 4.13. > > Sure thing, that's a totally valid request, and I'd be happy to look > into it more closely once libblake3-dev appears in Debian. libblake3-dev is now in Debian, so I attempted to do so. I encountered a blocker though, which due to a combination of libblake3 specifying INTERFACE_COMPILE_FEATURES "c_std_99;cxx_std_20", WasmEdge using a C++20-deprecated declaration, and WasmEdge building with -Werror, meant that compilation failed. There are a few options forward, but I opened an issue upstream to discuss and decide the path forward (see link above). Regards, Faidon

