proxy-wasm/proxy-wasm-cpp-host

Extract common code from runtime implementations

PiotrSikora opened this issue · 2 comments

Unfortunately, we have a lot of code duplication and runtime-agnostic code in runtime-specific implementations. At the very least, all bytecode parsing (getCustomSection, getStrippedSource, buildFunctionNameIndex), logic around precompiled modules and signature verification should be extracted to common utils.

@mathetake any interest in taking this? :)

yeah, let me take this:)