deislabs / wagi

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

Respect `BINDLE_SERVER_URL` or other way of globally setting the Bindle server #48

Closed itowlson closed 3 years ago

itowlson commented 3 years ago

If your Bindle server is not localhost:8080, you currently have to specify that on every module as bindle_server. It would be good if WAGI supported the usual environment variable, or some other option.

technosophos commented 3 years ago

turns out this was a natural part of $52