electronicarts / EASTL

EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.
BSD 3-Clause "New" or "Revised" License
7.82k stars 905 forks source link

emscripten support? #520

Open julhe opened 10 months ago

julhe commented 10 months ago

Currently, building for emscripten fails with:

/SourceExternal/EASTL/test/packages/EABase/include/Common\EABase/config/eaplatform.h:623:3: error: Unknown platform
        #error Unknown platform
         ^
/SourceExternal/EASTL/test/packages/EABase/include/Common\EABase/config/eaplatform.h:624:3: error: Unknown processor
        #error Unknown processor
         ^
/SourceExternal/EASTL/test/packages/EABase/include/Common\EABase/config/eaplatform.h:625:3: error: Unknown endianness
        #error Unknown endianness

Is support ever planed or is it ouside the scope of this project?

jhopkins-ea commented 10 months ago

Hi. No, this isn't planned for EABase or EASTL.