Stream: cranelift

Topic: riscv64 support


view this post on Zulip Juan Bono (Mar 21 2023 at 20:25):

Hi! I saw that the cranelift readme says that it has support for 3 backends: x86-64, aarch64 and s390x. But looking at some parts of the code I saw that in the isa module you have a riscv64 module. So, is there a riscv64 backend ?

view this post on Zulip Chris Fallin (Mar 21 2023 at 20:50):

Ah, yes, there is; the README is just out of date. Happy to take a PR to fix it if you'd like to do that!

view this post on Zulip Juan Bono (Mar 22 2023 at 01:48):

Sure! Here is the PR :D any comment is welcome! https://github.com/bytecodealliance/wasmtime/pull/6085

This PR just adds riscv64 to the list of backends mentioned in the README.

Last updated: Nov 22 2024 at 17:03 UTC