This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chakrashim: using new jsrt interface
Several scenarios involve moving buffers of 8-bit chars around. Previously the only way to get 8-bit chars out of jsrt was to get 16-bit chars and then marshal them manually. To assist with this, we've added a new JsCopyStringOneByte function to directly extract 8-bit strings without needing intermediate storage. PR-URL: #344 Reviewed-By: Kunal Pathak <kunal.pathak@microsoft.com> Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com> Reviewed-By: Kyle Farnung <kfarnung@microsoft.com>
- Loading branch information