[TIMOB-25981] Windows: nuget support for Hyperloop
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Medium |
| Status | Closed |
| Resolution | Won't Do |
| Resolution Date | 2018-08-15T09:58:21.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Windows |
| Labels | Hyperloop, roadmap2018 |
| Reporter | Kota Iguchi |
| Assignee | Kota Iguchi |
| Created | 2018-04-23T05:10:28.000+0000 |
| Updated | 2019-05-09T06:51:32.000+0000 |
Description
Investigate
nuget support for hyperloop, similar to how iOS has support for cocoapods.
I'm now trying to move to ChakraCore for our JavaScript engine for better performance (TIMOB-26292) instead of our custom JavaScriptCore port. Once it is implemented [Windows Runtime Hosting](https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/scripting-articles/dn249673(v=vs.94)) will [enable us to use of native scripting without Hyperloop](https://blogs.windows.com/msedgedev/2015/05/18/using-chakra-for-scripting-applications-across-windows-10). One we get there, Hyperloop is no longer needed. I'm now focusing on that.