Skip to content

MegaManSec/awk-compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks