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