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

Programmer Humor

32032 readers
1245 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] 2 points 1 year ago

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