I don't suppose anyone has a stub of maybe V8.h for compatibility with 
emscripten/ wasm that maybe handles things through EM_JS() or EM_ASM()? 

I sorta spent a lot of time writing V8->C bindings for various Node addon 
functionality (it has very little to do with node though, since I write it 
without NaN).... 

I do a lot of common simple things like Object::New(), ->Set, ->Get, ... 
(kind of indexing how much complexity this actually would be), 
ArrayBuffers/TypedArrays, object prototype definitions... there's even some 
accessors in some of the prototypes... strings, numbers, (dates with a 
hack, would be easier with an EM_JS() maybe?), bignums; some 
Eternal<String>s,...

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/8ac2a40a-77bb-41b5-b993-5dd41c83691e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to