I think it is tied to the architecture. On a 32-bit architecture, like asm.js/wasm, it must be int32.
On Mon, Feb 13, 2017 at 7:31 PM, <[email protected]> wrote: > Hi all, > > Is there a way to define std::ptrdiff_t? Right now it seems to default to > int32, is there any way to change it to an int64? > > Thanks, > Tomas > > -- > 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. > -- 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.
