diff options
author | Ben Smith <binjimin@gmail.com> | 2017-05-04 16:31:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-04 16:31:46 -0700 |
commit | 0cc349dae28571450a4b7a70606a68fd54403233 (patch) | |
tree | ef49f60d0e3839e8158a3603d52e750e69da5ebe /fuzz-in | |
parent | 08cc271f600bafb7dbf42b519ba48c539cd3130e (diff) | |
download | wabt-0cc349dae28571450a4b7a70606a68fd54403233.tar.gz wabt-0cc349dae28571450a4b7a70606a68fd54403233.tar.bz2 wabt-0cc349dae28571450a4b7a70606a68fd54403233.zip |
Rename all occurences of AST (#413)
* ast.{cc,h} => ir.{cc,h}
* binary-reader-ast.{cc,h} => binary-reader-ir.{cc,h}
* ast-writer.{cc,h} => wat-writer.{cc,h}
Everything else changes ast => wast.
When deciding between wast vs. wat, the wat format should only allow for
a single module, without assertions.
Diffstat (limited to 'fuzz-in')
-rw-r--r-- | fuzz-in/wasm/stuff.wasm | bin | 112 -> 112 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/fuzz-in/wasm/stuff.wasm b/fuzz-in/wasm/stuff.wasm Binary files differindex 334bb491..3f1e99e7 100644 --- a/fuzz-in/wasm/stuff.wasm +++ b/fuzz-in/wasm/stuff.wasm |