Hacker News new | past | comments | ask | show | jobs | submit login

> Assembly [...] not typed and not structured (as in structured programming).

That depends on the assembly language. Some have structure constructs, some are typed. Portability is out.

But if you accept a slightly higher abstraction, WebAssembly is portable, typed, and structured.




> But if you accept a slightly higher abstraction, WebAssembly is portable, typed, and structured.

Does WebAssembly support AOT compilation to native binaries? I thought it was just a VM.


It does if you implement it! You can do anything if you get around to doing it.

Or use an existing implement like wasmedge, I guess.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: