Comment by simonw

Comment by simonw 11 hours ago

3 replies

The decorator syntax is neat but confusing to me - I would need to understand exactly what it's doing in order to trust it.

I'd find this a lot easier to trust it if had the Python code that runs in WASM as an entirely separate Python file, then it would be very clear to me which bits of code run in WASM.

mavdol04 10 hours ago

Thanks for the feedback! What do you think about running the separate file directly from the decorator?

  • simonw 8 hours ago

    I'd love that. I want to be able to look at the system and 100% understand which code is running directly and which code is running inside the sandbox.