summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source/slang-wasm/slang-wasm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang-wasm/slang-wasm.cpp b/source/slang-wasm/slang-wasm.cpp
index 9c705e5ad..e9eb78a1e 100644
--- a/source/slang-wasm/slang-wasm.cpp
+++ b/source/slang-wasm/slang-wasm.cpp
@@ -36,6 +36,7 @@ emscripten::val getCompileTargets()
{"WGSL", SLANG_WGSL},
{"SPIRV", SLANG_SPIRV},
{"METAL", SLANG_METAL},
+ {"CUDA", SLANG_CUDA_SOURCE},
};
std::vector<emscripten::val> result;