From abe9c043863acd97a70fdf4d50327fd30d2615cb Mon Sep 17 00:00:00 2001 From: DREXYOP <91460817+DREXYOP@users.noreply.github.com> Date: Sat, 14 Oct 2023 03:13:54 +0530 Subject: [PATCH] added deno runtime . --- src/index.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.njk b/src/index.njk index 86dfb4d21..b7906de8e 100644 --- a/src/index.njk +++ b/src/index.njk @@ -5,7 +5,7 @@ description: 'V8 is Google’s open source high-performance JavaScript and WebAs ---

What is V8?

-

V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. It is used in Chrome and in Node.js, among others. It implements ECMAScript and WebAssembly, and runs on Windows 7 or later, macOS 10.12+, and Linux systems that use x64, IA-32, ARM, or MIPS processors. V8 can run standalone, or can be embedded into any C++ application.

+

V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. It is used in Chrome, Node.js and in Deno, among others. It implements ECMAScript and WebAssembly, and runs on Windows 7 or later, macOS 10.12+, and Linux systems that use x64, IA-32, ARM, or MIPS processors. V8 can run standalone, or can be embedded into any C++ application.

Latest posts and feature explainers