(module (func $main (result i32) i32.const 10 i32.const 20 i32.add ) (export "main" (func $main)) )