explodingcamera / tinywasm

A tiny, interpreted WebAssembly Runtime written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fixed-Width SIMD

theduke opened this issue · comments

Hey, great project.

It seems like the fixed-width SIMD proposal is not implemented yet, do you have that planned?

Hi, I don't have any plans to add it in the short term, as it would require some re-architecting of the runtime (right now, all values on the stack take up 64 bits).