top | item 46776980

(no title)

pplonski86 | 1 month ago

Thank you! With WASM I can’t use all pypi packages and can’t connect to database, that’s why I’m looking for python based solution

discuss

order

simonw|1 month ago

In that case you'll need to look at general purpose sandboxes you can run Python in - stuff like Firecracker or Bubblewrap on Linux or sandbox-exec on macOS.

syrusakbary|1 month ago

With Wasmer you should be able to use all pypi packages (even the native ones), although we are a bit light on the native packages we support now