siempreme | 6 years ago | on: W3C recommends WebAssembly
Indeed, and it's entire spaghetti/duck-taped eco system including: babel, react, vue, angular, typescript, name it. Can't wait for that day..
siempreme | 6 years ago | on: W3C recommends WebAssembly
siempreme | 6 years ago | on: Asm-declaration – Embed assembly language code within a C++ program (2017)
procedure init; assembler;
asm
mov ax,13h
int 10h
end;
You can even have only the asm block in a regular pascal function and make use of regular arguments in the asm block.siempreme | 6 years ago | on: It's all Greek to me: Thoughts on code readability and aesthetics