proxy-wasm-cpp-host
proxy-wasm-cpp-host copied to clipboard
[wamr] skip leading paddings in .aot section
Perhaps we should separate this into 2 PRs? one for wamr 1.3.0 another to do skip leading padding for aot?
Perhaps we should separate this into 2 PRs? one for wamr 1.3.0 another to do skip leading padding for aot?
It seems that skipping is done only for AOT, so I don't see a reason for it to be 2 separate PRs.
This one is based on #378, and it will only contain "skip aot padding" after rebasing after #378 merged.