-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
better content-type for wasm #5520
Labels
kind/enhancement
A net-new feature or improvement to an existing feature
Comments
Possibly related to #4025 |
Stebalien
added
the
kind/enhancement
A net-new feature or improvement to an existing feature
label
Sep 25, 2018
Related:
|
Turns out this was fixed a while ago in 2e87ac8 🎉 This is pretty cool because now entirely self-contained webassembly apps can be deployed to / run from IPFS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Type: Enhancement
Description:
I'd like to use ipfs to host small applications written in web assembly. Currently the public ipfs gateways are serving webassembly files (.wasm extension) with the
application/octet-stream
content-type. However browsers require that web assembly files be served with theapplication/wasm
content-type.This enhancement request is for the IPFS gateways to use the correct content type for .wasm files.
CC ipfs/infra#433
The text was updated successfully, but these errors were encountered: