An open API service indexing awesome lists of open source software.

https://github.com/cmazakas/emscripten-array-view

Array-type wrapper around emscripten::val types.
https://github.com/cmazakas/emscripten-array-view

Last synced: 2 months ago
JSON representation

Array-type wrapper around emscripten::val types.

Awesome Lists containing this project

README

        

# Project Emu

The goal of this project is to create a RandomAccessIterator interface
for `emscripten::val`. The motivation is to bring several STL algorithms
to JavaScript arrays with the Embind tool.