Skip to content

Commit

Permalink
update c api
Browse files Browse the repository at this point in the history
  • Loading branch information
lovemefan committed Mar 10, 2024
1 parent 8623a4d commit 6cb41ef
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions wasm/nodejs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,13 @@ set(exported_functions
GetOfflineStreamResult
DestroyOfflineRecognizerResult
# online kws
CreateOnlineKws
CreateOnlineKwsStream
GetOnlineKwsStreamResult
DecodeOnlineKwsStream
DestroyOnlineKws
DestroyOnlineKwsResult
DestroyOnlineKwsStream
IsOnlineKwsStreamReady
CreateKeywordSpotter
DestroyKeywordSpotter
CreateKeywordStream
DecodeKeywordStream
GetKeywordResult
DestroyKeywordResult
IsKeywordStreamReady
)


Expand Down

0 comments on commit 6cb41ef

Please sign in to comment.