diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2019-01-07 13:24:58 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-07 13:24:58 -0800 |
commit | 7d94900ded8e2e5ce8ef8ee2687528531d8f2a97 (patch) | |
tree | d8bba13d306b0c5ecba384384e602e6cccc83015 /test/merge/fusing.wast.combined.finalized | |
parent | 6f91af190effd7b8a5969314dd4fb3d2ec540524 (diff) | |
download | binaryen-7d94900ded8e2e5ce8ef8ee2687528531d8f2a97.tar.gz binaryen-7d94900ded8e2e5ce8ef8ee2687528531d8f2a97.tar.bz2 binaryen-7d94900ded8e2e5ce8ef8ee2687528531d8f2a97.zip |
Massive renaming (#1855)
Automated renaming according to
https://github.com/WebAssembly/spec/issues/884#issuecomment-426433329.
Diffstat (limited to 'test/merge/fusing.wast.combined.finalized')
-rw-r--r-- | test/merge/fusing.wast.combined.finalized | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/merge/fusing.wast.combined.finalized b/test/merge/fusing.wast.combined.finalized index b7b85db92..3e61b13f9 100644 --- a/test/merge/fusing.wast.combined.finalized +++ b/test/merge/fusing.wast.combined.finalized @@ -3,7 +3,7 @@ (type $FUNCSIG$v$0 (func)) (import "env" "memory" (memory $0 256)) (data (i32.const 1024) "") - (import "env" "table" (table $0 8 anyfunc)) + (import "env" "table" (table $0 8 funcref)) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) (import "env" "__memory_base" (global $__memory_base i32)) @@ -24,10 +24,10 @@ ) (call $bar-func$0) (drop - (get_global $a-global) + (global.get $a-global) ) (drop - (get_global $b-global$0) + (global.get $b-global$0) ) ) (func $b (; 1 ;) (type $FUNCSIG$v$0) @@ -38,10 +38,10 @@ (f64.const 3.14159) ) (drop - (get_global $a-global) + (global.get $a-global) ) (drop - (get_global $b-global$0) + (global.get $b-global$0) ) ) ) |