From: Georgi Gerganov Date: Sat, 22 Oct 2022 16:00:25 +0000 (+0300) Subject: Update README.md X-Git-Tag: upstream/1.7.4~1924 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=8c1d97008853c6a5731511b00b6529a964b24b30;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Update README.md --- diff --git a/README.md b/README.md index 10c0e3c3..a67826a9 100644 --- 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