Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dy committed Aug 15, 2024
1 parent b92ddac commit 2e148d1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# watr [![test](https://github.com/audio-lab/watr/actions/workflows/test.js.yml/badge.svg)](https://github.com/audio-lab/watr/actions/workflows/test.js.yml) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/watr/latest?color=brightgreen&label=gzip)](https://bundlephobia.com/package/watr) [![npm](https://img.shields.io/npm/v/watr?color=red)](https://npmjs.org/watr)

Bare minimum wasm text compiler/formatter.<br/>
A light & fast alternative to [wat2wasm](https://github.com/AssemblyScript/wabt.js).<br/>
Bare minimum wasm text compiler/formatter. A light & fast alternative to [wat2wasm](https://github.com/AssemblyScript/wabt.js).<br/>
Useful for hi-level languages or dynamic (in-browser) compilation.<br>

<!-- See [REPL](https://audio-lab.github.io/watr/repl.html).-->
Expand All @@ -11,7 +10,7 @@ Useful for hi-level languages or dynamic (in-browser) compilation.<br>
watr | 3.8 kb | 6000
[wat-compiler](https://github.com/stagas/wat-compiler) | 6 kb | 348
[wabt](https://github.com/AssemblyScript/wabt.js) | 300 kb | 574
[wassemble](https://github.com/wingo/wassemble) | ? kb | ?
<!-- [wassemble](https://github.com/wingo/wassemble) | ? kb | ? -->

## Usage

Expand Down

0 comments on commit 2e148d1

Please sign in to comment.