diff options
author | Ben Smith <binjimin@gmail.com> | 2017-06-13 19:32:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-13 19:32:03 -0700 |
commit | 67b36e268f696e7e15847f28a759ef0d77a53f01 (patch) | |
tree | 952d8cee523786e2796ada8d5ce2e64712f0b2f1 /demo/examples.js | |
parent | 4e5f32c19ed1b1756446231e9622e903137b0e27 (diff) | |
download | wabt-67b36e268f696e7e15847f28a759ef0d77a53f01.tar.gz wabt-67b36e268f696e7e15847f28a759ef0d77a53f01.tar.bz2 wabt-67b36e268f696e7e15847f28a759ef0d77a53f01.zip |
Fix emscripten build (#498)
Diffstat (limited to 'demo/examples.js')
-rw-r--r-- | demo/examples.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/examples.js b/demo/examples.js index 3ca5b98f..cfbe5c11 100644 --- a/demo/examples.js +++ b/demo/examples.js @@ -39,7 +39,7 @@ var examples = [ ' get_local 0\n' + ' i64.const 1\n' + ' i64.lt_s\n' + - ' if i64\n' + + ' if (result i64)\n' + ' i64.const 1\n' + ' else\n' + ' get_local 0\n' + |