evanw / polywasm

A JavaScript polyfill for WebAssembly
MIT License
674 stars 15 forks source link

SIMD operations #4

Open set5u opened 1 month ago

set5u commented 1 month ago

Are there plans to implement SIMD operations?

evanw commented 1 month ago

No plans at the moment, but could potentially be added (although it'd be very slow of course). What's your use case? I'm not aware of anyone else using this library, so it'd be interesting to know what people want to use it for.

set5u commented 2 weeks ago

I'm trying to run Havok's Wasm on Babylon.js, but it seems to be using SIMD internally.