mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2023-11-04 02:52:44 +03:00
wasm : refactor wasm example + reuse fetch mechanism
This commit is contained in:
@@ -37,7 +37,6 @@ emcmake cmake ..
|
||||
make -j
|
||||
|
||||
# copy the produced page to your HTTP path
|
||||
cp bin/whisper.wasm/index.html /path/to/html/
|
||||
cp bin/whisper.wasm/whisper.js /path/to/html/
|
||||
cp bin/libwhisper.worker.js /path/to/html/
|
||||
cp bin/whisper.wasm/* /path/to/html/
|
||||
cp bin/libwhisper.worker.js /path/to/html/
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user