hera
hera copied to clipboard
Merge common code from verifyContract and execute to a helper in wabt
is this about implementing parts of verifyContract and execute as generic as possible, so that those parts can be reused within different WasmEngine's? Why should this be moved to a helper specifically in wabt?
Binaryen/wavm have a much slimmer verifyContract, but in wabt it is basically a duplicate of execute, hence the goal would be to improve the wabt code.