wasmer-python
wasmer-python copied to clipboard
The Windows is not supported by wasmer-python?
Summary
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.