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 the application/wasm content-type.
Would it be possible to reconfigure the ipfs gateways to use the correct content type for .wasm files?
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?