new release

This commit is contained in:
Fabrice Bellard
2025-04-26 12:30:26 +02:00
parent 1b13fa6450
commit 19abf1888d
7 changed files with 84 additions and 23 deletions

View File

@@ -5,11 +5,14 @@
@headings double
@end iftex
@include version.texi
@titlepage
@afourpaper
@sp 7
@center @titlefont{QuickJS Javascript Engine}
@sp 3
@center Version: @value{VERSION}
@end titlepage
@setfilename spec.info
@@ -19,10 +22,10 @@
@chapter Introduction
QuickJS is a small and embeddable Javascript engine. It supports most of the
ES2023 specification
@footnote{@url{https://tc39.es/ecma262/2023 }}
including modules, asynchronous generators, proxies and BigInt.
QuickJS (version @value{VERSION}) is a small and embeddable Javascript
engine. It supports most of the ES2023 specification
@footnote{@url{https://tc39.es/ecma262/2023 }} including modules,
asynchronous generators, proxies and BigInt.
@section Main Features