feat: publish Regex Tools 0.2.0

This commit is contained in:
2026-07-27 01:06:57 +02:00
parent 873b9b218d
commit 4951c966d4
180 changed files with 35344 additions and 503 deletions

View File

@@ -1,7 +1,9 @@
# Engine assets
Regex Tools 0.1.0 executes ECMAScript through the browser's native `RegExp`
engine. It therefore ships no external engine binary or WebAssembly pack.
Regex Tools executes ECMAScript through the browser's native `RegExp` engine.
It also ships the declared, self-hosted PCRE2 10.47 WebAssembly pack in
`pcre2/`.
Future flavour packs will be built from pinned, documented open-source
revisions and placed in versioned subdirectories here.
The PCRE2 pack is built from pinned, documented open-source code and
toolchain revisions. `engine-metadata.json`, `SHA256SUMS` and `LICENSE.txt`
travel with the runtime files and are verified by the release gate.