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 24, 2023
1 parent 2bd79be commit 0754127
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

> Bare minimum wasm text parser, compiler, formatter.
Compiler is alternative for [wabt/wat2wasm](https://github.com/AssemblyScript/wabt.js), useful for hi-level languages (eg. [auro](https://github.com/audio-lab/auro)) or dynamic (in-browser?) compilation.<br>
Formatter is useful to pretty-print or minify WAT code.
Alternative for [wat2wasm](https://github.com/AssemblyScript/wabt.js), useful for hi-level languages or dynamic (in-browser?) compilation.<br>

<!-- See [REPL](https://audio-lab.github.io/watr/repl.html).-->

Expand Down Expand Up @@ -104,6 +103,10 @@ const str = print(tree, {
It may miss some edge cases and nice error messages. For better REPL/dev experience use [wabt](https://github.com/AssemblyScript/wabt.js).<br>
Also: no floating HEX support, eg. `(f32.const 0x1.fffffep+127)` for now.

## Projects using watr

* [auro](https://github.com/audio-lab/auro) – audio processing language

## Useful links

* [MDN: control flow](https://developer.mozilla.org/en-US/docs/WebAssembly/Reference/Control_flow)
Expand Down

0 comments on commit 0754127

Please sign in to comment.