EASTL icon indicating copy to clipboard operation
EASTL copied to clipboard

emscripten support?

Open julhe opened this issue 1 year ago • 2 comments

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?

julhe avatar Sep 04 '23 16:09 julhe

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

jhopkins-ea avatar Sep 05 '23 00:09 jhopkins-ea