Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions topics/v8/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
display_name: V8
github_url: https://github.com/v8/v8
logo: v8.png
created_by: Google
released: September 2, 2008
short_description: High-performance JavaScript and WebAssembly engine that powers Google Chrome.
topic: v8
url: https://v8.dev
wikipedia_url: https://en.wikipedia.org/wiki/V8_(JavaScript_engine)
---
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.
Binary file added topics/v8/v8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading