CObjectSystem / COS

C Object System: a framework that brings C to the level of other high level programming languages and beyond

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

would it work on emscripten? or lots of function pointer casts prevent?

bkerin opened this issue · comments

I gather emscripten doesn't work well with C code that contains many function pointers casts (and such are not actually defined behavior in C).

Does COS target emscripten ok?

I don't know, COS uses a lot function pointers and store them. Casts are not so frequent.