enarx / codex

Code examples that can be compiled to WebAssembly for use with Enarx
Apache License 2.0
22 stars 14 forks source link

[Bug]: Enarx.toml is missing field `prot` for key `files` at line 12 column 1 #86

Closed dpal closed 1 year ago

dpal commented 1 year ago

Is there an existing issue for this?

Code of Conduct

Current Behaviour

The example on try.enarx.dev for http-rust-tokio is failing with:

Starting workload... Error: failed to fetch package

Caused by: 0: failed to parse config 1: missing field prot for key files at line 12 column 1

Expected Behaviour

It is not failing.

Environment Information

N/A

Steps To Reproduce

  1. Got to try.enarx.dev
  2. Try to start http-rust-tokio example. It fails with the message.
dpal commented 1 year ago

I still see the behavior. Should we reopen?