From d6ec996557fd48679b065bb8021ac4a506e11b12 Mon Sep 17 00:00:00 2001 From: "Hendrik A." Date: Thu, 10 Jul 2025 02:47:11 +0200 Subject: [PATCH] Add wasm mime type --- src/main/c/Connection.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/c/Connection.cpp b/src/main/c/Connection.cpp index 21f0378..ca97f30 100644 --- a/src/main/c/Connection.cpp +++ b/src/main/c/Connection.cpp @@ -135,6 +135,7 @@ const std::unordered_map contentTypes = { {"mp3", "audio/mpeg"}, {"wav", "audio/x-wav"}, {"ttf", "font/ttf"}, + {"wasm", "application/wasm"} }; std::string getExt(const std::string& path) {