The main function provides an entry point for executables. So, the answer is no, you cannot simply expose a function, which is called from a scripting language like javascript.
I know of possibilities to enable access to a C or C++ libraries and functions for certain scripting languages like Python, Ruby, Lua, etc. If you want to expose functions to any of these I can suggest SWIG, Boost::Python or luabind. I am sure there are a lot of other libraries to expose interfaces to scripting languages, and who knows, even to javascript.
I hope I got the question right :)
mainto a scripting language so that javascript could treat his program like a function library. – Robᵩ May 12 '11 at 22:40