Add application/wasm mimetype

Useful for serving wasm files.

See https://github.com/ruffle-rs/ruffle/wiki/Using-Ruffle#configure-wasm-mime-type
This commit is contained in:
Luca Weiss 2020-06-30 19:27:43 +02:00 committed by Emil Mikulic
parent cbbaba25fb
commit e2e693e1cf
1 changed files with 1 additions and 0 deletions

View File

@ -310,6 +310,7 @@ static gid_t drop_gid = INVALID_GID;
static const char *default_extension_map[] = {
"application/ogg" " ogg",
"application/pdf" " pdf",
"application/wasm" " wasm",
"application/xml" " xsl xml",
"application/xml-dtd" " dtd",
"application/xslt+xml" " xslt",