Files
Nim/lib
Zachary Carter 9379f9353a Add application/wasm to mimetypes.nim (#8389)
```
To serve wasm in the most efficient way over the network, make sure your web server has the proper MIME time for .wasm files, which is application/wasm. That will allow streaming compilation, where the browser can start to compile code as it downloads.
```

http://kripken.github.io/emscripten-site/docs/compiling/WebAssembly.html#web-server-setup
2018-07-21 21:42:07 +02:00
..
2017-02-20 17:24:19 +02:00
2018-06-29 02:13:49 -04:00
2018-07-20 04:58:42 -05:00
2018-06-22 03:19:30 +02:00
2013-03-16 23:53:07 +01:00
2018-06-07 07:21:20 +02:00
2014-08-28 09:59:26 +02:00
2018-07-17 18:21:09 +02:00