You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use wasmer-python to perform the wasm program which contains wasi function. And the python script output following errors.
Traceback (most recent call last):
File "d:\Github Project\evaluation\B.WASIRobustness\[B.1]File_operation_error\[B.1]-1\wasmer-py.py", line 1, in <module>
from wasmer import wasi, Store, ImportObject, Module, Instance
File "C:\Python311\Lib\site-packages\wasmer\__init__.py", line 1, in <module>
raise ImportError("Wasmer is not available on this system")
ImportError: Wasmer is not available on this system
I am not sure if it is because my code is wrong. Or the wasmer-python it self doesn't support windows platform.
The text was updated successfully, but these errors were encountered:
Summary
I use wasmer-python to perform the wasm program which contains wasi function. And the python script output following errors.
I am not sure if it is because my code is wrong. Or the wasmer-python it self doesn't support windows platform.
The text was updated successfully, but these errors were encountered: