Actions
Feature #7390
closedWASM mime type support (Web Assembly)
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"
Updated by Roel Standaert almost 5 years ago
- Status changed from New to Resolved
- Priority changed from Urgent to Normal
I pushed the change to master.
Updated by Prasad Dixit almost 5 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.
Updated by Roel Standaert almost 5 years ago
- Status changed from Resolved to Closed
Actions