mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-07-31 06:11:58 +00:00
refactor value types gen a bit
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user