mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-06-09 20:11:06 +00:00
Fix linting related issues (#164)
This commit is contained in:
@@ -506,7 +506,7 @@ mod tests {
|
||||
)
|
||||
"#;
|
||||
let module = elements::deserialize_buffer(
|
||||
&wabt::Wat2Wasm::new()
|
||||
wabt::Wat2Wasm::new()
|
||||
.validate(false)
|
||||
.convert(SOURCE)
|
||||
.expect("Failed to wat2wasm")
|
||||
|
||||
Reference in New Issue
Block a user