split the wasm Context implementation to different class
Open
area/wasm
enhancement
no stalebot
tech debt
- Dominant language
- C++
- Stars
- 28.9k
- Forks
- 5.6k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 430
Description
*Title*: *split the wasm Context implementation to different class*
In the WASM implementation, the root context, the http filter context, the network filter context share same class Context. It make the code hard to read or to maintain.
It would be better to split the Context to different class like RootContext, HttpContext, NetworkContext, etc.
Contributor guide
Assessment
This issue has not been assessed yet.