suborbital / reactr

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

Remove JSON encoding step for coordinated responses #199

Closed cohix closed 2 years ago

cohix commented 2 years ago

This changes how the CoordinatedResponse is returned from WasmRunnable... rather than JSON marshalling, we return the object pointer directly.