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

Support using the V8 runtime for ARM UWP targets #464

Closed
tymlipari opened this issue Oct 27, 2020 · 1 comment
Closed

Support using the V8 runtime for ARM UWP targets #464

tymlipari opened this issue Oct 27, 2020 · 1 comment
Assignees

Comments

@tymlipari
Copy link
Contributor

Currently the V8 NuGet package being consumed doesn't have ARM or ARM64 support. The Chakra engine currently being used is deprecated and lacks support for debugging on ARM platforms, so we need to shift support to an engine that has long-term support as well as debugging support (once #463 lands).

@rgerd
Copy link
Member

rgerd commented Jan 11, 2022

Fixed by #832, which adds support for V8 on ARM/ARM64 UWP (i.e. HoloLens) through V8JSI

@rgerd rgerd closed this as completed Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants