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 ?
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!
Sure! Here is the PR :D any comment is welcome! https://github.com/bytecodealliance/wasmtime/pull/6085
Last updated: Nov 22 2024 at 17:03 UTC