Hi ALL,

I have a lot of defines in C++ header
---------------------------------------
#define AAAA 0x01
#define BBBB 0x02
        ..........
        ..........
#define ZZZZZ 0x1A
---------------------------------------
Does any way to embine #define?

EMSCRIPTEN_EMBINDINGS (test) {

           ???
}


Or use constant in javascript?

Thanks a lot.

-- 
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.

Reply via email to