Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChakraCore support to Windows 8.1 store apps #2464

Closed
pallammadhukar opened this issue Feb 3, 2017 · 3 comments
Closed

ChakraCore support to Windows 8.1 store apps #2464

pallammadhukar opened this issue Feb 3, 2017 · 3 comments
Labels

Comments

@pallammadhukar
Copy link

Hi Team,

Do you have plans to support chakracore for Windows 8.1 store apps,

Thanks,
Pallam Madhukar

@pallammadhukar
Copy link
Author

Hi ChakraCore Team,

We have existing Windows 8.1 applications and we wanted to run those applications on windows 8 .1and windows 10. For windows 10 we are using Chakra engine and we ideal for windows 8.1. Please suggest me?

Thanks,
Pallam Madhukar

@liminzhu
Copy link
Collaborator

liminzhu commented Feb 10, 2017

You can embed ChakraCore on Win8.1 store apps similar to using Chakra on Win10. There are some APIs that are Chakra-only though, e.g. JsStartDebugging and JsProjectWinrtNamespace.

Edit:
Actually, saw you on the other thread, you need to place the .dll right next to the .exe, in something like myapp\x64\Release\myapp.Windows\AppX

Edit2:
Actually only Chakra.dll only supports store apps on Windows 10 and both ChakraCore and jscript9.dll are not store certifiable. Sorry for the previously incorrect information. Documentation:

JsRT for the Windows Store only supports the Edge engine (chakra.dll). Apps attempting to link against any JsRT API in jscript9.dll will fail certification.

@dilijev
Copy link
Contributor

dilijev commented Mar 4, 2017

Looks like this question is answered. Closing.

@dilijev dilijev closed this as completed Mar 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants