diff options
Diffstat (limited to 'test/min.fromasm')
-rw-r--r-- | test/min.fromasm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/min.fromasm b/test/min.fromasm index 0ce8573af..96a40e52b 100644 --- a/test/min.fromasm +++ b/test/min.fromasm @@ -1,7 +1,7 @@ (module (import "env" "tempDoublePtr" (global $tDP$asm2wasm$import i32)) (import "env" "memory" (memory $0 256 256)) - (import "env" "table" (table 0 anyfunc)) + (import "env" "table" (table 0 0 anyfunc)) (import "env" "memoryBase" (global $memoryBase i32)) (import "env" "tableBase" (global $tableBase i32)) (data (get_global $memoryBase) "min.asm.js") |