suborbital / reactr

Function scheduler for Go & WebAssembly
Apache License 2.0
289 stars 28 forks source link

Runnable API for URL query params #196

Closed cohix closed 2 years ago

cohix commented 2 years ago

This adds the ability to get URL query params for CoordinateRequests handled by Wasm Runnables.

It includes the implementation (baked into the existing get_field FFI function) and methods for each of the supported languages.

Tests were added for Go and Rust.

danielledeleo commented 2 years ago

Fixes #195