logoalt Hacker News

nostrademonsyesterday at 8:09 PM1 replyview on HN

Like C, which offloads IO to the standard library?


Replies

cjs_acyesterday at 8:12 PM

It's still there - you can still do I/O in C, even if you have to call a library function. In WebAssembly, there's no mechanism for I/O of any sort.

show 3 replies