From 5cb8ba3992c718750018a5cacb9a4740848ef40d Mon Sep 17 00:00:00 2001 From: Dmitry Iv Date: Mon, 21 Aug 2023 10:02:27 -0400 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index fba0f34..f559956 100644 --- a/readme.md +++ b/readme.md @@ -2,9 +2,9 @@ > WAT parser, compiler and printer. -Light & fast alternative for [wabt/wat2wasm](https://github.com/AssemblyScript/wabt.js). -Provides bare minimum WAT to WASM compilation & parsing/formatting.
-Useful for eg. hi-level languages or dynamic (in-browser?) compilation (see [lino](https://github.com/audio-lab/lino)). +Light & fast alternative for [wabt/wat2wasm](https://github.com/AssemblyScript/wabt.js).
+Provides bare minimum WAT to WASM compiler, parser and formatter.
+Useful for hi-level languages or dynamic (in-browser?) compilation (see [lino](https://github.com/audio-lab/lino)).