pmed / v8pp

Bind C++ functions and classes into V8 JavaScript engine
http://pmed.github.io/v8pp/
Other
898 stars 120 forks source link

Exported v8::ArrayBuffer::Allocator as an optional v8pp::context parameter #34

Closed atvise closed 7 years ago

atvise commented 7 years ago

To be able to use a different v8::ArrayBuffer::Allocator export the pointer as an optional v8pp::context parameter

pmed commented 7 years ago

Thanks!