增加wasm类型
parent
45e2f4c9d9
commit
c4d076a9cd
2
index.js
2
index.js
|
@ -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'
|
||||
}
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue