diff seobeo/s_web.c @ 100:65e5a5b89a4e

[Seobeo] Migrated everything to this page.
author June Park <parkjune1995@gmail.com>
date Sat, 03 Jan 2026 07:48:07 -0800
parents 70401cf61e97
children 3468e2fe8d88
line wrap: on
line diff
--- a/seobeo/s_web.c	Fri Jan 02 20:38:02 2026 -0800
+++ b/seobeo/s_web.c	Sat Jan 03 07:48:07 2026 -0800
@@ -222,6 +222,7 @@
     else if (strstr(file_path, ".svg")) mime = "image/svg+xml";
     else if (strstr(file_path, ".ico")) mime = "image/x-icon";
     else if (strstr(file_path, ".json")) mime = "application/json";
+    else if (strstr(file_path, ".wasm")) mime = "application/wasm";
 
     Seobeo_Log(SEOBEO_DEBUG, "File path: %s\nBody Size: %zu\n", file_path, body_size);