Skip to content

Commit 4c43ef7

Browse files
authored
Merge pull request #4757 from niquenen/feat/topics/v8
Add V8 topic
2 parents 275a2ee + baa2719 commit 4c43ef7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

topics/v8/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
display_name: V8
3+
github_url: https://github.com/v8/v8
4+
logo: v8.png
5+
created_by: Google
6+
released: September 2, 2008
7+
short_description: High-performance JavaScript and WebAssembly engine that powers Google Chrome.
8+
topic: v8
9+
url: https://v8.dev
10+
wikipedia_url: https://en.wikipedia.org/wiki/V8_(JavaScript_engine)
11+
---
12+
V8 is Google's open source high-performance JavaScript and WebAssembly engine, written in C++. It powers modern web browsers like Google Chrome and is also used in server-side environments such as Node.js, among others. V8 supports ECMAScript standards and provides features like Just-In-Time (JIT) compilation, garbage collection, and WebAssembly execution. V8 is a critical component in enabling fast, scalable, and efficient JavaScript applications across various platforms.

topics/v8/v8.png

25.8 KB
Loading

0 commit comments

Comments
 (0)