01alchemist / TurboScript

Super charged typed JavaScript dialect for parallel programming which compiles to WebAssembly
Apache License 2.0
494 stars 35 forks source link

SIMD support? #140

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello. Will TurboScript support of SIMD and threads? I want to make global illumination with these instructions.

nidin commented 7 years ago

Checkout AssemblyScript I will contribute to AssemblyScript once the spec for SIMD and Thread finalised. Between i do have a plan to write a global illumination renderer. let me know when you start working on it.