diff options
Diffstat (limited to 'test/empty.fromasm')
-rw-r--r-- | test/empty.fromasm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/empty.fromasm b/test/empty.fromasm index a88b44007..0e8d5c63b 100644 --- a/test/empty.fromasm +++ b/test/empty.fromasm @@ -1,7 +1,7 @@ (module - (import "env" "memory" (memory $0 256 256)) - (import "env" "table" (table 0 0 anyfunc)) - (import "env" "memoryBase" (global $memoryBase i32)) - (import "env" "tableBase" (global $tableBase i32)) - (data (i32.const 1024) "empty.asm.js") + (import "env" "memory" (memory $0 256 256)) + (import "env" "table" (table 0 0 anyfunc)) + (import "env" "memoryBase" (global $memoryBase i32)) + (import "env" "tableBase" (global $tableBase i32)) + (data (i32.const 1024) "empty.asm.js") ) |