Comment by 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
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
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.
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