diff options
Diffstat (limited to 'test/min.fromasm.clamp')
-rw-r--r-- | test/min.fromasm.clamp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/min.fromasm.clamp b/test/min.fromasm.clamp index ecee68833..726093972 100644 --- a/test/min.fromasm.clamp +++ b/test/min.fromasm.clamp @@ -1,8 +1,6 @@ (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)) (global $M (mut i32) (i32.const 0)) (data (get_global $memoryBase) "min.asm.js") (export "floats" (func $legalstub$floats)) |