Document necessary preferences for running on HarmonyOS NEXT #35
Open
Description
On HarmonyOS NEXT JIT is forbidden by the system policy, so one needs to disable JIT in the servo preferences.
In the future we could perhaps during startup check in servo / the embedder if JIT is possible and disable JIT based on the result of those checks, but for now it is sufficient to document the required preferences.
prefs.json:
"js.disable_jit": true,
Metadata
Assignees
Labels
No labels