deislabs / wagi

Write HTTP handlers in WebAssembly with a minimal amount of work
Apache License 2.0
889 stars 44 forks source link

Respect `--env` settings when serving from bindle #84

Closed itowlson closed 3 years ago

itowlson commented 3 years ago

Previously if you were serving a bindle (-b) it dropped the env vars (--env). This fixes that so bindled apps can use externally injected EVs.