Closed rvolosatovs closed 2 years ago
fibonacci of 7 is: 13 Error: Exited with i32 exit status 0 wasm backtrace: 0: 0xd89 - <unknown>!<wasm function 7>
This fails only on Enarx
Enarx tracking issue https://github.com/enarx/enarx/issues/2090 (and another one to be filed)
Success.
enarx 0.6.1
No response
Did a bit more research, it seems that Wasmtime actually works fine without I/O, but Enarx fails with the same error. Looks like a missing syscall support.
Fixed in enarx 0.6.2
Is there an existing issue for this?
Code of Conduct
Current Behaviour
This fails only on Enarx
Enarx tracking issue https://github.com/enarx/enarx/issues/2090 (and another one to be filed)
Expected Behaviour
Success.
Environment Information
enarx 0.6.1
Steps To Reproduce
No response