This repository has been archived by the owner on Mar 25, 2022. It is now read-only.
better content-type for wasm on public gateways #433
Labels
status/deferred
Conscious decision to pause or backlog
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.Would it be possible to reconfigure the ipfs gateways to use the correct content type for .wasm files?
The text was updated successfully, but these errors were encountered: