Closed cohix closed 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.
get_field
Tests were added for Go and Rust.
Fixes #195
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.