Stream: general

Topic: MIPS support


view this post on Zulip Kevin Hoffman (Sep 18 2020 at 19:10):

In order to be able to run on a MIPS architecture, can I use the regular wasmtime or do I instead need to use WAMR?

view this post on Zulip Chris Fallin (Sep 18 2020 at 19:54):

We don't currently have a MIPS backend, so unfortunately, wasmtime wouldn't be a workable option here quite yet. (Sorry -- hopefully in the future we'll support more! For now we just have x86 and arm64.)

view this post on Zulip Dan Gohman (Sep 18 2020 at 20:00):

Out of curiousity, do you happen to know if the MIPS platform you're planning to target (a) is little-endian, and (b) is MIPS{32,64}r3?

view this post on Zulip Alexandru Ene (Sep 22 2020 at 21:23):

My experience with WAMR on MIPS hasn't been super consistent: https://github.com/bytecodealliance/wasm-micro-runtime/issues/254 Not sure yet what's the problem there. WASM3 supports MIPS quite alright.

Hello, I keep having this strange crash that I encountered on a MIPS32 device I was playing with (100% reproducible). The reference (not fast) interp works perfectly fine. However, when trying to b...

Last updated: Nov 22 2024 at 16:03 UTC