-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi Yusuf,
I generate a wasm file using emscripten with option ENVIRONMENT=web
I try to use your solution to run UT, when I load the model, I have this message
None
Traceback (most recent call last):
File "main.py", line 30, in
class Test(WasmiteCase):
File "main.py", line 32, in Test
module = WasiModule(fileWasm)
File "/home/build/.local/lib/python3.8/site-packages/wasmite/globals.py", line 33, in init
self._import_module()
File "/home/build/.local/lib/python3.8/site-packages/wasmite/wasi.py", line 20, in _import_module
self.import_object = wasi_env.generate_import_object(self.store, wasi_version)
TypeError: argument 'wasi_version': 'NoneType' object cannot be interpreted as an integer
Metadata
Metadata
Assignees
Labels
No labels