deislabs / wagi

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

add support for module routes #23

Closed technosophos closed 3 years ago

technosophos commented 3 years ago

This adds support for a _routes() function that maps route fragments to callback functions.

Signed-off-by: Matt Butcher matt.butcher@microsoft.com

technosophos commented 3 years ago

Closes #21