Stream: git-wasmtime

Topic: wasmtime / issue #1173 Cranelift: arm32 support


view this post on Zulip Wasmtime GitHub notifications bot (Dec 20 2024 at 19:31):

alexcrichton edited issue #1173:

view this post on Zulip Wasmtime GitHub notifications bot (Dec 20 2024 at 19:31):

alexcrichton removed the wasmtime:platform-support label from Issue #1173.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 28 2026 at 00:05):

mytechnotalent commented on issue #1173:

@alexcrichton Just wanted to drop a real-world validation of your recent work on Pulley for 32-bit ARM. I recently got the Pulley interpreter running completely bare-metal on an RP2350 (Cortex-M33) using #![no_std] and the Component Model.

Implementation details:

The repo and architecture diagram are here if it's a useful reference for anyone else pushing Wasmtime into Cortex-M environments: https://github.com/mytechnotalent/embedded-wasm-blinky

Thanks for pushing the Pulley architecture forward—it makes this kind of bare-metal Wasm actually viable.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 13:48):

alexcrichton commented on issue #1173:

That's awesome, and thanks for letting us know it's working well for you too! If you spot anything that needs improvement don't hesitate to file an issue

view this post on Zulip Wasmtime GitHub notifications bot (Mar 30 2026 at 13:53):

mytechnotalent commented on issue #1173:

Will do @alexcrichton and thank you for the kind words! I will be building out a large series of drivers and will be testing them and if I see any issues, I will touch base as I am excited to help expand Wasm into the Embedded community!


Last updated: Apr 13 2026 at 00:25 UTC