Stream: git-wasmtime

Topic: wasmtime / PR #10306 Test natively on AArch64, not emulated


view this post on Zulip Wasmtime GitHub notifications bot (Feb 27 2025 at 21:58):

alexcrichton opened PR #10306 from alexcrichton:test-on-arm to bytecodealliance:main:

This commit updates the aarch64 tests to use the new *-arm images from GitHub instead of running through QEMU emulation. This should be a bit faster but primarily helps build confidence that it runs on real hardware.

I'll note that release builds aren't updated at this time to run on native hardware since that's moreso about glibc compatibility and it's a bit easier to keep the setup we currently have for that. If *-arm machines are noticably faster than the default x64 machines then we could in theory move everything over to an aarch64-based machine as opposed to just the aarch64 build.

<!--
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 (Feb 27 2025 at 21:58):

alexcrichton requested fitzgen for a review on PR #10306.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 27 2025 at 21:58):

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

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2025 at 00:01):

fitzgen submitted PR review:

Does this also run the NO_HOG_MEMORY tests that we were skipping under qemu?

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2025 at 15:34):

alexcrichton commented on PR #10306:

It does indeed!

view this post on Zulip Wasmtime GitHub notifications bot (Feb 28 2025 at 16:13):

alexcrichton merged PR #10306.


Last updated: Apr 18 2025 at 14:03 UTC