avanhatt / wasmtime

Standalone JIT-style runtime for WebAssembly, using Cranelift
https://wasmtime.dev/
Apache License 2.0
0 stars 1 forks source link

veri: fix unused argument in variadic_binop #92

Closed mmcloughlin closed 8 months ago

mmcloughlin commented 8 months ago

Follow-up to #88, where I forgot to remove the type ID argument to the variadic_binop helper function.

mmcloughlin commented 8 months ago

This is fixed in #93 since the CI job treats warnings as errors.