Support passing utf-8 strings from JavaScript to C++. (#1355)
We first convert utf-16 strings to Uint8Array and then we pass the array to C++.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"sherpa-onnx-node": "^1.10.26"
|
||||
"sherpa-onnx-node": "^1.10.27"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user