explodingcamera / tinywasm

A tiny, interpreted WebAssembly Runtime written in Rust
Apache License 2.0
459 stars 15 forks source link

Fixed-Width SIMD #5

Open theduke opened 6 months ago

theduke commented 6 months ago

Hey, great project.

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

explodingcamera commented 6 months ago

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).