ggerganov commited on
Commit
a6f9caa
·
unverified ·
1 Parent(s): 4312a39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisp
13
  - Zero memory allocations at runtime
14
  - Runs on the CPU
15
  - [C-style API](https://github.com/ggerganov/whisper.cpp/blob/master/whisper.h)
16
- - Supported platforms: Linux, Mac OS (Intel and Arm), Windows (MSVC and MinGW), Raspberry Pi, Android
17
 
18
  ## Usage
19
 
 
13
  - Zero memory allocations at runtime
14
  - Runs on the CPU
15
  - [C-style API](https://github.com/ggerganov/whisper.cpp/blob/master/whisper.h)
16
+ - Supported platforms: Linux, Mac OS (Intel and Arm), Windows (MSVC and MinGW), [WebAssembly](https://github.com/ggerganov/whisper.cpp/tree/master/examples/whisper.wasm), Raspberry Pi, Android
17
 
18
  ## Usage
19