$ cargo run compile -C compiler=winch foo.wat
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s
Running `target/debug/wasmtime compile -C compiler=winch foo.wat`
thread '<unnamed>' (1303362) panicked at winch/codegen/src/isa/x64/asm.rs:1196:81:
called `Result::unwrap()` on an `Err` value: TryFromIntError(())
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
This input:
currently fails with:
cc @saulecabrera