wasmer-python icon indicating copy to clipboard operation
wasmer-python copied to clipboard

The Windows is not supported by wasmer-python?

Open abc767234318 opened this issue 1 year ago • 0 comments

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.

abc767234318 avatar Apr 12 '23 02:04 abc767234318