← Back to context Comment by ComputerGuru 1 year ago I don’t think I can use wasm with simd or syscalls, which is the bulk of my work. 1 comment ComputerGuru Reply sitkack 1 year ago 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#simdhttps://nickb.dev/blog/authoring-a-simd-enhanced-wasm-librar...Could definitely be more effort than it is worth just to speed up compilation.
sitkack 1 year ago 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#simdhttps://nickb.dev/blog/authoring-a-simd-enhanced-wasm-librar...Could definitely be more effort than it is worth just to speed up compilation.
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.