You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2019/02/10 17:21:31 UTC

[Bug 63162] New: Missing AddType application/wasm .wasm

https://bz.apache.org/bugzilla/show_bug.cgi?id=63162

            Bug ID: 63162
           Summary: Missing AddType application/wasm .wasm
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_mime
          Assignee: bugs@httpd.apache.org
          Reporter: lama12345@gmail.com
  Target Milestone: ---

Created attachment 36432
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36432&action=edit
MIME error in Chrome

`mime.conf` needs `AddType application/wasm .wasm`, otherwise it breaks
WebAssembly API:

`Uncaught (in promise) TypeError: Failed to execute 'compile' on 'WebAssembly':
Incorrect response MIME type. Expected 'application/wasm'.`

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 63162] Missing AddType application/wasm .wasm

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63162

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Eric Covener <co...@gmail.com> ---
Seems to be provisionally registered @ IANA: 

https://www.iana.org/assignments/provisional-standard-media-types/provisional-standard-media-types.xhtml

... for months according to:
https://github.com/WebAssembly/design/issues/1202

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 63162] Missing AddType application/wasm .wasm

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63162

mcccs@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcccs@gmx.com

--- Comment #3 from mcccs@gmx.com ---
*** Bug 62610 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


[Bug 63162] Missing AddType application/wasm .wasm

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63162

--- Comment #2 from mcccs@gmx.com ---
(In reply to Eric Covener from comment #1)
> Seems to be provisionally registered @ IANA: 
> 
> https://www.iana.org/assignments/provisional-standard-media-types/
> provisional-standard-media-types.xhtml
> 
> ... for months according to:
> https://github.com/WebAssembly/design/issues/1202

Now it's officially registered.
https://github.com/WebAssembly/spec/issues/573#issuecomment-824715263

Are you able to commit this to docs/conf/mime.types Eric?

(Reporter of Bug 62610)

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org