vweb: add application/wasm to mime_types, for .wasm files (#19142)

This commit is contained in:
Irving M 2023-08-15 04:50:07 -05:00 committed by GitHub
parent 1bed0b5e68
commit 8e8bd857b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,6 +119,7 @@ pub const (
'.ttf': 'font/ttf'
'.txt': 'text/plain'
'.vsd': 'application/vnd.visio'
'.wasm': 'application/wasm'
'.wav': 'audio/wav'
'.weba': 'audio/webm'
'.webm': 'video/webm'