diff options
Diffstat (limited to 'test/empty.fromasm')
-rw-r--r-- | test/empty.fromasm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/empty.fromasm b/test/empty.fromasm index 67c1135d4..83d404801 100644 --- a/test/empty.fromasm +++ b/test/empty.fromasm @@ -1,8 +1,7 @@ (module - (memory 256 256) (data (get_global $memoryBase) "empty.asm.js") - (import "env" "memory" (memory $memory)) - (import "env" "table" (table $table)) + (import "env" "memory" (memory 256 256)) + (import "env" "table" (table 0 anyfunc)) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) ) |