examples : update links in wasm examples (#3318)

* fix 404 link

* update link in whisper.wasm example

* update example in command.wasm

* update link in bench.wasm example

* update link in stream.wasm example
This commit is contained in:
Greg Sadetsky
2025-07-12 17:22:35 -04:00
committed by GitHub
parent 3775c503d5
commit a16da91365
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
Benchmark the performance of whisper.cpp in the browser using WebAssembly
Link: https://ggerganov.github.io/whisper.cpp/bench.wasm
Link: https://ggml.ai/whisper.cpp/bench.wasm/
Terminal version: [examples/bench](/examples/bench)