Remix.run Logo
achierius a year ago

Out of curiosity, why did you need a sandbox if you didn't have any security concerns?

kodablah a year ago | parent | next [-]

Sibling quoted the proper part. It's to help people keep code deterministic by helping prevent shared state and prevent non-deterministic standard library calls.

necovek a year ago | parent | prev [-]

  > but it does a good job at isolating state, intercepting and preventing illegal calls we don't like
Sounds like they put the reason just there.