Distributing Precompiled Scripts

I have a script, and want to allow someone else to use it, but I do not want to give out my source code. According to the docs, plug-ins do not work on the web client target. Is there an easy way to distribute a precompiled script for the web client? (If not, is there a difficult way?) Thanks!

It's referring to native (c++/c/objc) plugins. If you compile a .NET .dll, it should work fine. Place the compiled .NET dll into your assets directory (Don't put it in the Plugins folder, that'll duplicate the file), and it should just pick it up.