floooh / oryol

A small, portable and extensible C++ 3D coding framework
MIT License
2k stars 200 forks source link

WASM compile fail regression #261

Closed kkimdev closed 7 years ago

kkimdev commented 7 years ago
/home/kkim/fips-projects/oryol/code/Modules/HttpFS/private/emsc/emscURLLoader.cc:47:17: error: no viable conversion from 'void *'
      to 'Ptr<Oryol::IORead>'
    Ptr<IORead> req = userData;

I guess it's related to the recent Ptr class update? I'll attach more detailed report if needed but I think it's pretty clear already.

floooh commented 7 years ago

whoops sorry about that, looking into it...