tomaka / rouille

Web framework in Rust
Apache License 2.0
1.09k stars 105 forks source link

Add "application/wasm" MIME type #193

Closed scottjmaddox closed 5 years ago

scottjmaddox commented 5 years ago

Add "application/wasm" MIME type. Currently, Rouille does not understand the .wasm extension. I've created a pull request that adds support.

oherrala commented 5 years ago

This has been fixed in #192 and can be closed.