diff options
Diffstat (limited to 'test/dot_s/export_malloc_free.wast')
-rw-r--r-- | test/dot_s/export_malloc_free.wast | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dot_s/export_malloc_free.wast b/test/dot_s/export_malloc_free.wast index cf7927ab5..42ae62497 100644 --- a/test/dot_s/export_malloc_free.wast +++ b/test/dot_s/export_malloc_free.wast @@ -5,6 +5,8 @@ (export "malloc" (func $malloc)) (export "free" (func $free)) (export "realloc" (func $realloc)) + (table 0 anyfunc) + (func $main (result i32) (i32.const 0) ) |