alexcrichton requested pchickey for a review on PR #9646.
alexcrichton opened PR #9646 from alexcrichton:start-loading-pulley-in-wasmtime
to bytecodealliance:main
:
This commit starts setting up some infrastructure to run Pulley modules in Wasmtime, for example on the CLI. This doesn't actually work just yet due to other missing pieces of integration but this is enough to get to a fault and/or other compiler errors at this time. The changes here are:
- An
Engine
allows mismatching targets in the case of Pulley, but the pointer widths must match.- All subcommands of Wasmtime now support
--target
, e.g.wasmtime run
, as previously only the host was allowed.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton requested wasmtime-core-reviewers for a review on PR #9646.
alexcrichton updated PR #9646.
pchickey submitted PR review.
alexcrichton updated PR #9646.
alexcrichton has enabled auto merge for PR #9646.
alexcrichton merged PR #9646.
Last updated: Nov 22 2024 at 17:03 UTC