// mime type · application type

application/wasm

WebAssembly module · .wasm

What application/wasm is

application/wasm is a WebAssembly module. The correct type matters: browsers use streaming compilation (instantiateStreaming) only when the response is served as application/wasm.

How it's used

You'll see this as a Content-Type value on requests and responses — for example Content-Type: application/wasm. It's the type associated with the .wasm file extension. Application types cover structured data and binary formats — from JSON and XML to PDFs, archives, and Office documents.

Other application types