Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 192 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 192 Bytes

nginx configuration

Insert wasm type into nginx mime.types file so they load correctly.

/etc/nginx/mime.types:

types {
..
    application/wasm                      wasm;
..
}