增加wasm类型

master
yutent 2023-02-23 09:45:14 +08:00
parent 45e2f4c9d9
commit c4d076a9cd
2 changed files with 3 additions and 1 deletions

View File

@ -36,6 +36,8 @@ const MIME_TYPES = {
ttf: 'font/font-ttf',
woff: 'font/font-woff',
woff2: 'font/font-woff2',
wast: 'application/wast',
wasm: 'application/wasm',
other: 'application/octet-stream'
}

View File

@ -2,7 +2,7 @@
"name": "simple-http",
"displayName": "simple http",
"description": "🔥 简单的http服务器, 方便临时调试html",
"version": "1.2.3",
"version": "1.3.0",
"publisher": "yutent",
"author": "Yutent [@yutent]",
"icon": "logo.png",