Is there any documentation out there that describes in detail how WinRT's language projection works in the JavaScript world in detail? I know that a WinJS library uses the metadata dynamically and on the fly to create wrapper objects that can be called from JavaScript code that is executed by MS Chakra Engine. However, how does it work in detail in the WinJS library?
Thanks! TH