emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.75k stars 3.3k forks source link

Support Objective-C #254

Closed ehsan closed 5 years ago

ehsan commented 12 years ago

I looked into this a bit. This should be possible given the fact that the clang front-end supports Objective-C. For the runtime library, we can use Apple's own Objective-C runtime library (http://www.opensource.apple.com/source/objc4/), which is written in C on top of libc.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because there has been no activity in the past 2 years. It will be closed automatically if no further activity occurs in the next 7 days. Feel free to re-open at any time if this issue is still relevant.

Frityet commented 1 year ago

Apple Objective C is not portable, a better base (which I am trying to get to work) is ObjFW