diff options
Diffstat (limited to 'test/empty_4GB.fromasm.no-opts')
-rw-r--r-- | test/empty_4GB.fromasm.no-opts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/empty_4GB.fromasm.no-opts b/test/empty_4GB.fromasm.no-opts index 99940e3a3..070250ec3 100644 --- a/test/empty_4GB.fromasm.no-opts +++ b/test/empty_4GB.fromasm.no-opts @@ -1,6 +1,6 @@ (module (import "env" "memory" (memory $memory 256 65536)) - (import "env" "table" (table $table 0 0 anyfunc)) + (import "env" "table" (table $table 0 0 funcref)) (import "env" "__memory_base" (global $__memory_base i32)) (import "env" "__table_base" (global $__table_base i32)) ) |