We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On wasmer's website https://wasmer.io/products/registry, there is a piece of sample code at the bottom
from wasmer import Wasmer python = Wasmer("python/python") runner = python.entrypoint.run('-c "print(1+1)"') print(python.stdout)
If I understand correctly, this is saying we can run python code in python, rust or other languages. But there are 2 problems,
The text was updated successfully, but these errors were encountered:
syrusakbary
No branches or pull requests
Summary
On wasmer's website https://wasmer.io/products/registry, there is a piece of sample code at the bottom
If I understand correctly, this is saying we can run python code in python, rust or other languages.
But there are 2 problems,
The text was updated successfully, but these errors were encountered: