diff --git a/src/mimeData.json b/src/mimeData.json index 645c38c..c16c9ef 100644 --- a/src/mimeData.json +++ b/src/mimeData.json @@ -962,6 +962,24 @@ } ] }, + { + "name": "application/wasm", + "description": "A WASM binary allowed to be used with WebAssembly.instantiateStreaming.", + "types": [ + ".wasm" + ], + "alternatives": [], + "furtherReading": [ + { + "title": "Internet Assigned Numbers Authority (IANA)", + "url": "https://www.iana.org/assignments/media-types/application/wasm" + }, + { + "title": "W3C - Streaming Module Compilation and Instantiation", + "url": "https://www.w3.org/TR/wasm-web-api-2/#streaming-modules" + } + ] + }, { "name": "application/x-cpio", "description": "", @@ -6310,4 +6328,4 @@ } ] } -] \ No newline at end of file +]