refactor value types gen a bit

This commit is contained in:
NikVolf
2017-04-06 18:23:02 +03:00
parent 29f64f3fec
commit 5aaab83aed
5 changed files with 151 additions and 10 deletions

View File

@ -162,7 +162,7 @@ mod tests {
fn functions() {
let module = module()
.functions()
.signature().param(::elements::ValueType::I32).build()
.signature().with_param(::elements::ValueType::I32).build()
.bind()
.build();