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

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