Stream: git-wasmtime

Topic: wasmtime / PR #8237 Disassemble `*.cwasm` for `compile` ...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 25 2024 at 22:26):

alexcrichton opened PR #8237 from alexcrichton:change-how-compile-tests-work to bytecodealliance:main:

This commit changes how the compile mode of the disas test suite
works. Previously this would use --emit-clif and run the Cranelift
pipeline for each individual function and use the custom VCode-based
disassembly for instruction output. This commit instead uses the raw
binary coming out of Wasmtime. The ELF file itself is parsed and is
disassembled in a manner similar to Winch tests.

The goal of this commit is somewhat twofold:

This commit doesn't itself move the Winch tests yet, that's left for a
future commit.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 25 2024 at 22:26):

alexcrichton requested wasmtime-core-reviewers for a review on PR #8237.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 25 2024 at 22:26):

alexcrichton requested fitzgen for a review on PR #8237.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 25 2024 at 22:26):

alexcrichton requested wasmtime-default-reviewers for a review on PR #8237.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 26 2024 at 00:01):

fitzgen submitted PR review:

Nice!

view this post on Zulip Wasmtime GitHub notifications bot (Mar 26 2024 at 14:26):

alexcrichton updated PR #8237.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 26 2024 at 14:28):

alexcrichton updated PR #8237.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 26 2024 at 14:29):

alexcrichton has enabled auto merge for PR #8237.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 26 2024 at 15:24):

alexcrichton merged PR #8237.


Last updated: Oct 23 2024 at 20:03 UTC