whisper.wasm : do not block page while processing (close #86)

This commit is contained in:
Georgi Gerganov
2022-11-25 23:07:42 +02:00
parent 0f619b52ce
commit be16dfa038
7 changed files with 47 additions and 9 deletions

View File

@ -167,6 +167,7 @@ extern "C" {
// Performance information
WHISPER_API void whisper_print_timings(struct whisper_context * ctx);
WHISPER_API void whisper_reset_timings(struct whisper_context * ctx);
////////////////////////////////////////////////////////////////////////////