Stream: git-wasmtime

Topic: wasmtime / issue #1473 clif-util: don't require a target ...


view this post on Zulip Wasmtime GitHub notifications bot (May 10 2024 at 02:24):

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.

view this post on Zulip Wasmtime GitHub notifications bot (May 10 2024 at 02:25):

alexcrichton commented on issue #1473:

The wasm subcommand has been removed from clif-util, so closing now.


Last updated: Oct 23 2024 at 20:03 UTC