[Webkit-unassigned] [Bug 120112] Typed Arrays have no public facing API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 25 06:34:41 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=120112

--- Comment #7 from Dominic Szablewski <dominic.szablewski at gmail.com> ---
Any news on this?

A fast, native API to read/write typed arrays is absolutely critical for data exchange between JavaScript and native code for many apps. I hate that we have to bundle our own version of JSC with our apps, just because this one feature is missing.

The API that we wrote for our fork ( https://github.com/phoboslab/JavaScriptCore-iOS/blob/typed-arrays/JavaScriptCore/API/JSTypedArray.h ) has served us extremely well. It follows the style of the rest of the JSC API and could, imho, be a drop in solution for JSC proper.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141125/50e011fe/attachment-0002.html>


More information about the webkit-unassigned mailing list