1(module 2 (func (export "add") (param i32 i32) (result i32) 3 local.get 0 4 local.get 1 5 i32.add) 6)
View as plain text