From c0f61009219020c701ab7e11f2f56cd18ae4fcde Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 12 Oct 2024 09:27:10 -0400 Subject: [PATCH] fix case for V8 --- static/features.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/features.html b/static/features.html index 3dc400d1..e84d159b 100644 --- a/static/features.html +++ b/static/features.html @@ -405,7 +405,7 @@
  • Android Runtime Just-In-Time (JIT) compilation/profiling is fully disabled and replaced with full ahead-of-time (AOT) compilation. The - only JIT compilation in the base OS is the v8 JavaScript JIT which is + only JIT compilation in the base OS is the V8 JavaScript JIT which is disabled by default for the Vanadium browser with per-site exception support.
  • Prevention of dynamic native code execution via either memory or