mfikes / goby

Develop iOS apps with ClojureScript
Eclipse Public License 1.0
345 stars 17 forks source link

Allow externally-supplied JSContext to be used #5

Closed mfikes closed 9 years ago

mfikes commented 9 years ago

Goby currently creates its own JSContext, initializes (adding capabilities, etc.)

To make Goby more generally useful, allow client code to instead pass a JSContext that has been initialized according to the needs of the client code.