ring-clojure / ring

Clojure HTTP server abstraction
MIT License
3.76k stars 520 forks source link

Update mime_type.clj to support wasm binaries by default #479

Closed s-cork closed 1 year ago

s-cork commented 1 year ago

See #470 and #450 where this issue has previously come up

With wasm becoming more popular and supported by all major browsers please consider adding it as a default-mime-type

link to standards for this file type: https://www.iana.org/assignments/media-types/application/wasm

weavejester commented 1 year ago

Thanks for the update. Can you change the commit message to:

 Add wasm extension to default mimetypes map

In order to adhere to the contributing guidelines.