Committed by
GitHub
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++.
正在显示
3 个修改的文件
包含
34 行增加
和
12 行删除
-
请 注册 或 登录 后发表评论
We first convert utf-16 strings to Uint8Array and then we pass the array to C++.