5 ms·Running Python code in a sandbox with MicroPython and WASM15 points by pretext 3mo agoK0IN 3mo agoIs there any way to load (external) libraries into the sandbox?simonw 3mo agoRight now the best way to do that would be to concatenate all the source code together into a single string - and they'd need to be compatible with MicroPython.