As we have different wasm approach for Proxywasm and HTTP apps there are different namespaces for secret function:
- fastedge::proxywasm::secret
- fastedge::secret
To investigate and try to expose the same fastedge::secret module for both kind of apps. It can be done by macros which can include needed one on sdk compilation.
As we have different wasm approach for Proxywasm and HTTP apps there are different namespaces for secret function:
To investigate and try to expose the same fastedge::secret module for both kind of apps. It can be done by macros which can include needed one on sdk compilation.