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.
- 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.
- Visit the online tool.
- Enter your
awk
script and input data. - Compare results across different
awk
versions instantly.
- WebAssembly for running
awk
versions in the browser. - JavaScript and HTML for the user interface.
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See the LICENSE file for details.