It looks like _embind_register_float may do the trick - although I wonder if I can use that for 64 bit integral types (e.g. unsigned long long).
On Wednesday, March 9, 2016 at 5:57:04 PM UTC-8, arnab choudhury wrote: > > Hey guys > > Embind doesn't seem to have implicit registrations for native C++ types > that are 64 bits (e.g. unsigned long long). Anyone else run into this? I > could call _embind_register_integer, but that ends up truncating the > maximum range of the type. Is there any known workaround for this? > > Thanks, > Arnab > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
