summaryrefslogtreecommitdiff
path: root/demo/examples.js
diff options
context:
space:
mode:
authorBen Smith <binjimin@gmail.com>2017-06-13 19:32:03 -0700
committerGitHub <noreply@github.com>2017-06-13 19:32:03 -0700
commit67b36e268f696e7e15847f28a759ef0d77a53f01 (patch)
tree952d8cee523786e2796ada8d5ce2e64712f0b2f1 /demo/examples.js
parent4e5f32c19ed1b1756446231e9622e903137b0e27 (diff)
downloadwabt-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.js2
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' +