Libraries created with WebSharper are callable from plain JavaScript: namespaces, modules and types are translated to nested objects in global scope. As for the self-contained aspect, this is basically what the Bundle / Single-Page Application project does: it concatenates the compiled project with its dependencies into two .js and one .css file that you can put into your application, just check how it's done in the SPA template's index.html.

By on 9/30/2015 7:00 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper