working on WebGPU support

This commit is contained in:
2025-02-23 17:12:27 +01:00
parent 3a598ab887
commit 443eb6b810
34 changed files with 859 additions and 74 deletions

View File

@@ -35,6 +35,8 @@ extern "C" {
#define PULSE_COMPILER_INTEL
#elif defined(_MSC_VER)
#define PULSE_COMPILER_MSVC
#elif __EMSCRIPTEN__
#define PULSE_COMPILER_EMSCRIPTEN
#else
#define PULSE_COMPILER_UNKNOWN
#warning "This compiler is not fully supported"