Skip to content

Conversation

danbev
Copy link
Member

@danbev danbev commented Sep 30, 2025

This commit add the wchess.wasm example to the wasm examples that are deployed to https://ggml.ai/whisper.cpp.

Refs: #3434 (comment)


Deployed on my fork: https://danbev.github.io/whisper.cpp/

This commit add the wchess.wasm example to the wasm examples that are
deployed to https://ggml.ai/whisper.cpp.

Refs: ggml-org#3434 (comment)
@danbev danbev requested a review from ggerganov September 30, 2025 12:42
add_subdirectory(stream.wasm)
add_subdirectory(command.wasm)
add_subdirectory(bench.wasm)
add_subdirectory(wchess)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this going to break the CLI tool wchess.cmd? I think it requires SDL?

Copy link
Member Author

@danbev danbev Sep 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think is will work, since this is only when using Emscripten. So building wchess should not be effected by this.
Update: I gave it a try and the wchess cli application works with these changes 👍

@danbev danbev merged commit 5904d00 into ggml-org:master Sep 30, 2025
Voice-controlled chess using Whisper

Online demo: https://whisper.ggerganov.com/wchess/
Online demo: https://ggml.ai/whisper.cpp/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes sorry about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants