deislabs / wagi

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

Export the `handlers` and `http_util` modules #159

Closed radu-matei closed 2 years ago

radu-matei commented 2 years ago

This PR simply exports the handlers and http_util modules to make it easier to consume Wagi.

Signed-off-by: Radu Matei radu.matei@fermyon.com

radu-matei commented 2 years ago

ref #160

This does not fully address #160, but exposing the two modules helps.