]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
examples : add note about WHISPER_WASM_SINGLE_FILE [no ci] (#3332)
authorDaniel Bevenius <redacted>
Thu, 24 Jul 2025 14:06:48 +0000 (16:06 +0200)
committerGitHub <redacted>
Thu, 24 Jul 2025 14:06:48 +0000 (16:06 +0200)
commit7de8dd783f7b2eab56bff6bbc5d3369e34f0e77f
tree26c452b2c436220ba8d8d7ec7d271d24c8c67d8a
parent85e474fd557aae2c151773d6d84228c912c3d295
examples : add note about WHISPER_WASM_SINGLE_FILE [no ci] (#3332)

This commit adds a note to the README files of the WASM examples
about the `WHISPER_WASM_SINGLE_FILE` option.

The motivation for this is that currently this option is not documented
and might be surprising to users who expect a separate .wasm file to be
generated.

Refs: https://github.com/ggml-org/whisper.cpp/issues/3290
examples/bench.wasm/README.md
examples/command.wasm/README.md
examples/stream.wasm/README.md
examples/whisper.wasm/README.md