mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-30 06:20:07 +02:00
wasm : refactor wasm example + reuse fetch mechanism
This commit is contained in:
@ -61,9 +61,8 @@ emcmake cmake ..
|
||||
make -j
|
||||
|
||||
# copy the produced page to your HTTP path
|
||||
cp bin/talk.wasm/index.html /path/to/html/
|
||||
cp bin/talk.wasm/talk.js /path/to/html/
|
||||
cp bin/libtalk.worker.js /path/to/html/
|
||||
cp bin/talk.wasm/* /path/to/html/
|
||||
cp bin/libtalk.worker.js /path/to/html/
|
||||
```
|
||||
|
||||
## Feedback
|
||||
|
Reference in New Issue
Block a user