Cocos jscompile .jsc files work on iPhone5s (arm64)?

Does the .jsc byte code files work on iPhone5s (arm64) ?

Can’t test it on a device so that’s why I’m asking.

Yes, jsc files works on all native platforms

@pandamicro Thanks. So the there is no byte code problem like with Lua and luac?!

Which problem do you refer to exactly?

@pandamicro If you compile LUA files with luac the byte code is just generated for the compiler target but not for i.e. the arm64 which is in newer iPhones.

It shouldn’t be a problem for Cocos2d-JS