Stream: git-wasmtime

Topic: wasmtime / PR #9240 Wasmtime: Allow compiling Wasm module...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 15:25):

fitzgen opened PR #9240 from fitzgen:wasmtime-compile-pulley to bytecodealliance:main:

This does not yet add support for running Wasm modules compiled with Pulley, but it does allow compiling them via wasmtime compile. This is a first step towards integrating Pulley into Wasmtime itself.

This is also enough to get basic tests/disas tests working with Pulley.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 15:25):

fitzgen requested pchickey for a review on PR #9240.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 15:25):

fitzgen requested wasmtime-core-reviewers for a review on PR #9240.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 15:25):

fitzgen requested wasmtime-default-reviewers for a review on PR #9240.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 15:25):

fitzgen requested alexcrichton for a review on PR #9240.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 15:41):

fitzgen updated PR #9240.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 15:48):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 15:48):

alexcrichton created PR review comment:

Perhaps disas_insns to drop the "elf" bit?

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 15:48):

alexcrichton created PR review comment:

Mind switching this to something like struct Instr { /* named fields here */ }?

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 15:48):

alexcrichton created PR review comment:

Do you think it's worth having for example an extension trait on TargetTriple for .is_pulley() to use here and in wasmtime-environ as well? Not that this set of architectures is going to change over time really

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 16:07):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 16:07):

fitzgen created PR review comment:

Good idea, will do in a follow up

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 16:07):

fitzgen updated PR #9240.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 16:07):

fitzgen has enabled auto merge for PR #9240.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 13 2024 at 16:35):

fitzgen merged PR #9240.


Last updated: Nov 22 2024 at 16:03 UTC