Stream: general

Topic: wasm runtime on `thumbv6m-none-eabi`


view this post on Zulip alisomay (Aug 09 2023 at 07:01):

Hey all,
I'm struggling to find a wasm runtime which works out of the box for thumbv6m-none-eabi target.
Do you know if there are any?
If not could you advise me one which would be easiest to port?
Thank you!

view this post on Zulip Pat Hickey (Aug 09 2023 at 15:16):

I expect the pure rust interpreters will work (wasmi) as well as any written in c (wasm3, wamr)


Last updated: Nov 22 2024 at 16:03 UTC