diff options
Diffstat (limited to 'test/min.wast.fromBinary')
-rw-r--r-- | test/min.wast.fromBinary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/min.wast.fromBinary b/test/min.wast.fromBinary index 7750086aa..33515c61c 100644 --- a/test/min.wast.fromBinary +++ b/test/min.wast.fromBinary @@ -4,7 +4,7 @@ (type $1 (func (param i32 i32) (result f32))) (type $2 (func (param i32) (result i32))) (type $3 (func (param i32 i32 i32) (result i32))) - (export "floats" $floats) + (export "floats" (func $floats)) (func $floats (type $0) (param $var$0 f32) (result f32) (local $var$1 f32) (f32.add |