Y
Hacker News
new
|
ask
|
show
|
jobs
Running Python code in a sandbox with MicroPython and WASM
(
simonwillison.net
)
15 points
by
pretext
20 days ago
1 comments
K0IN
20 days ago
Is there any way to load (external) libraries into the sandbox?
link
simonw
19 days ago
Right 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.
link