this post was submitted on 12 Aug 2023
766 points (96.5% liked)

Programmer Humor

31224 readers
51 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 14 points 10 months ago (1 children)

Wait until you meet with Javascript and WebAssembly viruses!

[โ€“] [email protected] 2 points 10 months ago

WebAssembly is sandboxed and deterministic. Any impure code has to be triggered via message passing with the host language.