deislabs / wagi

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

Support mapping a domain name to a module #24

Closed technosophos closed 3 years ago

technosophos commented 3 years ago

It would be great to be able to do:

[[module]]
domain = "my.example.com"
path = "/"
module = "foo.wasm"

And be able to support host name matching.

technosophos commented 3 years ago

This was completed some time ago.