diff options
Diffstat (limited to 'test/empty.fromasm')
-rw-r--r-- | test/empty.fromasm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/empty.fromasm b/test/empty.fromasm index 2dcb800dd..2afc01ebf 100644 --- a/test/empty.fromasm +++ b/test/empty.fromasm @@ -2,5 +2,6 @@ (memory 256 256) (data (get_global $memInitBase) "empty.asm.js") (import $memory memory "env" "memory") + (import $table table "env" "table") (import $memInitBase global "env" "memInitBase" i32) ) |