Skip to content

Commit

Permalink
Merge pull request #25 from aosasona/wasm-mimetype
Browse files Browse the repository at this point in the history
Added wasm mimetype
  • Loading branch information
aosasona committed Mar 14, 2024
2 parents 4fbcc08 + 25eb9f1 commit c56e99b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mimetype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ fn from_extension(extension: &str) -> String {
"txt" | "c" | "h" | "bas" => "text/plain",
"vcf" => "text/vcard",
"vsd" => "application/vnd.visio",
"wasm" => "application/wasm",
"wav" => "audio/wav",
"weba" => "audio/webm",
"webm" => "video/webm",
Expand Down

0 comments on commit c56e99b

Please sign in to comment.