you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 3 years ago

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

  • source
  • parent