Ingvar Stepanyan
Ingvar Stepanyan
Ok found it and made a PR against your branch/fork: https://github.com/nmoinvaz/zlib-ng/pull/1 Not sure why the C-based detection doesn't work in vcpkg environment, but the CMake-one does work with vcpkg, and...
Note: another large part Wasm support in zlib-ng is still missing is checking for SSE2 / SSSE3 / etc. intrinsics when `ARCH=wasm32`. Currently both `configure` and `CMakeLists.txt` assume that those...
> Even though WASM has partial support for SSE intrinsics, I'm not completely sure if we should rely on the emulation or we should limit ourselves to WASM's own intrinsics....
> I agree that making it optional feature is the best choice. Just to be clear, you're referring to SIMD not Wasm entirely? If so, yeah, I agree it's the...
> It's technically same as using for example qemu to run binaries designed for other processors I'd argue it's an unfair comparison. Emscripten simply provides API-compatible implementation of intrinsics that...
> Do you have a reference project you can share that reproduces the error? Is there any output in the Test Explorer output window? No interesting output (aside from warnings...
Hmm I see. What is the practical difference between unit tests and integration tests for the Test Explorer? Do they have different output in `--list` or is it just that...
> There's no guarantee that there will never be any overlap between mod/test case names Good point. I thought that at least for regular (not mimicked) tests the generated names...
Ah fair enough, I'll shut up with my ideas then :D
> My limited open source time has been pretty tied up in other projects for a while and this one hasn't seen much love recently 😄 That's okay, I know...