diff options
Diffstat (limited to 'test/hello_world.wast.fromBinary.noDebugInfo')
-rw-r--r-- | test/hello_world.wast.fromBinary.noDebugInfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hello_world.wast.fromBinary.noDebugInfo b/test/hello_world.wast.fromBinary.noDebugInfo index 3fc88d9fd..b71cddfcb 100644 --- a/test/hello_world.wast.fromBinary.noDebugInfo +++ b/test/hello_world.wast.fromBinary.noDebugInfo @@ -1,5 +1,5 @@ (module - (memory 256 256) + (memory $0 256 256) (type $0 (func (param i32 i32) (result i32))) (export "add" (func $0)) (func $0 (type $0) (param $var$0 i32) (param $var$1 i32) (result i32) |