Stream: wasmtime

Topic: Portability of wasm-simd to RISC-V


view this post on Zulip Mats Brorsson (Jul 03 2023 at 10:55):

In sightglass there is a benchmark called blake3-simd. It can only be built on x86-architectures (easily) but the resulting wasm file I can run on both x86 and arm. However, I have not been able to execute it on RISCV64. Is there a known flag to set when building wasmtime on RISCV64 or is it not implemented yet?

UPDATE: I guess I should check the RELEASES.md before asking. I just checked that this work has begun .


Last updated: Nov 22 2024 at 17:03 UTC