Hacker News new | ask | show | jobs
by MaulingMonkey 1365 days ago
> Can you write assembly embedded in Rust code?

Yes... unlike in x64 MSVC, one of several C++ compilers I frequently must support, where inline assembly is verbotten. Does that put Rust ahead? :P