Extract common code from runtime implementations
PiotrSikora opened this issue · 2 comments
PiotrSikora commented
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.
PiotrSikora commented
@mathetake any interest in taking this? :)
mathetake commented
yeah, let me take this:)