diff options
Diffstat (limited to 'test/min.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/min.wast.fromBinary.noDebugInfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/min.wast.fromBinary.noDebugInfo b/test/min.wast.fromBinary.noDebugInfo index 731d6095d..eae45c8a6 100644 --- a/test/min.wast.fromBinary.noDebugInfo +++ b/test/min.wast.fromBinary.noDebugInfo @@ -1,9 +1,9 @@ (module - (memory $0 256 256) (type $0 (func (param f32) (result f32))) (type $1 (func (param i32 i32) (result f32))) (type $2 (func (param i32) (result i32))) (type $3 (func (param i32 i32 i32) (result i32))) + (memory $0 256 256) (export "floats" (func $0)) (func $0 (type $0) (param $var$0 f32) (result f32) (local $var$1 f32) |