1(module 2 (func (export "add") (param $a i32) (param $b i32) (result i32) 3 local.get $a 4 local.get $b 5 i32.add)) 6