1
0
mirror of https://github.com/ggerganov/whisper.cpp.git synced 2025-05-15 21:55:29 +02:00
whisper.cpp/Sources/whisper/module.modulemap
2024-12-08 20:14:35 +02:00

6 lines
83 B
Plaintext

module whisper [system] {
header "whisper.h"
link "whisper"
export *
}