GitHunt
ME

MegaManSec/awk-compare

Compare awk versions side-by-side online with webassembly-compiled awk.

AWK Version Comparator

This project allows you to compare different versions of awk online using WebAssembly.
It compares multiple versions of awk compiled into WebAssembly and runs in the browser, making it easy to test and compare outputs across versions without installing anything.

A short blog post about this tool can be found here.

Features

  • Run and compare multiple awk versions side-by-side.
  • WebAssembly-powered: no need for local installations.
  • User-friendly interface: simple input/output for testing scripts.

Usage

  1. Visit the online tool.
  2. Enter your awk script and input data.
  3. Compare results across different awk versions instantly.

Technologies

  • WebAssembly for running awk versions in the browser.
  • JavaScript and HTML for the user interface.

License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See the LICENSE file for details.

Languages

JavaScript96.5%HTML2.5%CSS1.0%

Contributors

GNU General Public License v3.0
Created August 28, 2024
Updated August 31, 2025
MegaManSec/awk-compare | GitHunt