Project

General

Profile

Actions

Feature #7390

closed

WASM mime type support (Web Assembly)

Added by Prasad Dixit over 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
01/06/2020
Due date:
% Done:

0%

Estimated time:

Description

I am using web assembly module along with Wt. It works fine on local host. However, for it to work on a server, WASM file needs to be served as Content-Type: application/wasm.

Please see: https://emscripten.org/docs/compiling/Deploying-Pages.html

I looked into http/MimeTypes.C file and WASM was missing. Please add WASM to supported mime types. Currently it seems to be served as "Content-Type: application/octet-stream". It needs to be "Content-Type: application/wasm"

Actions #1

Updated by Roel Standaert over 4 years ago

  • Status changed from New to Resolved
  • Priority changed from Urgent to Normal

I pushed the change to master.

Actions #2

Updated by Prasad Dixit over 4 years ago

Thank you for addressing this so promptly! Wt + Web Assembly is a terrific combination for what we are building! Thank you for building such a wonderful tool.

Actions #3

Updated by Roel Standaert about 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF