From d5370b767bd888c3287d7a5092bf548c14b10285 Mon Sep 17 00:00:00 2001 From: yutent Date: Thu, 23 Feb 2023 14:31:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0wasm=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/mime-tpyes.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/mime-tpyes.js b/lib/mime-tpyes.js index 233cc75..55dea4d 100644 --- a/lib/mime-tpyes.js +++ b/lib/mime-tpyes.js @@ -23,6 +23,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' }