From b07f88e1041c5737bab1d0aa76abaf0b473c0636 Mon Sep 17 00:00:00 2001 From: Steven Levithan Date: Mon, 18 Nov 2024 21:21:44 +0100 Subject: [PATCH] Readme tweaks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e3a2ab..c8ef5cf 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ An **[Oniguruma](https://github.com/kkos/oniguruma) to JavaScript regex transpil - Run regexes written for Oniguruma from JavaScript, such as those used in TextMate grammars (used by VS Code, [Shiki](https://shiki.matsu.io/) syntax highlighter, etc.). - Share regexes across your Ruby and JavaScript code. -Compared to running the Oniguruma C library via WASM bindings using [vscode-oniguruma](https://github.com/microsoft/vscode-oniguruma), this library is **more than 96% smaller** and its regexes typically **run much faster** since they run as native JavaScript. +Compared to running the Oniguruma C library via WASM bindings using [vscode-oniguruma](https://github.com/microsoft/vscode-oniguruma), this library is **less than 4% of the size** and its regexes often run much faster since they run as native JavaScript. ### [Try the demo REPL](https://slevithan.github.io/oniguruma-to-es/demo/)