From 6fcc6750e7596401774309d3a49d33ba042aad5f Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Tue, 6 Feb 2024 18:55:09 +0800 Subject: [PATCH] add ncnn wasm --- .github/workflows/build-doc.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-doc.yml b/.github/workflows/build-doc.yml index 5839c3d97..878d03ea9 100644 --- a/.github/workflows/build-doc.yml +++ b/.github/workflows/build-doc.yml @@ -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