diff options
Diffstat (limited to 'test/example/c-api-kitchen-sink.txt.txt')
-rw-r--r-- | test/example/c-api-kitchen-sink.txt.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/example/c-api-kitchen-sink.txt.txt b/test/example/c-api-kitchen-sink.txt.txt index 1d2fcfdda..bddf95e79 100644 --- a/test/example/c-api-kitchen-sink.txt.txt +++ b/test/example/c-api-kitchen-sink.txt.txt @@ -6,11 +6,11 @@ (type $fiF (func (param i32 f64) (result f32))) (type $v (func)) (type $3 (func)) + (import "module" "base" (func $an-imported (param i32 f64) (result f32))) (memory $0 1 256) (data (i32.const 10) "hello, world") - (table 1 1 anyfunc) + (table $0 1 1 anyfunc) (elem (i32.const 0) "$kitchen()sinker") - (import "module" "base" (func $an-imported (param i32 f64) (result f32))) (global $a-global i32 (i32.const 7)) (global $a-mutable-global (mut f32) (f32.const 7.5)) (export "kitchen_sinker" (func "$kitchen()sinker")) |