WillisMedwell
WillisMedwell
Package: draco:wasm32-emscripten -> 1.5.6 **Host Environment** - Host: x64-windows - Compiler: Clang 18.0.0 - vcpkg-tool version: 2023-09-15-ac02a9f660977426b8ec6392919fbb1d51b10998 vcpkg-scripts version: 6a349fe1f 2023-09-18 (2 months ago) **To Reproduce** `vcpkg install assimp:wasm32-emscripten` **Failure...
I'm new to this library so some documentation around common errors like: _"message(FATAL_ERROR "A module (${name}) failed to define its name!")" from CPM.cmake L1246_ would be great... e.g "CPM_AddModule( "glaze"...
As a widely used product, eventually people will start using incompatible versions with outdated support etc. It would make sense to have releases tagged with versions e.g 0.0.1 so that...
Got errors flagged on the callback despite double checking and I have recieved a http success reponse code of 200. ``` .callback = [](const sfetch_response_t* response){ io_file_reader::M* members_ptr = nullptr;...
**Description** Sort the sources in the src/CmakeLists.txt by compile times. When doing parallel builds in conjunction with unity builds it makes sense to have the biggest sources first. **Additional context**...