[New-bugs-announce] [issue31670] Associate .wasm with application/wasm

Brad Nelson report at bugs.python.org
Tue Oct 3 02:22:26 EDT 2017


New submission from Brad Nelson <bradnelson at google.com>:

WebAssembly is tentatively spec'ed to require the application/wasm mime type for download sources:
https://github.com/WebAssembly/design/blob/master/Web.md

The mimetype module should associate .wasm with this mimetype to allow users of SimpleHTTPServer etc. to be able to easily use WebAssembly.

----------
components: IO
messages: 303578
nosy: flagxor
priority: normal
severity: normal
status: open
title: Associate .wasm with application/wasm
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31670>
_______________________________________


More information about the New-bugs-announce mailing list