mirror of
https://github.com/vlang/v.git
synced 2025-09-19 04:17:46 -04:00
vweb: add application/wasm
to mime_types, for .wasm
files (#19142)
This commit is contained in:
parent
1bed0b5e68
commit
8e8bd857b0
@ -119,6 +119,7 @@ pub const (
|
|||||||
'.ttf': 'font/ttf'
|
'.ttf': 'font/ttf'
|
||||||
'.txt': 'text/plain'
|
'.txt': 'text/plain'
|
||||||
'.vsd': 'application/vnd.visio'
|
'.vsd': 'application/vnd.visio'
|
||||||
|
'.wasm': 'application/wasm'
|
||||||
'.wav': 'audio/wav'
|
'.wav': 'audio/wav'
|
||||||
'.weba': 'audio/webm'
|
'.weba': 'audio/webm'
|
||||||
'.webm': 'video/webm'
|
'.webm': 'video/webm'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user