this post was submitted on 12 Aug 2023
785 points (96.4% liked)

Programmer Humor

32425 readers
917 users here now

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

Rules:

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

Wait until you meet with Javascript and WebAssembly viruses!

[โ€“] [email protected] 2 points 1 year ago

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