Refactor WebAssembly for nodejs (#626)

This commit is contained in:
Fangjun Kuang
2024-03-02 12:31:36 +08:00
committed by GitHub
parent a65643b594
commit ac6825ff11
16 changed files with 53 additions and 29 deletions

View File

@@ -36,7 +36,7 @@
<section flex="1" overflow="auto" id="sound-clips">
</section>
<script src="sherpa-onnx.js"></script>
<script src="app.js"></script>
<script src="sherpa-onnx-wasm-asr-main.js"></script>
<script src="sherpa-onnx-asr.js"></script>
<script src="app-asr.js"></script>
<script src="sherpa-onnx-wasm-main-asr.js"></script>
</body>