diff options
Diffstat (limited to 'test/min.fromasm.imprecise')
-rw-r--r-- | test/min.fromasm.imprecise | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/min.fromasm.imprecise b/test/min.fromasm.imprecise index 9d0edd356..094a713a7 100644 --- a/test/min.fromasm.imprecise +++ b/test/min.fromasm.imprecise @@ -1,10 +1,10 @@ (module (memory 256 256) - (import $tDP global "env" "tempDoublePtr" i32) - (import $memory memory "env" "memory") - (import $table table "env" "table") - (import $memoryBase global "env" "memoryBase" i32) - (import $tableBase global "env" "tableBase" i32) + (import "env" "tempDoublePtr" (global $tDP i32)) + (import "env" "memory" (memory $memory)) + (import "env" "table" (table $table)) + (import "env" "memoryBase" (global $memoryBase i32)) + (import "env" "tableBase" (global $tableBase i32)) (export "floats" $floats) (func $floats (param $0 f32) (result f32) (local $1 f32) |