WillisMedwell
WillisMedwell
My %EMSCRIPTEN% variable is set as well. ```cmd C:\dev\...\build-web>%EMSCRIPTEN% 'C:/apps/emscripten/emsdk/' is not recognized as an internal or external command, operable program or batch file. ``` Other people have had this...
I suppose, but i think the majority* of consumers of the repo would be using a collection of the libraries so tracking a group wide collection where all libs are...
Also will cmake support be a thing? Especially considering emscripten and all that
Also c++ bindings to allow for **constexpr shader translation?** (I think c is getting more and more constexpr support as well, so will be applicable eventually)
Im on a 8 thread system and these few lines improved compile times from 1minute & 10 secs to 10secs. ```cmake if(MSVC) target_compile_options(Catch2 PUBLIC /MP) endif() target_compile_features(Catch2 PRIVATE cxx_std_17) set_target_properties(Catch2...
- Callstack where fail is set:  - **Chunk Size** Tried both at `.chunk_size = 1024*1024;` and `chunk_size = {};`and still had the same issue. - **Network** The network info...
Just changed it so the chunk_size was explicitly zero and it **fixed the problem.** ``` const auto request = sfetch_request_t { .channel = channel, .path = path_buffer, .callback = [](const...
thanks for the help, it's a great library!