]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
Update README.md
authorGeorgi Gerganov <redacted>
Sat, 22 Oct 2022 16:00:25 +0000 (19:00 +0300)
committerGitHub <redacted>
Sat, 22 Oct 2022 16:00:25 +0000 (19:00 +0300)
README.md

index 10c0e3c36f133a9ee21d0352b17ca88d39f3fd08..a67826a93ad64f207c71b16f3484ad209d085e6c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ High-performance inference of [OpenAI's Whisper](https://github.com/openai/whisp
 - Zero memory allocations at runtime
 - Runs on the CPU
 - [C-style API](https://github.com/ggerganov/whisper.cpp/blob/master/whisper.h)
-- Supported platforms: Linux, Mac OS (Intel and Arm), Windows (MSVC and MinGW), Raspberry Pi, Android
+- 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
 
 ## Usage