jameysharp opened PR #8232 from jameysharp:no-dummy
to bytecodealliance:main
:
There were two remaining uses, both in cranelift-tools, in the
wasm
andsouper-harvest
subcommands.These days it's better to use
wasmtime compile --emit-clif
rather thanclif-util wasm
, in order to see the CLIF that we actually generate rather than a rough approximation of it.And
clif-util souper-harvest
will give more relevant results if you feed it CLIF fromwasmtime compile --emit-clif
as well. To make that easier to do, I've made souper-harvest accept multiple input files, as well as accepting directories which recursively contain input files.
jameysharp requested abrown for a review on PR #8232.
jameysharp requested wasmtime-compiler-reviewers for a review on PR #8232.
jameysharp requested wasmtime-default-reviewers for a review on PR #8232.
jameysharp updated PR #8232.
abrown submitted PR review.
abrown merged PR #8232.
alexcrichton commented on PR #8232:
:confetti:
Last updated: Nov 22 2024 at 17:03 UTC