diff options
Diffstat (limited to 'test/dump/relocations-all-features.txt')
-rw-r--r-- | test/dump/relocations-all-features.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dump/relocations-all-features.txt b/test/dump/relocations-all-features.txt index ee017fd2..e6a0f9b5 100644 --- a/test/dump/relocations-all-features.txt +++ b/test/dump/relocations-all-features.txt @@ -7,14 +7,14 @@ (import "__extern" "bar" (func (param i32) (param i32) (result i32))) (global $g i32 (i32.const 0)) (func $f (param i32) (result i32) - get_global 0 + global.get 0 call 2 call 0 i32.const 1234 i32.const 0 call_indirect (param i32) (param i32) (result i32)) (export "f" (func $f)) - (table anyfunc (elem 1))) + (table funcref (elem 1))) (;; STDOUT ;;; relocations-all-features.wasm: file format wasm 0x1 |