Hacker News new | ask | show | jobs
by bluejekyll 2290 days ago
You’re right. I should have said AssemblyScript, not TypeScript.

Also, As someone familiar with Rust, it is a very high-level language. It’s zero-overhead features make it a bit of a steep learning curve, but you rarely need to drop to its low-level unsafe features.

That being said, incorporating it into a new WASM environment probably means doing a lot of low-level stuff.