Hacker News new | ask | show | jobs
by ComputerGuru 506 days ago
I don’t think I can use wasm with simd or syscalls, which is the bulk of my work.
1 comments

I haven't used SIMD in Rust (or Wasm). Syscalls can be passed into the Wasm env.

https://doc.rust-lang.org/core/arch/wasm32/index.html#simd

https://nickb.dev/blog/authoring-a-simd-enhanced-wasm-librar...

Could definitely be more effort than it is worth just to speed up compilation.