Running Python code in a sandbox with MicroPython and WASM (opens in new tab) Β πΈοΈWebAssembly
I've been experimenting with different approaches to running code in a sandbox for several years now, but my latest attempt feels like it might finally have all of the characteristics I've been looking for. I've released it as an alpha package called called Why do I want a sandbox? My key open source projects - I absolutely love plugins as a mechanism for extending software. A carefully designed plugin system reduces the risk involved in trying new things to almost nothing - even the wildest ...
Read the original article