Closed PatrickPijnappel closed 3 years ago
@PatrickPijnappel Did you mean to submit that here? HTTP is long deprecated and not used with Vapor 4
@0xTim Ah I see, no didn't mean to 😅
Created one in the main repo instead: https://github.com/vapor/vapor/pull/2697
Adds the
application/wasm
HTTP media type for.wasm
files. Especially now with SwiftWasm gearing up this is relevant as WebAssembly.instantiateStreaming(…) requires the correct MIME type to be set.