Skip to content

deanm/v8_typed_array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

A V8 implementation of TypedArrays.  See:

http://www.khronos.org/registry/typedarray/specs/latest/

Should be mostly spec compliant, except for a few state cases, for example
indexing on ArrayBuffer and DataView is a spec violation, but a conviencence of
the current implementation.

http://github.com/deanm/v8_typed_array

Released under the BSD license.  (c) Dean McNamee <dean@gmail.com>, 2011.

About

V8 implementation of TypedArrays

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages