Trendora

V8

Assess

Tools

Google's open-source JavaScript and WebAssembly engine.

Why it's here

Placed in Assess: 3 article(s) of evidence from 2 source(s), led by framework updates, with 1 in the last 30 days. Confidence 42%.

Evidence (3)

  • 7Hacker News·7/15/2026product_launch
    Telegram launches serverless backend for bots and Mini Apps

    Telegram Serverless lets developers run bot and Mini App backend code directly on Telegram’s infrastructure without provisioning servers or containers. It uses JavaScript modules, a V8 sandbox, a built-in SQLite-backed database, and a CLI workflow for deployment and schema migrations.

  • 6Hacker News·7/12/2026security
    Chrome 148 Makes Math.tanh OS-Fingerprintable

    Since Chrome 148, V8 uses the host platform's math library for Math.tanh, causing the function to return slightly different floating-point results on Linux, macOS, and Windows. That makes tanh() a small but usable fingerprinting signal that can reveal the underlying OS and create inconsistencies for browser spoofing systems.

  • 7InfoQ·7/7/2026framework_update
    Node.js 26 Adds Default Temporal API and V8 14.6

    Node.js 26 is now available with the Temporal API enabled by default, an upgrade to V8 14.6, and Undici 8.0. The release also removes several deprecated legacy APIs and includes migration considerations related to NODE_MODULE_VERSION changes.