alexcrichton closed issue #1473:
Translating wasm into clif should not require a target, but right now it does:
$ cargo run -- wasm -tp ~/scratch/two-plus-five.wasm Finished dev [unoptimized + debuginfo] target(s) in 0.06s Running `/home/fitzgen/wasmtime/target/debug/clif-util wasm -tp /home/fitzgen/scratch/two-plus-five.wasm` Error: the wasm command requires an explicit isa.
When the
-t
flag is passed, and therefore we are only doing wasm to clif translation, we should not require a--target
flag.
alexcrichton commented on issue #1473:
The wasm subcommand has been removed from clif-util, so closing now.
Last updated: Nov 22 2024 at 17:03 UTC