diff options
Diffstat (limited to 'test/debugInfo.fromasm')
-rw-r--r-- | test/debugInfo.fromasm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/debugInfo.fromasm b/test/debugInfo.fromasm index af058db39..45b663fd5 100644 --- a/test/debugInfo.fromasm +++ b/test/debugInfo.fromasm @@ -1,9 +1,7 @@ (module (type $FUNCSIG$vii (func (param i32 i32))) (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 (get_global $memoryBase) "debugInfo.asm.js") (export "add" (func $add)) (export "ret" (func $ret)) |