-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
❓ questionFurther information is requestedFurther information is requested
Description
Summary
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,
Metadata
Metadata
Assignees
Labels
❓ questionFurther information is requestedFurther information is requested