tomassedovic / quicksilver-roguelike

Template for a roguelike in Rust targeting desktop and the web
MIT License
172 stars 10 forks source link

Mention the content-type for the wasm object when shipping #3

Open tomassedovic opened 5 years ago

tomassedovic commented 5 years ago

When serving the webassembly game, the compiled *.wasm file must be served with the right content-type.

Github pages do this automatically, but not every other hosting / server does. Find out the right content type and mention it at the end of the document.