File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -516,6 +516,7 @@ def _default_mime_types():
516516 '.txt' : 'text/plain' ,
517517 '.ustar' : 'application/x-ustar' ,
518518 '.vcf' : 'text/x-vcard' ,
519+ '.wasm' : 'application/wasm' ,
519520 '.wav' : 'audio/x-wav' ,
520521 '.webm' : 'video/webm' ,
521522 '.wiz' : 'application/msword' ,
Original file line number Diff line number Diff line change @@ -941,6 +941,7 @@ application/vnd.zul zir zirz
941941application/vnd.zzazz.deck+xml zaz
942942application/voicexml+xml vxml
943943application/vq-rtcp-xr
944+ application/wasm wasm
944945application/watcherinfo+xml wif
945946application/whoispp-query
946947application/whoispp-response
Original file line number Diff line number Diff line change @@ -6683,6 +6683,8 @@ Library
66836683- Issue #15646: Prevent equivalent of a fork bomb when using `multiprocessing`
66846684 on Windows without the ``if __name__ == '__main__'`` idiom.
66856685
6686+ - Issue #31670: Associate .wasm with application/wasm.
6687+
66866688IDLE
66876689----
66886690
You can’t perform that action at this time.
0 commit comments