obuchtala / swig

Branch for the development of SWIG's javascript target (v8 and jsc)
https://github.com/swig/swig
Other
25 stars 14 forks source link

Missing %native support #40

Open ewmailing opened 10 years ago

ewmailing commented 10 years ago

I need %native support to plug in holes that the current implementation can't handle and hard things like va_args (printf).

I wrote a basic implementation for JavaScriptCore. V8 is missing. https://github.com/ewmailing/swig See branch NativeWrapper