Skip to content

Commit

Permalink
add ncnn wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Feb 6, 2024
1 parent eb0cb9d commit 6fcc675
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ jobs:
cp source/cpu.html build/html/
cp source/cuda.html build/html/
wget -q https://github.com/k2-fsa/sherpa-ncnn/releases/download/v2.1.7/sherpa-ncnn-wasm-simd-v2.1.7.tar.bz2
tar xvf sherpa-ncnn-wasm-simd-v2.1.7.tar.bz2
rm sherpa-ncnn-wasm-simd-v2.1.7.tar.bz2
mv sherpa-ncnn-wasm-simd wasm
mv wasm build/html/ncnn
touch build/html/.nojekyll
- name: Deploy
Expand Down

0 comments on commit 6fcc675

Please sign in to comment.