diff options
Diffstat (limited to 'test/binaryen.js/functions.js.txt')
-rw-r--r-- | test/binaryen.js/functions.js.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/binaryen.js/functions.js.txt b/test/binaryen.js/functions.js.txt new file mode 100644 index 000000000..a785d1ddf --- /dev/null +++ b/test/binaryen.js/functions.js.txt @@ -0,0 +1,11 @@ +GetFunction is equal: true +ExpressionId=15 +ExpressionType=1 +(i32.const 3) + +(module + (type $i (func (result i32))) + (global $a-global i32 (i32.const 3)) + (memory $0 0) +) + |