{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "windowsSdkVersion": "10.0.22621.0", "compilerPath": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe", "cStandard": "c17", "cppStandard": "c++17", "intelliSenseMode": "${default}" }, { "name": "Emscripten", "includePath": [ "${workspaceFolder}/../sokol", "${workspaceFolder}/../sokol_gp", "${workspaceFolder}/../cimgui", "${workspaceFolder}/../flecs/distr" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "windowsSdkVersion": "10.0.22621.0", "compilerPath": "D:\\UserDefaults\\Desktop\\Dev\\Git\\emsdk\\upstream\\emscripten\\emcc.bat", "cStandard": "c17", "cppStandard": "c++17", "intelliSenseMode": "windows-clang-x64", "mergeConfigurations": false, "browse": { "path": [ "c:/Users/c.pons/Documents/Perso/Git/flecs_tests/**", "c:/Users/c.pons/Documents/Perso/Git/flecs_tests" ], "limitSymbolsToIncludedHeaders": true }, "compilerArgs": [ "-O2", "-sUSE_WEBGL2", "-sASSERTIONS", "-sWASM_BIGINT", "-sFILESYSTEM=0", "-sALLOW_MEMORY_GROWTH=1", "-sSTACK_SIZE=1mb", "-sEXPORTED_RUNTIME_METHODS=cwrap", "-sMODULARIZE=1", "-sEXPORT_NAME=\"flecs_tests\"" ] } ], "version": 4 }