diff options
author | Derek Schuff <dschuff@chromium.org> | 2016-09-27 22:38:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-27 22:38:56 -0700 |
commit | ef22ce6c360b70b5bfad40b2930c481d48ed9780 (patch) | |
tree | 4f94a7f236d5e6dd9f0b3017968b4efb6954e32a /test/unit.wast | |
parent | ea5b5e20910d8b1773a2adeaad5c92a5f37d0cab (diff) | |
download | binaryen-ef22ce6c360b70b5bfad40b2930c481d48ed9780.tar.gz binaryen-ef22ce6c360b70b5bfad40b2930c481d48ed9780.tar.bz2 binaryen-ef22ce6c360b70b5bfad40b2930c481d48ed9780.zip |
Update binary encoding for block, loop, and if signatures (#711)
Also updates the tests and has a few other changes for binary 0xc:
Update nop/unrechable opcodes
Fix for "name" section
Diffstat (limited to 'test/unit.wast')
-rw-r--r-- | test/unit.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit.wast b/test/unit.wast index fab6705d2..2ba0f6612 100644 --- a/test/unit.wast +++ b/test/unit.wast @@ -429,7 +429,7 @@ (i32.const 0) ) (func $loop-roundtrip (type $7) (param $0 f64) (result f64) - (loop $loop-in1 + (loop $loop-in1 f64 (drop (get_local $0) ) |