It refuses to accept the following
(module
(func (export "addTwo") (param i32 i32) (result i32)
(i32.add
local.get 0
local.get 1
)
)
)
which based on my reading should be accepted.I will try the tools you mentioned but I personally settled on generating the unfolded ones for my experiments as they just seem easier.